diff --git a/Dockerfile b/Dockerfile index 6ffc722..f2beeb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ LABEL org.opencontainers.image.version="12" 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/postgres:12-%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" diff --git a/_service b/_service index 35d1543..ad31969 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - + Dockerfile %%pg_version%% diff --git a/postgres-12-image.changes b/postgres-12-image.changes index fd295ea..36d2e39 100644 --- a/postgres-12-image.changes +++ b/postgres-12-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% + ------------------------------------------------------------------- Fri Dec 23 08:03:11 UTC 2022 - Dirk Müller