[bitnami/rails] Release 8.0.2-debian-12-r7 (#81497)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-05-24 20:49:00 +02:00 committed by GitHub
parent d8b03da7f7
commit 52ec07a6e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 10 deletions

View File

@ -8,10 +8,10 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-05-17T20:47:28Z" \
org.opencontainers.image.created="2025-05-24T18:24:40Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/rails/README.md" \
org.opencontainers.image.ref.name="8.0.2-debian-12-r6" \
org.opencontainers.image.ref.name="8.0.2-debian-12-r7" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/rails" \
org.opencontainers.image.title="rails" \
org.opencontainers.image.vendor="Broadcom, Inc." \
@ -27,11 +27,11 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages build-essential ca-certificates curl git libaudit1 libbz2-1.0 libcap-ng0 libcom-err2 libcrypt1 libffi8 libgcc-s1 libgmp10 libgnutls30 libgssapi-krb5-2 libhogweed6 libicu72 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0 liblzma5 libmariadb3 libncurses6 libncursesw6 libnettle8 libp11-kit0 libpam0g libpq5 libreadline-dev libreadline8 libsasl2-2 libsqlite3-0 libssl-dev libssl3 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libxml2 libyaml-0-2 libyaml-dev pkg-config procps sqlite3 sudo unzip zlib1g zlib1g-dev
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"python-3.13.3-10-linux-${OS_ARCH}-debian-12" \
"python-3.13.3-11-linux-${OS_ARCH}-debian-12" \
"wait-for-port-1.0.8-16-linux-${OS_ARCH}-debian-12" \
"ruby-3.2.8-1-linux-${OS_ARCH}-debian-12" \
"node-24.0.2-0-linux-${OS_ARCH}-debian-12" \
"mysql-client-11.4.6-0-linux-${OS_ARCH}-debian-12" \
"node-24.1.0-1-linux-${OS_ARCH}-debian-12" \
"mysql-client-11.4.7-0-linux-${OS_ARCH}-debian-12" \
"rails-8.0.2-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \

View File

@ -3,19 +3,19 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "11.4.6-0"
"version": "11.4.7-0"
},
"node": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "24.0.2-0"
"version": "24.1.0-1"
},
"python": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "3.13.3-10"
"version": "3.13.3-11"
},
"rails": {
"arch": "amd64",

View File

@ -4,7 +4,7 @@
> Rails is a web application framework running on the Ruby programming language.
[Overview of Rails](http://rubyonrails.org/)
[Overview of Rails](https://rubyonrails.org/)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## TL;DR
@ -44,7 +44,7 @@ Subscribe to project updates by watching the [bitnami/containers GitHub repo](ht
## Introduction
[Ruby on Rails](http://rubyonrails.org/), or simply Rails, is a web application framework written in [Ruby](https://www.ruby-lang.org) under [MIT License](https://github.com/rails/rails/blob/master/MIT-LICENSE). Rails is a modelviewcontroller (MVC) framework, providing default structures for a database, a web service, and web pages.
[Ruby on Rails](https://rubyonrails.org/), or simply Rails, is a web application framework written in [Ruby](https://www.ruby-lang.org) under [MIT License](https://github.com/rails/rails/blob/master/MIT-LICENSE). Rails is a modelviewcontroller (MVC) framework, providing default structures for a database, a web service, and web pages.
The Bitnami Rails Development Container has been carefully engineered to provide you and your team with a highly reproducible Rails development environment. We hope you find the Bitnami Rails Development Container useful in your quest for world domination. Happy hacking!