From 667f3a114229c26564ab18c76b86b26be873b9e0 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 25 Sep 2025 18:49:56 +0200 Subject: [PATCH] [bitnami/discourse] Release 3.5.0-debian-12-r4 (#86345) Signed-off-by: Bitnami Bot --- bitnami/discourse/3/debian-12/Dockerfile | 6 +++--- bitnami/discourse/README.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/bitnami/discourse/3/debian-12/Dockerfile b/bitnami/discourse/3/debian-12/Dockerfile index 6ee2a2192964..14afa397584a 100644 --- a/bitnami/discourse/3/debian-12/Dockerfile +++ b/bitnami/discourse/3/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="2025-09-23T18:24:52Z" \ + org.opencontainers.image.created="2025-09-25T15:40:59Z" \ 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" \ @@ -30,7 +30,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ "python-3.12.11-10-linux-${OS_ARCH}-debian-12" \ "wait-for-port-1.0.10-1-linux-${OS_ARCH}-debian-12" \ "ruby-3.3.9-3-linux-${OS_ARCH}-debian-12" \ - "postgresql-client-17.6.0-0-linux-${OS_ARCH}-debian-12" \ + "postgresql-client-18.0.0-0-linux-${OS_ARCH}-debian-12" \ "node-20.19.5-0-linux-${OS_ARCH}-debian-12" \ "brotli-1.1.0-6-linux-${OS_ARCH}-debian-12" \ "discourse-3.5.0-0-linux-${OS_ARCH}-debian-12" \ @@ -54,7 +54,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/discourse/postunpack.sh ENV APP_VERSION="3.5.0" \ BITNAMI_APP_NAME="discourse" \ - IMAGE_REVISION="3" \ + IMAGE_REVISION="4" \ 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:/opt/bitnami/discourse/app/assets/javascripts/discourse/node_modules/ember-cli/bin:$PATH" EXPOSE 3000 diff --git a/bitnami/discourse/README.md b/bitnami/discourse/README.md index 250a7526ab4c..7048cd82132d 100644 --- a/bitnami/discourse/README.md +++ b/bitnami/discourse/README.md @@ -460,6 +460,12 @@ The Bitnami Discourse container supports connecting the Discourse application to In case the database already contains data from a previous Discourse installation, you need to set the variable `DISCOURSE_SKIP_BOOTSTRAP` to `yes`. Otherwise, the container would execute the installation wizard and could modify the existing data in the database. Note that, when setting `DISCOURSE_SKIP_BOOTSTRAP` to `yes`, values for environment variables such as `DISCOURSE_USERNAME`, `DISCOURSE_PASSWORD` or `DISCOURSE_EMAIL` will be ignored. +### FIPS configuration in Bitnami Secure Images + +The Bitnami Discourse® Docker image from the [Bitnami Secure Images](https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables: + +- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`. + ## Logging The Bitnami Discourse Docker image sends the container logs to `stdout`. To view the logs: