[bitnami/parse-dashboard] Release 8.5.0-debian-12-r0 (#90675)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-02-12 04:28:23 +01:00
committed by GitHub
parent 4f5bcb72d6
commit 511b0abfa7
2 changed files with 6 additions and 14 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="2026-02-05T22:56:15Z" \
org.opencontainers.image.created="2026-02-12T03:06:53Z" \
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" \
org.opencontainers.image.title="parse-dashboard" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="8.4.0"
org.opencontainers.image.version="8.5.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -28,9 +28,9 @@ 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-0-linux-${OS_ARCH}-debian-12" \
"node-24.13.0-0-linux-${OS_ARCH}-debian-12" \
"parse-dashboard-8.4.0-0-linux-${OS_ARCH}-debian-12" \
"python-3.14.3-1-linux-${OS_ARCH}-debian-12" \
"node-24.13.1-0-linux-${OS_ARCH}-debian-12" \
"parse-dashboard-8.5.0-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -49,7 +49,7 @@ RUN mkdir /.local && chmod g+rwX /.local
COPY rootfs /
RUN /opt/bitnami/scripts/parse-dashboard/postunpack.sh
ENV APP_VERSION="8.4.0" \
ENV APP_VERSION="8.5.0" \
BITNAMI_APP_NAME="parse-dashboard" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/parse-dashboard/bin:$PATH"

View File

@@ -230,14 +230,6 @@ The Bitnami Parse Dashboard Docker image from the [Bitnami Secure Images](https:
- The Parse Dashboard container has been migrated to a non-root user approach. Previously the container ran as the `root` user and the Parse Dashboard daemon was started as the `parsedashboard` user. From now on, both the container and the Parse Dashboard daemon run as user `1001`. As a consequence, the data directory must be writable by that user. You can revert this behavior by changing `USER 1001` to `USER root` in the Dockerfile.
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
## Issues
If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new/choose). For us to provide better support, be sure to fill the issue template.
## License
Copyright &copy; 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.