[bitnami/discourse] Release 3.4.7-debian-12-r1 (#83874)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-07-31 21:19:57 +02:00
committed by GitHub
parent ad61884620
commit 7626ad6d19
2 changed files with 2 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-07-30T04:32:02Z" \
org.opencontainers.image.created="2025-07-31T18:15:26Z" \
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" \

View File

@@ -55,6 +55,7 @@ chmod +x "${DISCOURSE_BASE_DIR}/node_modules/esbuild/bin/esbuild" "${DISCOURSE_B
# a symlink to avoid any issue
# https://github.com/discourse/discourse/blob/3f5b0dc98d0235adeea5b91c1656420418de6589/lib/upload_creator.rb#L421
ln -sf "$(which convert)" "/usr/bin/magick"
# Required for running as non-root users, for persistence logic to work properly
# Using g+rwx/g+rw instead of explicit 775/664 permissions because Discourse includes executable binaries in different subfolders
configure_permissions_ownership "$DISCOURSE_BASE_DIR" -d "g+rwx" -f "g+rw" -u "$DISCOURSE_DAEMON_USER" -g "root"