mirror of
https://github.com/bitnami/containers.git
synced 2026-03-19 15:57:46 +08:00
[bitnami/discourse] Release discourse-3.4.0-debian-12-r1 (#77506)
Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
This commit is contained in:
@@ -8,11 +8,11 @@ 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-02-13T13:19:12Z" \
|
||||
org.opencontainers.image.created="2025-02-14T14:40:05Z" \
|
||||
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.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="3.4.0-debian-12-r0" \
|
||||
org.opencontainers.image.ref.name="3.4.0-debian-12-r1" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/discourse" \
|
||||
org.opencontainers.image.title="discourse" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
@@ -31,10 +31,10 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
||||
"python-3.12.9-2-linux-${OS_ARCH}-debian-12" \
|
||||
"wait-for-port-1.0.8-12-linux-${OS_ARCH}-debian-12" \
|
||||
"ruby-3.2.7-0-linux-${OS_ARCH}-debian-12" \
|
||||
"postgresql-client-17.2.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"postgresql-client-17.3.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"node-18.20.6-1-linux-${OS_ARCH}-debian-12" \
|
||||
"brotli-1.1.0-4-linux-${OS_ARCH}-debian-12" \
|
||||
"discourse-3.4.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"discourse-3.4.0-1-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "3.4.0-0"
|
||||
"version": "3.4.0-1"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
@@ -21,7 +21,7 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "17.2.0-0"
|
||||
"version": "17.3.0-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -49,7 +49,7 @@ done
|
||||
find "${DISCOURSE_BASE_DIR}/vendor/bundle/ruby" -wholename "*/sprockets-*/test/fixtures/errors/symlink" -type l -exec rm -f {} \;
|
||||
|
||||
# Add execution permissions to esbuild and ember binaries
|
||||
chmod +x "${DISCOURSE_BASE_DIR}/node_modules/esbuild/bin/esbuild" "${DISCOURSE_BASE_DIR}/app/assets/javascripts/discourse/node_modules/ember-cli/bin/ember" "${DISCOURSE_BASE_DIR}/node_modules/.bin"/*
|
||||
chmod +x "${DISCOURSE_BASE_DIR}/node_modules/esbuild/bin/esbuild" "${DISCOURSE_BASE_DIR}/app/assets/javascripts/discourse/node_modules/ember-cli/bin/ember" "${DISCOURSE_BASE_DIR}/app/assets/javascripts/discourse/node_modules/.bin"/* "${DISCOURSE_BASE_DIR}/node_modules/.bin"/*
|
||||
|
||||
# HACK: The discourse source code is trying to access the deprecated Imagemagick "magick". In newer versions it was changed to "convert". Creating
|
||||
# a symlink to avoid any issue
|
||||
|
||||
Reference in New Issue
Block a user