From 5ec14edb1fb129973abb3c45471ad21d9d329ade Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 27 Feb 2026 13:49:58 +0100 Subject: [PATCH] [bitnami/cypress] Release 15.11.0-debian-12-r1 (#91152) Signed-off-by: Bitnami Bot --- bitnami/cypress/15/debian-12/Dockerfile | 6 +++--- bitnami/cypress/README.md | 24 ++++++++++++------------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/bitnami/cypress/15/debian-12/Dockerfile b/bitnami/cypress/15/debian-12/Dockerfile index 9d8700dd0a5a..61e5c040a158 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-02-25T19:24:33Z" \ + org.opencontainers.image.created="2026-02-27T12:32: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" \ @@ -28,7 +28,7 @@ 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" \ + "python-3.14.3-9-linux-${OS_ARCH}-debian-12" \ "node-24.14.0-0-linux-${OS_ARCH}-debian-12" \ "cypress-15.11.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ @@ -52,7 +52,7 @@ RUN mkdir /app && chmod g+rwX -R /app /opt/bitnami/node/cypress-cache && ln -s / ENV APP_VERSION="15.11.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 bdf5d464b9fd..590e2e3f34ec 100644 --- a/bitnami/cypress/README.md +++ b/bitnami/cypress/README.md @@ -1,19 +1,17 @@ # Bitnami Secure Image for Cypress -## What is Cypress? - > Cypress is a next-gen front-end testing tool built on Node.js for modern web. Features an improved UI, multiple browser support and high debuggability and real-time reloads. [Overview of Cypress](https://www.cypress.io/) Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. -## TL;DR +## TL;DR ```console docker run -it --name cypress bitnami/cypress ``` -## Why use Bitnami Secure Images? +## Why use Bitnami Secure Images? Those are hardened, minimal CVE images built and maintained by Bitnami. Bitnami Secure Images are based on the cloud-optimized, security-hardened enterprise [OS Photon Linux](https://vmware.github.io/photon/). Why choose BSI images? @@ -30,15 +28,15 @@ Each image comes with valuable security metadata. You can view the metadata in [ If you are looking for our previous generation of images based on Debian Linux, please see the [Bitnami Legacy registry](https://hub.docker.com/u/bitnamilegacy). -## Why use a non-root container? +## Why use a non-root container? Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-work-with-non-root-containers-index.html). -## Supported tags and respective `Dockerfile` links +## Supported tags and respective `Dockerfile` links 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). -## Get this image +## 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). @@ -60,9 +58,11 @@ cd bitnami/APP/VERSION/OPERATING-SYSTEM docker build -t bitnami/APP:latest . ``` -## Configuration +## Configuration -### Running your Cypress app +The following section describes how to run commands + +### Running your Cypress app The default work directory for the Cypress image is `/app`. You can mount a folder from your host here that includes your Cypress script, and run it normally using the `cypress` command. @@ -74,7 +74,7 @@ docker run -it --name cypress -v /path/to/app:/app bitnami/cypress - [cypress documentation](https://www.cypress.io//docs) -### Browsers +### Browsers By default, the Cypress image contains the `chromium` browser included in the distro package repositories. In order to include extra browsers, you can extend the image using Cypress as a base. In the example below, we add the Firefox browser to the image: @@ -91,13 +91,13 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives USER 1001 ``` -### FIPS configuration in Bitnami Secure Images +### FIPS configuration in Bitnami Secure Images The Bitnami Cypress Docker image from the [Bitnami Secure Images](https://go-vmware.broadcom.com/contact-us) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables: - `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`. -## License +## License Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.