Skip to content

Commit 3c65a89

Browse files
committed
Fix template strings to use {[ and }]
1 parent 9c09737 commit 3c65a89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template/docker/Dockerfile.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARG RELEASE="1"
1313
ARG STACKABLE_USER_GID="574654813"
1414
ARG STACKABLE_USER_UID="782252253"
1515

16-
# These labels have mostly been superseded by the OpenContainer spec annotations below but it doesn't hurt to include them
16+
# These labels have mostly been superceded by the OpenContainer spec annotations below but it doesn't hurt to include them
1717
# http://label-schema.org/rc1/
1818
LABEL name="Stackable Operator for {[ operator.pretty_string }]"
1919
LABEL maintainer="[email protected]"
@@ -42,15 +42,15 @@ LABEL org.opencontainers.image.authors="[email protected]"
4242
LABEL org.opencontainers.image.url="https://stackable.tech"
4343
LABEL org.opencontainers.image.vendor="Stackable GmbH"
4444
LABEL org.opencontainers.image.licenses="OSL-3.0"
45-
LABEL org.opencontainers.image.documentation="https://docs.stackable.tech/home/stable/{{ operator.product_string }}/"
45+
LABEL org.opencontainers.image.documentation="https://docs.stackable.tech/home/stable/{[ operator.product_string }]/"
4646
LABEL org.opencontainers.image.version="${VERSION}"
4747
LABEL org.opencontainers.image.revision="${RELEASE}"
4848
LABEL org.opencontainers.image.title="Stackable Operator for {[ operator.pretty_string }]"
4949
LABEL org.opencontainers.image.description="Deploy and manage {[ operator.pretty_string }] clusters."
5050

5151
# https://docs.openshift.com/container-platform/4.16/openshift_images/create-images.html#defining-image-metadata
5252
# https://github.com/projectatomic/ContainerApplicationGenericLabels/blob/master/vendor/redhat/labels.md
53-
LABEL io.openshift.tags="ubi9,stackable,sdp,{{ operator.product_string }}"
53+
LABEL io.openshift.tags="ubi9,stackable,sdp,{[ operator.product_string }]"
5454
LABEL io.k8s.description="Deploy and manage {[ operator.pretty_string }] clusters."
5555
LABEL io.k8s.display-name="Stackable Operator for {[ operator.pretty_string }]"
5656

0 commit comments

Comments
 (0)