[info=10a06d96b0888fc783ab95f4cb1a05f3]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/python-3.9-image?expand=0&rev=52
This commit is contained in:
Dan Čermák 2023-06-01 15:35:27 +00:00 committed by Git OBS Bridge
parent 195765a641
commit 1bb319e898
2 changed files with 7 additions and 1 deletions

View File

@ -19,8 +19,9 @@ 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%"
LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime"
LABEL org.opensuse.release-stage="released"
LABEL com.suse.release-stage="released"
# endlabelprefix
RUN set -euo pipefail; zypper -n in --no-recommends python39-devel python39 python39-pip curl git-core python39-wheel; zypper -n clean; rm -rf /var/log/*

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>
- Add release stage and lifecycle url
-------------------------------------------------------------------
Fri Mar 3 07:24:36 UTC 2023 - Dan Čermák <dcermak@suse.com>