[bitnami/discourse] Release 3.5.1-debian-12-r0 (#86775)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-09-30 14:24:21 +02:00 committed by GitHub
parent 33bfc17bb3
commit 13a0dddcd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -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="2025-09-30T06:40:37Z" \
org.opencontainers.image.created="2025-09-30T11:11:33Z" \
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="3.5.0"
org.opencontainers.image.version="3.5.1"
ENV OS_ARCH="${TARGETARCH:-amd64}" \
OS_FLAVOUR="debian-12" \
@ -33,7 +33,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
"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" \
"discourse-3.5.1-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="3.5.0" \
ENV APP_VERSION="3.5.1" \
BITNAMI_APP_NAME="discourse" \
IMAGE_REVISION="16" \
IMAGE_REVISION="0" \
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