Merge branch 'fix-version' into 'main'

Simplify versioning

Closes #40

See merge request fedora/bootc/base-images!150
This commit is contained in:
Joseph Marrero Corchado 2025-03-17 07:48:18 -04:00
commit 8b502872d4
2 changed files with 4 additions and 3 deletions

View file

@ -46,6 +46,10 @@ EORUN
# This pulls in the rootfs generated in the previous step
FROM scratch
COPY --from=builder /target-rootfs/ /
# Note in practice this won't be right in a cross build, so we don't
# set it here. This placeholder is just to note that it *should* be set
# by the larger build system (e.g. Konflux).
LABEL org.opencontainers.image.version 43
LABEL containers.bootc 1
# This is an ad-hoc way for us to reference bootc-image-builder in
# a way that in theory client tooling can inspect and find. Today

View file

@ -25,6 +25,3 @@ check-passwd:
check-groups:
type: "file"
filename: "group"
automatic-version-prefix: "${releasever}.<date:%Y%m%d>"
mutate-os-release: "${releasever}"