Accepting request 1183829 from devel:BCI:Tumbleweed

🤖: sync package with devel:BCI:Tumbleweed from OBS

OBS-URL: https://build.opensuse.org/request/show/1183829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ruby-3.3-image?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2024-06-28 13:48:05 +00:00 committed by Git OBS Bridge
commit 230af7053e
3 changed files with 8 additions and 6 deletions

View File

@ -40,7 +40,7 @@ LABEL org.opensuse.release-stage="released"
# endlabelprefix
LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/ruby-3.3-image/README.md"
RUN set -euo pipefail; zypper -n in --no-recommends ruby3.3 ruby3.3-rubygem-bundler ruby3.3-devel util-linux curl git-core gcc-c++ sqlite3-devel make gawk timezone; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; zypper -n in --no-recommends ruby3.3 ruby3.3-rubygem-bundler ruby3.3-devel util-linux gcc-c++ sqlite3-devel make timezone curl findutils gawk git-core procps util-linux; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
ENV LANG="C.UTF-8"
ENV RUBY_VERSION="%%rb_ver%%"
ENV RUBY_MAJOR="%%rb_maj%%"

View File

@ -52,16 +52,13 @@ The Ruby image sets the locale environment variable `LANG` to `C.UTF-8`.
## Additional tools
The following additional tools are included in the image:
In addition to the standard SLE BCI development packages the following
additional tools are included in the image:
- curl
- gawk
- gcc-c++
- git-core
- make
- sqlite3-devel
- timezone
- util-linux
## Licensing

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 28 06:52:02 UTC 2024 - Dirk Mueller <dmueller@suse.com>
- add standard devel tools back to development containers
-------------------------------------------------------------------
Wed Jun 12 13:21:43 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>