From a81f883ec0cf02f6da3b7ff984944bfba1af9edc Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 5 Feb 2026 17:00:41 +0100 Subject: [PATCH] [bitnami/parse] Release 9.2.0-debian-12-r0 (#90467) Signed-off-by: Bitnami Bot --- bitnami/parse/9/debian-12/Dockerfile | 12 ++++++------ .../prebuildfs/opt/bitnami/scripts/libbitnami.sh | 2 -- bitnami/parse/README.md | 4 ---- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/bitnami/parse/9/debian-12/Dockerfile b/bitnami/parse/9/debian-12/Dockerfile index fa975fcfb1be..27e7e7e8a31f 100644 --- a/bitnami/parse/9/debian-12/Dockerfile +++ b/bitnami/parse/9/debian-12/Dockerfile @@ -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-01-28T17:05:39Z" \ + org.opencontainers.image.created="2026-02-05T15:40:03Z" \ 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="9.1.1" + org.opencontainers.image.version="9.2.0" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -28,10 +28,10 @@ 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.2-4-linux-${OS_ARCH}-debian-12" \ + "python-3.14.3-0-linux-${OS_ARCH}-debian-12" \ "node-24.13.0-0-linux-${OS_ARCH}-debian-12" \ "mongodb-shell-2.6.0-0-linux-${OS_ARCH}-debian-12" \ - "parse-9.1.1-0-linux-${OS_ARCH}-debian-12" \ + "parse-9.2.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="9.1.1" \ +ENV APP_VERSION="9.2.0" \ BITNAMI_APP_NAME="parse" \ - IMAGE_REVISION="15" \ + IMAGE_REVISION="0" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mongodb/bin:/opt/bitnami/parse/bin:$PATH" EXPOSE 1337 3000 diff --git a/bitnami/parse/9/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh b/bitnami/parse/9/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh index 93cf59b06232..b134a91c7e24 100644 --- a/bitnami/parse/9/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh +++ b/bitnami/parse/9/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh @@ -46,8 +46,6 @@ print_image_welcome_page() { info "" info "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}" - info "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}" - info "${YELLOW}NOTICE: Starting August 28th, 2025, only a limited subset of images/charts will remain available for free. Backup will be available for some time at the 'Bitnami Legacy' repository. More info at https://github.com/bitnami/containers/issues/83267${RESET}" info "" } diff --git a/bitnami/parse/README.md b/bitnami/parse/README.md index 4645ed6a0a27..e4ceff80dfb5 100644 --- a/bitnami/parse/README.md +++ b/bitnami/parse/README.md @@ -44,10 +44,6 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-understand-rolling-tags-containers-index.html). -You can see the equivalence between the different tags by taking a look at the `tags-info.yaml` file present in the branch folder, i.e `bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml`. - -Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers). - ## Prerequisites To run this application you need Docker Engine 1.10.0. Docker Compose is recomended with a version 1.6.0 or later.