mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 00:08:07 +08:00
[bitnami/discourse] Release 3.2.3-debian-12-r0 (#68754)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -7,15 +7,15 @@ ARG TARGETARCH
|
||||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2024-06-29T16:11:18Z" \
|
||||
org.opencontainers.image.created="2024-07-03T19:32:40Z" \
|
||||
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.2.2-debian-12-r2" \
|
||||
org.opencontainers.image.ref.name="3.2.3-debian-12-r0" \
|
||||
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.2.2"
|
||||
org.opencontainers.image.version="3.2.3"
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
OS_FLAVOUR="debian-12" \
|
||||
@@ -28,12 +28,12 @@ RUN install_packages acl advancecomp ca-certificates curl file gifsicle git host
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
||||
COMPONENTS=( \
|
||||
"python-3.11.9-11-linux-${OS_ARCH}-debian-12" \
|
||||
"wait-for-port-1.0.7-14-linux-${OS_ARCH}-debian-12" \
|
||||
"wait-for-port-1.0.8-1-linux-${OS_ARCH}-debian-12" \
|
||||
"ruby-3.2.4-10-linux-${OS_ARCH}-debian-12" \
|
||||
"postgresql-client-16.3.0-4-linux-${OS_ARCH}-debian-12" \
|
||||
"node-18.20.3-0-linux-${OS_ARCH}-debian-12" \
|
||||
"brotli-1.1.0-3-linux-${OS_ARCH}-debian-12" \
|
||||
"discourse-3.2.2-0-linux-${OS_ARCH}-debian-12" \
|
||||
"discourse-3.2.3-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -52,7 +52,7 @@ RUN /opt/bitnami/ruby/bin/gem install --force bundler -v '< 2'
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/discourse/postunpack.sh
|
||||
ENV APP_VERSION="3.2.2" \
|
||||
ENV APP_VERSION="3.2.3" \
|
||||
BITNAMI_APP_NAME="discourse" \
|
||||
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/node_modules/ember-cli/bin:$PATH"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "3.2.2-0"
|
||||
"version": "3.2.3-0"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
@@ -39,6 +39,6 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.7-14"
|
||||
"version": "1.0.8-1"
|
||||
}
|
||||
}
|
||||
@@ -176,7 +176,7 @@ postgresql_execute_print_output() {
|
||||
local opts
|
||||
read -r -a opts <<<"${@:4}"
|
||||
|
||||
local args=("-U" "$user" "-p" "${POSTGRESQL_PORT_NUMBER:-5432}")
|
||||
local args=("-U" "$user" "-p" "${POSTGRESQL_PORT_NUMBER:-5432}" "-h" "127.0.0.1")
|
||||
[[ -n "$db" ]] && args+=("-d" "$db")
|
||||
[[ "${#opts[@]}" -gt 0 ]] && args+=("${opts[@]}")
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "3"
|
||||
- 3-debian-12
|
||||
- 3.2.2
|
||||
- 3.2.3
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user