From b31e159aa4ba9517a5857dbc564d7ec9b48a96e3 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 10 Feb 2026 18:29:09 +0100 Subject: [PATCH] [bitnami/node] Release 24.13.1-debian-12-r0 (#90586) Signed-off-by: Bitnami Bot --- bitnami/node/24/debian-12/Dockerfile | 12 ++++++------ .../prebuildfs/opt/bitnami/scripts/libbitnami.sh | 2 -- bitnami/node/README.md | 12 ------------ 3 files changed, 6 insertions(+), 20 deletions(-) diff --git a/bitnami/node/24/debian-12/Dockerfile b/bitnami/node/24/debian-12/Dockerfile index f7c3129b2db2..21dee2eeac9c 100644 --- a/bitnami/node/24/debian-12/Dockerfile +++ b/bitnami/node/24/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-28T16:47:32Z" \ + org.opencontainers.image.created="2026-02-10T17:07:24Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/node/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/node" \ org.opencontainers.image.title="node" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="24.13.0" + org.opencontainers.image.version="24.13.1" ENV OS_ARCH="${TARGETARCH:-amd64}" \ OS_FLAVOUR="debian-12" \ @@ -27,8 +27,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.2-4-linux-${OS_ARCH}-debian-12" \ - "node-24.13.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" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -49,10 +49,10 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \ COPY rootfs / RUN /opt/bitnami/scripts/node/postunpack.sh -ENV APP_VERSION="24.13.0" \ +ENV APP_VERSION="24.13.1" \ BITNAMI_APP_NAME="node" \ COREPACK_HOME="/opt/bitnami/node/corepack" \ - IMAGE_REVISION="1" \ + IMAGE_REVISION="0" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH" EXPOSE 3000 diff --git a/bitnami/node/24/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh b/bitnami/node/24/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh index 93cf59b06232..b134a91c7e24 100644 --- a/bitnami/node/24/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh +++ b/bitnami/node/24/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/node/README.md b/bitnami/node/README.md index c82c7bde1809..1d3bfc66b493 100644 --- a/bitnami/node/README.md +++ b/bitnami/node/README.md @@ -66,10 +66,6 @@ Recommended for: 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). - ## Get this image The recommended way to get the Bitnami Node.js Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/node). @@ -334,14 +330,6 @@ docker run --name node bitnami/node:latest - `/app` directory is no longer exported as a volume. This caused problems when building on top of the image, since changes in the volume are not persisted between Dockerfile `RUN` instructions. To keep the previous behavior (so that you can mount the volume in another container), create the container with the `-v /app` option. -## Contributing - -We'd love for you to contribute to this Docker image. 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 © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.