From 56eb1560eb5c9aeb05e9672f7b669a987459cb5c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 31 Mar 2026 19:32:07 +0200 Subject: [PATCH] [bitnami/redmine] Release 6.1.2-debian-12-r1 (#91917) Signed-off-by: Bitnami Bot --- bitnami/redmine/6.1/debian-12/Dockerfile | 10 +++++----- bitnami/redmine/README.md | 20 +------------------- 2 files changed, 6 insertions(+), 24 deletions(-) diff --git a/bitnami/redmine/6.1/debian-12/Dockerfile b/bitnami/redmine/6.1/debian-12/Dockerfile index ba307762db38..91d1ffda3142 100644 --- a/bitnami/redmine/6.1/debian-12/Dockerfile +++ b/bitnami/redmine/6.1/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-03-17T09:10:54Z" \ + org.opencontainers.image.created="2026-03-31T17:14:27Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/redmine/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/redmine" \ @@ -28,11 +28,11 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ "ruby-3.4.9-0-linux-${OS_ARCH}-debian-12" \ - "yq-4.52.4-1-linux-${OS_ARCH}-debian-12" \ + "yq-4.52.5-0-linux-${OS_ARCH}-debian-12" \ "postgresql-client-18.3.0-0-linux-${OS_ARCH}-debian-12" \ "mysql-client-12.2.2-0-linux-${OS_ARCH}-debian-12" \ "mariadb-lib-12.2.2-2-linux-${OS_ARCH}-debian-12" \ - "redmine-6.1.2-0-linux-${OS_ARCH}-debian-12" \ + "redmine-6.1.2-1-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -53,8 +53,8 @@ RUN /opt/bitnami/scripts/mysql-client/postunpack.sh RUN /opt/bitnami/scripts/redmine/postunpack.sh ENV APP_VERSION="6.1.2" \ BITNAMI_APP_NAME="redmine" \ - IMAGE_REVISION="0" \ - LD_LIBRARY_PATH="/opt/bitnami/mariadb/lib:$LD_LIBRARY_PATH" \ + IMAGE_REVISION="1" \ + LD_LIBRARY_PATH="/opt/bitnami/mariadb/lib:/opt/bitnami/postgresql/lib:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/ruby/bin:/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/mysql/bin:$PATH" EXPOSE 3000 diff --git a/bitnami/redmine/README.md b/bitnami/redmine/README.md index b13e20771c9e..c6517b33e297 100644 --- a/bitnami/redmine/README.md +++ b/bitnami/redmine/README.md @@ -40,25 +40,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t ## Get this image -The recommended way to get the Bitnami Redmine Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/redmine). - -```console -docker pull bitnami/redmine:latest -``` - -To use a specific version, you can pull a versioned tag. You can view the [list of available versions](https://hub.docker.com/r/bitnami/redmine/tags/) in the Docker Hub Registry. - -```console -docker pull bitnami/redmine:[TAG] -``` - -If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values. - -```console -git clone https://github.com/bitnami/containers.git -cd bitnami/APP/VERSION/OPERATING-SYSTEM -docker build -t bitnami/APP:latest . -``` +The Bitnami Redmine Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers. ## Persisting your application