From 43c65a0b23811e1095fbb9a2fe98a9e138e397ee Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 31 Mar 2026 05:25:50 +0200 Subject: [PATCH] [bitnami/cypress] Release 15.13.0-debian-12-r1 (#91907) Signed-off-by: Bitnami Bot --- bitnami/cypress/15/debian-12/Dockerfile | 6 +++--- bitnami/cypress/README.md | 20 +------------------- 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/bitnami/cypress/15/debian-12/Dockerfile b/bitnami/cypress/15/debian-12/Dockerfile index b341a1e175fc..c55f4fe247f4 100644 --- a/bitnami/cypress/15/debian-12/Dockerfile +++ b/bitnami/cypress/15/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-03-24T20:00:28Z" \ + org.opencontainers.image.created="2026-03-31T00:41:00Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/cypress/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cypress" \ @@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ "python-3.14.3-11-linux-${OS_ARCH}-debian-12" \ - "node-24.14.0-0-linux-${OS_ARCH}-debian-12" \ + "node-24.14.1-0-linux-${OS_ARCH}-debian-12" \ "cypress-15.13.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -52,7 +52,7 @@ RUN mkdir /app && chmod g+rwX -R /app /opt/bitnami/node/cypress-cache && ln -s / ENV APP_VERSION="15.13.0" \ BITNAMI_APP_NAME="cypress" \ CYPRESS_CACHE_FOLDER="/opt/bitnami/node/cypress-cache" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/node/lib/node_modules/cypress/bin:$PATH" EXPOSE 3000 diff --git a/bitnami/cypress/README.md b/bitnami/cypress/README.md index 36ca3d1ece17..bcddd111fb97 100644 --- a/bitnami/cypress/README.md +++ b/bitnami/cypress/README.md @@ -38,25 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t ## Get this image -The recommended way to get the Bitnami cypress Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/cypress). - -```console -docker pull bitnami/cypress:latest -``` - -To use a specific version, you can pull a versioned tag. You can view the [list of available versions](https://hub.docker.com/r/bitnami/cypress/tags/) in the Docker Hub Registry. - -```console -docker pull bitnami/cypress:[TAG] -``` - -If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values. - -```console -git clone https://github.com/bitnami/containers.git -cd bitnami/APP/VERSION/OPERATING-SYSTEM -docker build -t bitnami/APP:latest . -``` +The Bitnami Cypress Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers. ## Configuration