[bitnami/cypress] Release 13.8.1-debian-12-r3 (#66467)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-05-08 17:56:11 +02:00
committed by GitHub
parent 77df8507fc
commit e7d7a2e798
2 changed files with 3 additions and 3 deletions

View File

@@ -7,11 +7,11 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2024-05-07T07:17:03Z" \
org.opencontainers.image.created="2024-05-08T15:20:42Z" \
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.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="13.8.1-debian-12-r2" \
org.opencontainers.image.ref.name="13.8.1-debian-12-r3" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cypress" \
org.opencontainers.image.title="cypress" \
org.opencontainers.image.vendor="Broadcom, Inc." \

View File

@@ -76,7 +76,7 @@ docker run -it --name cypress -v /path/to/app:/app bitnami/cypress
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:
```
```dockerfile
FROM bitnami/cypress:latest
USER 0