diff --git a/Dockerfile b/Dockerfile index c5f37d8..f6f36d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ LABEL org.opencontainers.image.version="3.9" 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.opensuse.reference="registry.opensuse.org/opensuse/bci/python:3.9-%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" diff --git a/_service b/_service index 33c0142..76e7125 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - + Dockerfile %%py39_ver%% diff --git a/python-3.9-image.changes b/python-3.9-image.changes index 5163b57..a2ab003 100644 --- a/python-3.9-image.changes +++ b/python-3.9-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 3 07:24:36 UTC 2023 - Dan Čermák + +- Add org.opencontainers.image.source label set to %SOURCEURL% + ------------------------------------------------------------------- Tue Nov 29 12:27:01 UTC 2022 - Dan Čermák