Skip to content

Commit

Permalink
Merge pull request #6 from davidcassany/update_unstable
Browse files Browse the repository at this point in the history
Fix a couple of renaming issues
  • Loading branch information
kkaempf authored Jun 25, 2024
2 parents 3c9e9ef + d5f11d6 commit ea66d65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .obs/dockerfile/Dockerfile.unstable
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG SLMICRO_VERSION

FROM suse/sl-micro/${SLMICRO_VERSION}/baremetal-os-container:latest AS os

ADD channel.json /channel.json
ADD unstable.json /channel.json

# Align the channel with the latest OS version in the project
RUN source /etc/os-release && \
Expand All @@ -22,12 +22,12 @@ COPY --from=os /busybox /
COPY --from=os /channel.json /channel.json

ARG BUILD_REPO=%%IMG_REPO%%
ARG IMAGE_REPO=$BUILD_REPO/rancher/elemental-channel:unstable
ARG IMAGE_REPO=$BUILD_REPO/rancher/elemental-unstable-channel:latest

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.rancher.elemental
LABEL org.opencontainers.image.title="Rancher Elemental Unstable Channel"
LABEL org.opencontainers.image.description="Includes the Elemental Channel"
LABEL org.opencontainers.image.description="Includes the Elemental Ustable Channel"
LABEL org.opencontainers.image.version="unstable"
LABEL org.opencontainers.image.url="https://build.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
Expand Down

0 comments on commit ea66d65

Please sign in to comment.