File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: Apache-2.0
2
2
# Define the names/tags of the container
3
3
# !BuildTag: rancher/elemental-operator:latest
4
- # !BuildTag: rancher/elemental-operator:%OPERATOR_VERSION %
5
- # !BuildTag: rancher/elemental-operator:%OPERATOR_VERSION %-%RELEASE%
4
+ # !BuildTag: rancher/elemental-operator:%VERSION %
5
+ # !BuildTag: rancher/elemental-operator:%VERSION %-%RELEASE%
6
6
# !UseOBSRepositories
7
7
8
8
ARG SLMICRO_VERSION
@@ -26,7 +26,7 @@ ARG IMAGE_REPO=$BUILD_REPO/rancher/elemental-operator:latest
26
26
# labelprefix=com.suse.elemental
27
27
LABEL org.opencontainers.image.title="Rancher Elemental Operator"
28
28
LABEL org.opencontainers.image.description="Implements the Elemental endpoint on the management cluster"
29
- LABEL org.opencontainers.image.version="%OPERATOR_VERSION %"
29
+ LABEL org.opencontainers.image.version="%VERSION %"
30
30
LABEL org.opencontainers.image.url="https://github.com/rancher/elemental-operator"
31
31
LABEL org.opencontainers.image.created="%BUILDTIME%"
32
32
LABEL org.opencontainers.image.vendor="SUSE LLC"
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: Apache-2.0
2
2
# Define the names/tags of the container
3
3
# !BuildTag: rancher/seedimage-builder:latest
4
- # !BuildTag: rancher/seedimage-builder:%OPERATOR_VERSION %
5
- # !BuildTag: rancher/seedimage-builder:%OPERATOR_VERSION %-%RELEASE%
4
+ # !BuildTag: rancher/seedimage-builder:%VERSION %
5
+ # !BuildTag: rancher/seedimage-builder:%VERSION %-%RELEASE%
6
6
# !UseOBSRepositories
7
7
8
8
ARG SLMICRO_VERSION
@@ -26,7 +26,7 @@ ARG IMAGE_REPO=$BUILD_REPO/rancher/elemental-seedimage-builder-image:latest
26
26
# labelprefix=com.suse.elemental
27
27
LABEL org.opencontainers.image.title="Rancher Elemental Seed Image Builder"
28
28
LABEL org.opencontainers.image.description="Provides the tools needed to build Elemental Seed Images"
29
- LABEL org.opencontainers.image.version="%OPERATOR_VERSION %"
29
+ LABEL org.opencontainers.image.version="%VERSION %"
30
30
LABEL org.opencontainers.image.url="https://github.com/rancher/elemental-operator"
31
31
LABEL org.opencontainers.image.created="%BUILDTIME%"
32
32
LABEL org.opencontainers.image.vendor="SUSE LLC"
You can’t perform that action at this time.
0 commit comments