[bitnami/parse] Release 8.6.0-debian-12-r0 (#88990)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-12-11 01:15:50 +01:00 committed by GitHub
parent 8f207a3605
commit 4f636d4a87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 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-12-10T10:35:20Z" \
org.opencontainers.image.created="2025-12-10T23:54:26Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/parse/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/parse" \
org.opencontainers.image.title="parse" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="8.5.0"
org.opencontainers.image.version="8.6.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -29,9 +29,9 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"python-3.14.1-0-linux-${OS_ARCH}-debian-12" \
"node-24.11.1-0-linux-${OS_ARCH}-debian-12" \
"node-24.12.0-0-linux-${OS_ARCH}-debian-12" \
"mongodb-shell-2.5.10-0-linux-${OS_ARCH}-debian-12" \
"parse-8.5.0-0-linux-${OS_ARCH}-debian-12" \
"parse-8.6.0-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -50,9 +50,9 @@ RUN uninstall_packages curl
COPY rootfs /
RUN /opt/bitnami/scripts/parse/postunpack.sh
ENV APP_VERSION="8.5.0" \
ENV APP_VERSION="8.6.0" \
BITNAMI_APP_NAME="parse" \
IMAGE_REVISION="24" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mongodb/bin:/opt/bitnami/parse/bin:$PATH"
EXPOSE 1337 3000