Skip to content

Commit

Permalink
Drop SLE Micro version refrences from the code
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <dcassany@suse.com>
  • Loading branch information
davidcassany committed Jul 14, 2023
1 parent d1ae3f9 commit 351b8a0
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .obs/dockerfile/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
# SPDX-License-Identifier: Apache-2.0
# Define the names/tags of the container
#!BuildTag: rancher/elemental-builder-image/5.3:latest
#!BuildTag: rancher/elemental-builder-image/5.3:%VERSION%
#!BuildTag: rancher/elemental-builder-image/5.3:%VERSION%-%RELEASE%
#!BuildTag: rancher/elemental-builder-image:latest
#!BuildTag: rancher/elemental-builder-image:%VERSION%
#!BuildTag: rancher/elemental-builder-image:%VERSION%-%RELEASE%
#

FROM suse/sle15:15.4
ARG SLE_VERSION

FROM suse/sle15:$SLE_VERSION

RUN zypper in -y elemental-cli xfsprogs parted e2fsprogs udev rsync grub2 dosfstools squashfs mtools xorriso lvm2

ARG BUILD_REPO=registry.suse.com
ARG IMAGE_REPO=$BUILD_REPO/rancher/elemental-builder-image

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.rancher.elemental
LABEL org.opencontainers.image.title="Rancher Elemental Builder"
LABEL org.opencontainers.image.description="Provides Elemental Client and required dependencies for installation media building"
LABEL org.opencontainers.image.version="%VERSION%"
LABEL org.opencontainers.image.url="https://github.com/rancher/elemental-cli"
LABEL org.opencontainers.image.url="https://github.com/rancher/elemental-toolkit"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="SUSE LLC"
LABEL org.opensuse.reference="%%IMG_REPO%%/rancher/elemental-builder-image/5.3"
LABEL org.opensuse.reference=$IMAGE_REPO
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL com.suse.supportlevel="techpreview"
# endlabelprefix
Expand Down

0 comments on commit 351b8a0

Please sign in to comment.