Accepting request 1099516 from devel:BCI:Tumbleweed

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1099516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ruby-3.2-image?expand=0&rev=2
This commit is contained in:
Ana Guerrero 2023-07-19 17:11:50 +00:00 committed by Git OBS Bridge
commit 7d0d8a1485
2 changed files with 6 additions and 1 deletions

View File

@ -25,7 +25,7 @@ LABEL org.opensuse.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/*
RUN set -euo pipefail; zypper -n in --no-recommends ruby3.2 ruby3.2-rubygem-bundler ruby3.2-devel util-linux curl git-core gcc-c++ sqlite3-devel make awk timezone; zypper -n clean; rm -rf /var/log/*
ENV LANG="C.UTF-8"
ENV RUBY_VERSION="%%rb_ver%%"
ENV RUBY_MAJOR="%%rb_maj%%"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 12 12:55:01 UTC 2023 - Dirk Mueller <dmueller@suse.com>
- Remove distribution-release from the package list, it is inherited from the base image
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>