@@ -13,7 +13,7 @@ ARG RELEASE="1"
13
13
ARG STACKABLE_USER_GID="574654813"
14
14
ARG STACKABLE_USER_UID="782252253"
15
15
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
17
17
# http://label-schema.org/rc1/
18
18
LABEL name="Stackable Operator for {[ operator.pretty_string }]"
19
19
LABEL maintainer="
[email protected] "
42
42
LABEL org.opencontainers.image.url="https://stackable.tech"
43
43
LABEL org.opencontainers.image.vendor="Stackable GmbH"
44
44
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 }] /"
46
46
LABEL org.opencontainers.image.version="${VERSION}"
47
47
LABEL org.opencontainers.image.revision="${RELEASE}"
48
48
LABEL org.opencontainers.image.title="Stackable Operator for {[ operator.pretty_string }]"
49
49
LABEL org.opencontainers.image.description="Deploy and manage {[ operator.pretty_string }] clusters."
50
50
51
51
# https://docs.openshift.com/container-platform/4.16/openshift_images/create-images.html#defining-image-metadata
52
52
# 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 }] "
54
54
LABEL io.k8s.description="Deploy and manage {[ operator.pretty_string }] clusters."
55
55
LABEL io.k8s.display-name="Stackable Operator for {[ operator.pretty_string }]"
56
56
0 commit comments