From 51b8be47c2bb920103ecd5bc36930177130a562b Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 18 Feb 2026 13:07:15 +0100 Subject: [PATCH] [bitnami/rails] Release 8.1.2-debian-12-r4 (#90773) Signed-off-by: Bitnami Bot --- bitnami/rails/8/debian-12/Dockerfile | 18 +++++++++--------- .../opt/bitnami/scripts/libbitnami.sh | 2 -- bitnami/rails/README.md | 18 ------------------ 3 files changed, 9 insertions(+), 29 deletions(-) diff --git a/bitnami/rails/8/debian-12/Dockerfile b/bitnami/rails/8/debian-12/Dockerfile index 0bf25bbe249b..8b8dab7e7c14 100644 --- a/bitnami/rails/8/debian-12/Dockerfile +++ b/bitnami/rails/8/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-02-02T19:45:29Z" \ + org.opencontainers.image.created="2026-02-18T11:44:01Z" \ 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.source="https://github.com/bitnami/containers/tree/main/bitnami/rails" \ @@ -22,17 +22,17 @@ ENV OS_ARCH="${TARGETARCH:-amd64}" \ COPY prebuildfs / SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"] # Install required system packages and dependencies -RUN install_packages build-essential ca-certificates curl git libaudit1 libbz2-1.0 libcap-ng0 libcrypt1 libffi8 libgcc-s1 libicu72 libjemalloc2 liblzma5 libmariadb3 libncurses6 libncursesw6 libpam0g libreadline-dev libreadline8 libsqlite3-0 libssl-dev libssl3 libstdc++6 libtinfo6 libxml2 libyaml-0-2 libyaml-dev pkg-config procps sqlite3 sudo unzip zlib1g zlib1g-dev +RUN install_packages build-essential ca-certificates curl git libaudit1 libbz2-1.0 libcap-ng0 libcrypt1 libffi8 libgcc-s1 libicu72 libjemalloc-dev libjemalloc2 liblzma5 libmariadb3 libncurses6 libncursesw6 libpam0g libreadline-dev libreadline8 libsqlite3-0 libssl-dev libssl3 libstdc++6 libtinfo6 libxml2 libyaml-0-2 libyaml-dev pkg-config procps sqlite3 sudo unzip zlib1g zlib1g-dev RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "python-3.14.2-4-linux-${OS_ARCH}-debian-12" \ - "wait-for-port-1.0.10-6-linux-${OS_ARCH}-debian-12" \ - "ruby-3.2.10-0-linux-${OS_ARCH}-debian-12" \ - "node-24.13.0-0-linux-${OS_ARCH}-debian-12" \ - "mysql-client-12.1.2-0-linux-${OS_ARCH}-debian-12" \ - "rails-8.1.2-2-linux-${OS_ARCH}-debian-12" \ + "python-3.14.3-2-linux-${OS_ARCH}-debian-12" \ + "wait-for-port-1.0.10-7-linux-${OS_ARCH}-debian-12" \ + "ruby-3.2.10-2-linux-${OS_ARCH}-debian-12" \ + "node-24.13.1-0-linux-${OS_ARCH}-debian-12" \ + "mysql-client-12.2.2-0-linux-${OS_ARCH}-debian-12" \ + "rails-8.1.2-3-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -52,7 +52,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/rails/postunpack.sh ENV APP_VERSION="8.1.2" \ BITNAMI_APP_NAME="rails" \ - IMAGE_REVISION="3" \ + IMAGE_REVISION="4" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:/opt/bitnami/ruby/bin:/opt/bitnami/node/bin:/opt/bitnami/mysql/bin:$PATH" EXPOSE 3000 diff --git a/bitnami/rails/8/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh b/bitnami/rails/8/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh index 93cf59b06232..b134a91c7e24 100644 --- a/bitnami/rails/8/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh +++ b/bitnami/rails/8/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh @@ -46,8 +46,6 @@ print_image_welcome_page() { info "" info "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}" - info "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}" - info "${YELLOW}NOTICE: Starting August 28th, 2025, only a limited subset of images/charts will remain available for free. Backup will be available for some time at the 'Bitnami Legacy' repository. More info at https://github.com/bitnami/containers/issues/83267${RESET}" info "" } diff --git a/bitnami/rails/README.md b/bitnami/rails/README.md index f30d2703b96d..cd13d19ffffb 100644 --- a/bitnami/rails/README.md +++ b/bitnami/rails/README.md @@ -38,10 +38,6 @@ If you are looking for our previous generation of images based on Debian Linux, Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-understand-rolling-tags-containers-index.html). -You can see the equivalence between the different tags by taking a look at the `tags-info.yaml` file present in the branch folder, i.e `bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml`. - -Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers). - ## Introduction [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 model–view–controller (MVC) framework, providing default structures for a database, a web service, and web pages. @@ -231,20 +227,6 @@ Please be aware this file has not undergone internal testing. Consequently, we a If you detect any issue in the `docker-compose.yaml` file, feel free to report it or contribute with a fix by following our [Contributing Guidelines](https://github.com/bitnami/containers/blob/main/CONTRIBUTING.md). -## Contributing - -We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues/new) or submitting a [pull request](https://github.com/bitnami/containers/pulls/new) with your contribution. - -## Issues - -If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new). Be sure to include the following information in your issue: - -- Host OS and version -- Docker version (`docker version`) -- Output of `docker info` -- Version of this container -- The command you used to run the container, and any relevant output you saw (masking any sensitive information) - ## License Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.