From 85f681731e04913efc5d76997bfdf8b60b6aeb99 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 31 Mar 2026 20:48:29 +0200 Subject: [PATCH] [bitnami/discourse] Release 2026.4.0-debian-12-r0 (#91919) Signed-off-by: Bitnami Bot --- bitnami/discourse/2026/debian-12/Dockerfile | 12 ++++++------ bitnami/discourse/README.md | 20 +------------------- 2 files changed, 7 insertions(+), 25 deletions(-) diff --git a/bitnami/discourse/2026/debian-12/Dockerfile b/bitnami/discourse/2026/debian-12/Dockerfile index 612558d809c0..e80de6b6e899 100644 --- a/bitnami/discourse/2026/debian-12/Dockerfile +++ b/bitnami/discourse/2026/debian-12/Dockerfile @@ -7,13 +7,13 @@ 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-18T13:47:32Z" \ + org.opencontainers.image.created="2026-03-31T17:29:40Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/discourse/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/discourse" \ org.opencontainers.image.title="discourse" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="2026.3.0" + org.opencontainers.image.version="2026.4.0" ENV OS_ARCH="${TARGETARCH:-amd64}" \ OS_FLAVOUR="debian-12" \ @@ -31,9 +31,9 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ "wait-for-port-1.0.10-8-linux-${OS_ARCH}-debian-12" \ "ruby-3.4.9-0-linux-${OS_ARCH}-debian-12" \ "postgresql-client-18.3.0-0-linux-${OS_ARCH}-debian-12" \ - "node-20.20.1-0-linux-${OS_ARCH}-debian-12" \ + "node-20.20.2-0-linux-${OS_ARCH}-debian-12" \ "brotli-1.2.0-0-linux-${OS_ARCH}-debian-12" \ - "discourse-2026.3.0-1-linux-${OS_ARCH}-debian-12" \ + "discourse-2026.4.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -52,9 +52,9 @@ RUN uninstall_packages curl COPY rootfs / RUN /opt/bitnami/scripts/discourse/postunpack.sh -ENV APP_VERSION="2026.3.0" \ +ENV APP_VERSION="2026.4.0" \ BITNAMI_APP_NAME="discourse" \ - IMAGE_REVISION="1" \ + IMAGE_REVISION="0" \ LD_LIBRARY_PATH="/opt/bitnami/postgresql/lib:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:/opt/bitnami/ruby/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/node/bin:/opt/bitnami/brotli/bin:$PATH" diff --git a/bitnami/discourse/README.md b/bitnami/discourse/README.md index 91d910778eec..9b386c55b2f1 100644 --- a/bitnami/discourse/README.md +++ b/bitnami/discourse/README.md @@ -36,25 +36,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t ## Get this image -The recommended way to get the Bitnami Discourse Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/discourse). - -```console -docker pull bitnami/discourse: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/discourse/tags/) in the Docker Hub Registry. - -```console -docker pull bitnami/discourse:[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 Discourse® Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers. ## How to use this image