diff --git a/389-ds-container/389-ds-container.changes b/389-ds-container/389-ds-container.changes index 91aa709c9..e624ff2cd 100644 --- a/389-ds-container/389-ds-container.changes +++ b/389-ds-container/389-ds-container.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 26 09:56:36 UTC 2024 - Dirk Mueller + +- add org.opencontainers.image.base.* labels + ------------------------------------------------------------------- Wed Sep 25 17:36:32 UTC 2024 - Dirk Mueller diff --git a/389-ds-container/Dockerfile b/389-ds-container/Dockerfile index 0864ab25f..ea36442b9 100644 --- a/389-ds-container/Dockerfile +++ b/389-ds-container/Dockerfile @@ -44,6 +44,8 @@ LABEL com.suse.eula="sle-eula" LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle#suse-linux-enterprise-server-15" LABEL com.suse.release-stage="beta" # endlabelprefix +LABEL org.opencontainers.image.base.name="%BASE_REFNAME%" +LABEL org.opencontainers.image.base.digest="%BASE_DIGEST%" LABEL io.artifacthub.package.readme-url="%SOURCEURL%/README.md" CMD ["/usr/lib/dirsrv/dscontainer", "-r"] EXPOSE 3389 3636 diff --git a/alertmanager-image/Dockerfile b/alertmanager-image/Dockerfile index 1c029a11d..414e488ee 100644 --- a/alertmanager-image/Dockerfile +++ b/alertmanager-image/Dockerfile @@ -45,6 +45,8 @@ LABEL com.suse.eula="sle-eula" LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle#suse-linux-enterprise-server-15" LABEL com.suse.release-stage="beta" # endlabelprefix +LABEL org.opencontainers.image.base.name="%BASE_REFNAME%" +LABEL org.opencontainers.image.base.digest="%BASE_DIGEST%" LABEL io.artifacthub.package.readme-url="%SOURCEURL%/README.md" ENTRYPOINT ["/usr/bin/prometheus-alertmanager"] EXPOSE 9093 diff --git a/alertmanager-image/alertmanager-image.changes b/alertmanager-image/alertmanager-image.changes index 12a147538..3216c2118 100644 --- a/alertmanager-image/alertmanager-image.changes +++ b/alertmanager-image/alertmanager-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 26 09:56:36 UTC 2024 - Dirk Mueller + +- add org.opencontainers.image.base.* labels + ------------------------------------------------------------------- Wed Sep 25 17:36:32 UTC 2024 - Dirk Mueller diff --git a/aspnet-runtime-6.0/Dockerfile b/aspnet-runtime-6.0/Dockerfile index efb0ead7e..bd6c37c85 100644 --- a/aspnet-runtime-6.0/Dockerfile +++ b/aspnet-runtime-6.0/Dockerfile @@ -43,6 +43,8 @@ LABEL com.suse.eula="sle-bci" LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle#suse-linux-enterprise-server-15" LABEL com.suse.release-stage="beta" # endlabelprefix +LABEL org.opencontainers.image.base.name="%BASE_REFNAME%" +LABEL org.opencontainers.image.base.digest="%BASE_DIGEST%" LABEL io.artifacthub.package.readme-url="%SOURCEURL%/README.md" diff --git a/aspnet-runtime-6.0/aspnet-runtime-6.0.changes b/aspnet-runtime-6.0/aspnet-runtime-6.0.changes index 59a5fd2ba..cd5546e88 100644 --- a/aspnet-runtime-6.0/aspnet-runtime-6.0.changes +++ b/aspnet-runtime-6.0/aspnet-runtime-6.0.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 26 09:56:36 UTC 2024 - Dirk Mueller + +- add org.opencontainers.image.base.* labels + ------------------------------------------------------------------- Wed Sep 25 17:12:35 UTC 2024 - Dirk Mueller diff --git a/aspnet-runtime-8.0/Dockerfile b/aspnet-runtime-8.0/Dockerfile index 98dc2d070..dfbde5f48 100644 --- a/aspnet-runtime-8.0/Dockerfile +++ b/aspnet-runtime-8.0/Dockerfile @@ -43,6 +43,8 @@ LABEL com.suse.eula="sle-bci" LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle#suse-linux-enterprise-server-15" LABEL com.suse.release-stage="beta" # endlabelprefix +LABEL org.opencontainers.image.base.name="%BASE_REFNAME%" +LABEL org.opencontainers.image.base.digest="%BASE_DIGEST%" LABEL io.artifacthub.package.readme-url="%SOURCEURL%/README.md" diff --git a/aspnet-runtime-8.0/aspnet-runtime-8.0.changes b/aspnet-runtime-8.0/aspnet-runtime-8.0.changes index 91ba063ad..39beeb6f4 100644 --- a/aspnet-runtime-8.0/aspnet-runtime-8.0.changes +++ b/aspnet-runtime-8.0/aspnet-runtime-8.0.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 26 09:56:36 UTC 2024 - Dirk Mueller + +- add org.opencontainers.image.base.* labels + ------------------------------------------------------------------- Wed Sep 25 17:12:35 UTC 2024 - Dirk Mueller diff --git a/blackbox_exporter-image/Dockerfile b/blackbox_exporter-image/Dockerfile index fdecf08eb..85fea05fc 100644 --- a/blackbox_exporter-image/Dockerfile +++ b/blackbox_exporter-image/Dockerfile @@ -45,6 +45,8 @@ LABEL com.suse.eula="sle-eula" LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle#suse-linux-enterprise-server-15" LABEL com.suse.release-stage="beta" # endlabelprefix +LABEL org.opencontainers.image.base.name="%BASE_REFNAME%" +LABEL org.opencontainers.image.base.digest="%BASE_DIGEST%" LABEL io.artifacthub.package.readme-url="%SOURCEURL%/README.md" ENTRYPOINT ["/usr/bin/blackbox_exporter"] CMD ["--config.file=/etc/prometheus/blackbox.yml"] diff --git a/blackbox_exporter-image/blackbox_exporter-image.changes b/blackbox_exporter-image/blackbox_exporter-image.changes index d125b5dda..0de5d1875 100644 --- a/blackbox_exporter-image/blackbox_exporter-image.changes +++ b/blackbox_exporter-image/blackbox_exporter-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 26 09:56:36 UTC 2024 - Dirk Mueller + +- add org.opencontainers.image.base.* labels + ------------------------------------------------------------------- Wed Sep 25 17:36:32 UTC 2024 - Dirk Mueller diff --git a/distribution-image/distribution-image.changes b/distribution-image/distribution-image.changes index 256b93668..7c8e142e1 100644 --- a/distribution-image/distribution-image.changes +++ b/distribution-image/distribution-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 26 09:56:36 UTC 2024 - Dirk Mueller + +- add org.opencontainers.image.base.* labels + ------------------------------------------------------------------- Wed Sep 25 17:12:35 UTC 2024 - Dirk Mueller diff --git a/distribution-image/distribution-image.kiwi b/distribution-image/distribution-image.kiwi index 3ed1c2b94..da1c2086a 100644 --- a/distribution-image/distribution-image.kiwi +++ b/distribution-image/distribution-image.kiwi @@ -48,6 +48,8 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions