From 78141ad59ad25fe628aa959159464f052d0aef50 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 26 Mar 2026 12:51:53 +0100 Subject: [PATCH] [bitnami/parse-dashboard] Release 9.0.0-debian-12-r2 (#91844) Signed-off-by: Bitnami Bot --- bitnami/parse-dashboard/9/debian-12/Dockerfile | 8 ++++---- bitnami/parse-dashboard/README.md | 6 ++++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/bitnami/parse-dashboard/9/debian-12/Dockerfile b/bitnami/parse-dashboard/9/debian-12/Dockerfile index 9ca385e03c20..133dcc636084 100644 --- a/bitnami/parse-dashboard/9/debian-12/Dockerfile +++ b/bitnami/parse-dashboard/9/debian-12/Dockerfile @@ -7,7 +7,7 @@ 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="2026-02-24T11:08:37Z" \ + org.opencontainers.image.created="2026-03-26T11:31:21Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/parse-dashboard/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/parse-dashboard" \ @@ -28,8 +28,8 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "python-3.14.3-5-linux-${OS_ARCH}-debian-12" \ - "node-24.13.1-0-linux-${OS_ARCH}-debian-12" \ + "python-3.14.3-11-linux-${OS_ARCH}-debian-12" \ + "node-24.14.1-0-linux-${OS_ARCH}-debian-12" \ "parse-dashboard-9.0.0-1-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -51,7 +51,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/parse-dashboard/postunpack.sh ENV APP_VERSION="9.0.0" \ BITNAMI_APP_NAME="parse-dashboard" \ - IMAGE_REVISION="1" \ + IMAGE_REVISION="2" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/parse-dashboard/bin:$PATH" EXPOSE 3000 4040 diff --git a/bitnami/parse-dashboard/README.md b/bitnami/parse-dashboard/README.md index f2b7e288afa8..e88531e27af4 100644 --- a/bitnami/parse-dashboard/README.md +++ b/bitnami/parse-dashboard/README.md @@ -1,7 +1,5 @@ # Bitnami Secure Image for Parse Dashboard -## What is Parse Dashboard? - > Parse Dashboard is a standalone dashboard for managing your Parse apps. You can use it to manage your Parse Server apps. [Overview of Parse Dashboard](https://parseplatform.org/) @@ -154,8 +152,12 @@ Bitnami provides up-to-date versions of Parse Dashboard, including security patc ## Configuration +The following section describes the supported environment variables + ### Environment variables +The following tables list the main variables you can set. + #### Customizable environment variables | Name | Description | Default Value |