[bitnami/parse] Release 8.2.3-debian-12-r0 (#83968)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-08-01 13:30:45 +02:00
committed by GitHub
parent 6f10e3a999
commit 68bf5cd935
2 changed files with 5 additions and 5 deletions

View File

@@ -8,13 +8,13 @@ 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-08-01T09:05:49Z" \
org.opencontainers.image.created="2025-08-01T11:11:58Z" \
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.2.2"
org.opencontainers.image.version="8.2.3"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -32,7 +32,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
"python-3.13.5-3-linux-${OS_ARCH}-debian-12" \
"node-24.5.0-0-linux-${OS_ARCH}-debian-12" \
"mongodb-shell-2.5.6-0-linux-${OS_ARCH}-debian-12" \
"parse-8.2.2-2-linux-${OS_ARCH}-debian-12" \
"parse-8.2.3-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -51,7 +51,7 @@ RUN uninstall_packages curl
COPY rootfs /
RUN /opt/bitnami/scripts/parse/postunpack.sh
ENV APP_VERSION="8.2.2" \
ENV APP_VERSION="8.2.3" \
BITNAMI_APP_NAME="parse" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mongodb/bin:/opt/bitnami/parse/bin:$PATH"

View File

@@ -15,7 +15,7 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "8.2.2-2"
"version": "8.2.3-0"
},
"python": {
"arch": "amd64",