diff --git a/Dockerfile b/Dockerfile index ec57824..9ed9894 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,10 +15,11 @@ #!UseOBSRepositories +#!BuildTag: opensuse/bci/python:%%py311_ver%%-%RELEASE% +#!BuildTag: opensuse/bci/python:%%py311_ver%% #!BuildTag: opensuse/bci/python:3.11-%RELEASE% #!BuildTag: opensuse/bci/python:3.11 #!BuildTag: opensuse/bci/python:3 -#!BuildTag: opensuse/bci/python:%%py311_ver%% #!BuildTag: opensuse/bci/python:latest FROM opensuse/tumbleweed:latest @@ -38,8 +39,8 @@ 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="3.11-%RELEASE%" -LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/python:3.11-%RELEASE%" +LABEL org.opencontainers.image.ref.name="%%py311_ver%%-%RELEASE%" +LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/python:%%py311_ver%%-%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/python-3.11-image.changes b/python-3.11-image.changes index 17e5253..a8e51e9 100644 --- a/python-3.11-image.changes +++ b/python-3.11-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 11:26:26 UTC 2024 - SUSE Update Bot + +- make the version-%release tag the first one listed; remove duplicates where they existed; update image.ref/reference to point to the version-%release(-) tag + ------------------------------------------------------------------- Fri Oct 11 15:12:52 UTC 2024 - SUSE Update Bot