mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 03:15:53 +08:00
[bitnami/discourse] Release 3.5.0-debian-12-r4 (#86345)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user