From 03defd759415de17e5fa60210a108bd12f4bdfb1c1f66793816ad858017e2c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Mon, 5 Aug 2024 11:52:21 +0000 Subject: [PATCH] [info=5fd4101e72b00745d5b0e63437bb2879] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/python-3.12-image?expand=0&rev=71 --- Dockerfile | 1 + python-3.12-image.changes | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index 68b2bad..cefbccd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,7 @@ LABEL org.openbuildservice.disturl="%DISTURL%" LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI" LABEL org.opensuse.release-stage="released" # endlabelprefix +LABEL org.opencontainers.image.revision="%DISTURL%" LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/python-3.12-image/README.md" RUN set -euo pipefail; zypper -n in --no-recommends python312-devel python312 python312-pip curl findutils gawk git-core procps util-linux python312-wheel python312-pipx; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} diff --git a/python-3.12-image.changes b/python-3.12-image.changes index 66e3a0d..d66ac4a 100644 --- a/python-3.12-image.changes +++ b/python-3.12-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 5 11:38:13 UTC 2024 - Dirk Mueller + +- add OCI reference annotation + ------------------------------------------------------------------- Sat Aug 3 08:56:51 UTC 2024 - Dirk Mueller