Skip to content

Commit

Permalink
Remove SLE Micro reference from elemental-operator images
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <dcassany@suse.com>
  • Loading branch information
davidcassany committed Aug 2, 2023
1 parent b4bd11b commit 592b78d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .obs/chartfile/operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
image:
empty: rancher/pause:3.1
repository: "%%IMG_REPO%%/rancher/elemental-operator/%%SLEMICRO_VERSION%%"
repository: "%%IMG_REPO%%/rancher/elemental-operator"
tag: "%VERSION%"
imagePullPolicy: IfNotPresent

seedImage:
repository: "%%IMG_REPO%%/rancher/seedimage-builder/%%SLEMICRO_VERSION%%"
repository: "%%IMG_REPO%%/rancher/seedimage-builder"
tag: "%VERSION%"
imagePullPolicy: IfNotPresent

channel:
repository: "%%IMG_REPO%%/rancher/elemental-teal-channel/%%SLEMICRO_VERSION%%"
tag: latest
repository: "%%IMG_REPO%%/rancher/elemental-teal-channel"
tag: "%VESION%"

# number of operator replicas to deploy
replicas: 1
Expand Down
9 changes: 4 additions & 5 deletions .obs/dockerfile/operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: Apache-2.0
# Define the names/tags of the container
#!BuildTag: rancher/elemental-operator/%%SLEMICRO_VERSION%%:latest
#!BuildTag: rancher/elemental-operator/%%SLEMICRO_VERSION%%:%OPERATOR_VERSION%
#!BuildTag: rancher/elemental-operator/%%SLEMICRO_VERSION%%:%OPERATOR_VERSION%-%RELEASE%
#!BuildTag: rancher/elemental-operator:latest
#!BuildTag: rancher/elemental-operator:%OPERATOR_VERSION%
#!BuildTag: rancher/elemental-operator:%OPERATOR_VERSION%-%RELEASE%
#

ARG SLE_VERSION
Expand All @@ -19,9 +19,8 @@ COPY --from=BASE /installroot /

RUN /usr/sbin/update-ca-certificates

ARG SLEMICRO_VERSION
ARG BUILD_REPO=%%IMG_REPO%%
ARG IMAGE_REPO=$BUILD_REPO/rancher/elemental-operator/$SLEMICRO_VERSION
ARG IMAGE_REPO=$BUILD_REPO/rancher/elemental-operator

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.rancher.elemental
Expand Down
9 changes: 4 additions & 5 deletions .obs/dockerfile/seedimage/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: Apache-2.0
# Define the names/tags of the container
#!BuildTag: rancher/seedimage-builder/%%SLEMICRO_VERSION%%:latest
#!BuildTag: rancher/seedimage-builder/%%SLEMICRO_VERSION%%:%OPERATOR_VERSION%
#!BuildTag: rancher/seedimage-builder/%%SLEMICRO_VERSION%%:%OPERATOR_VERSION%-%RELEASE%
#!BuildTag: rancher/seedimage-builder:latest
#!BuildTag: rancher/seedimage-builder:%OPERATOR_VERSION%
#!BuildTag: rancher/seedimage-builder:%OPERATOR_VERSION%-%RELEASE%
#

ARG SLE_VERSION
Expand All @@ -19,9 +19,8 @@ COPY --from=BASE /installroot /

RUN /usr/sbin/update-ca-certificates

ARG SLEMICRO_VERSION
ARG BUILD_REPO=%%IMG_REPO%%
ARG IMAGE_REPO=$BUILD_REPO/rancher/elemental-seedimage-builder-image/$SLEMICRO_VERSION
ARG IMAGE_REPO=$BUILD_REPO/rancher/elemental-seedimage-builder-image

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.rancher.elemental
Expand Down

0 comments on commit 592b78d

Please sign in to comment.