diff --git a/Dockerfile b/Dockerfile index 095b3dc..06790ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ #!UseOBSRepositories #!BuildTag: opensuse/bci/bci-init:%OS_VERSION_ID_SP% -#!BuildTag: opensuse/bci/bci-init:%OS_VERSION_ID_SP%.%RELEASE% +#!BuildTag: opensuse/bci/bci-init:%OS_VERSION_ID_SP%-%RELEASE% #!BuildTag: opensuse/bci/bci-init:latest FROM opensuse/tumbleweed:latest @@ -31,13 +31,13 @@ RUN set -euo pipefail; \ LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)" LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Init" LABEL org.opencontainers.image.description="Systemd environment for containers based on the openSUSE Tumbleweed Base Container Image. This container is only supported with podman." -LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%.%RELEASE%" +LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%-%RELEASE%" LABEL org.opencontainers.image.url="https://www.opensuse.org" LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.vendor="openSUSE Project" LABEL org.opencontainers.image.source="%SOURCEURL%" -LABEL org.opencontainers.image.ref.name="%OS_VERSION_ID_SP%.%RELEASE%" -LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/bci-init:%OS_VERSION_ID_SP%.%RELEASE%" +LABEL org.opencontainers.image.ref.name="%OS_VERSION_ID_SP%-%RELEASE%" +LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/bci-init:%OS_VERSION_ID_SP%-%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI" LABEL org.opensuse.release-stage="released" diff --git a/init-image.changes b/init-image.changes index d2aac8a..58f05e0 100644 --- a/init-image.changes +++ b/init-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 11 15:00:03 UTC 2024 - SUSE Update Bot + +- switch to the more standard - separator also for OsContainers + ------------------------------------------------------------------- Wed Sep 25 17:36:16 UTC 2024 - Dirk Mueller