[bitnami/discourse] Release 3.0.6-debian-11-r0 (#42682)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
93f0559321
commit
b95ecc68d6
|
|
@ -7,13 +7,13 @@ ARG TARGETARCH
|
|||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-07-27T11:48:43Z" \
|
||||
org.opencontainers.image.created="2023-07-28T18:37:31Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="3.0.5-debian-11-r15" \
|
||||
org.opencontainers.image.ref.name="3.0.6-debian-11-r0" \
|
||||
org.opencontainers.image.title="discourse" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="3.0.5"
|
||||
org.opencontainers.image.version="3.0.6"
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
|
|
@ -29,9 +29,9 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
"wait-for-port-1.0.6-11-linux-${OS_ARCH}-debian-11" \
|
||||
"ruby-3.2.2-4-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-15.3.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"node-18.17.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"node-18.17.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"brotli-1.0.9-162-linux-${OS_ARCH}-debian-11" \
|
||||
"discourse-3.0.5-1-linux-${OS_ARCH}-debian-11" \
|
||||
"discourse-3.0.6-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -49,7 +49,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.0.5" \
|
||||
ENV APP_VERSION="3.0.6" \
|
||||
BITNAMI_APP_NAME="discourse" \
|
||||
LD_LIBRARY_PATH="/opt/bitnami/postgresql/lib:$LD_LIBRARY_PATH" \
|
||||
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,13 +9,13 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.0.5-1"
|
||||
"version": "3.0.6-0"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "18.17.0-1"
|
||||
"version": "18.17.0-2"
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "3"
|
||||
- 3-debian-11
|
||||
- 3.0.5
|
||||
- 3.0.6
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue