1
0

[info=b91f1f4e3067f60490761ce321491f7d]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/ruby-3.2-image?expand=0&rev=6
This commit is contained in:
Dan Čermák 2023-06-01 15:36:31 +00:00 committed by Git OBS Bridge
parent 9f29a23c00
commit dc99eb1218
2 changed files with 7 additions and 1 deletions

View File

@ -20,8 +20,9 @@ LABEL org.opencontainers.image.vendor="openSUSE Project"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/ruby:3.2-%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 ruby3.2 ruby3.2-rubygem-bundler ruby3.2-devel util-linux curl git-core distribution-release gcc-c++ sqlite3-devel make awk timezone; 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
-------------------------------------------------------------------
Wed Apr 26 06:21:01 UTC 2023 - SUSE Update Bot <bci-internal@suse.de>