Skip to content

Commit

Permalink
Ensure the base iso name follows the OBS pattern
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <[email protected]>
(cherry picked from commit 6d48bf5)
  • Loading branch information
davidcassany committed Dec 1, 2023
1 parent 8fbf4f0 commit b9de4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .obs/dockerfile/slem-base-iso/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY --from=os / rootfs

# Version value is taken form the elemental repository tags
# Release value of this image and os image are unrelated
RUN elemental --debug --config-dir . build-iso -o /output -n "sle-micro.$(uname -m)-base-%VERSION%-Build%RELEASE%" dir:rootfs
RUN elemental --debug --config-dir . build-iso -o /output -n "sle-micro-base.$(uname -m)-%VERSION%-Build%RELEASE%" dir:rootfs

# Only keep the ISO as a result
FROM bci/bci-busybox:$SLE_VERSION
Expand Down

0 comments on commit b9de4c2

Please sign in to comment.