[bitnami/cypress] Release 15.8.2-debian-12-r0 (#89318)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-01-06 23:07:24 +01:00
committed by GitHub
parent 52ba0db5b0
commit 4951730868
2 changed files with 6 additions and 6 deletions

View File

@@ -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="2025-12-22T14:28:50Z" \
org.opencontainers.image.created="2026-01-06T21:46:24Z" \
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" \
org.opencontainers.image.title="cypress" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="15.8.1"
org.opencontainers.image.version="15.8.2"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -30,7 +30,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
COMPONENTS=( \
"python-3.14.2-0-linux-${OS_ARCH}-debian-12" \
"node-24.12.0-0-linux-${OS_ARCH}-debian-12" \
"cypress-15.8.1-0-linux-${OS_ARCH}-debian-12" \
"cypress-15.8.2-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -49,10 +49,10 @@ RUN mkdir /.local && chmod g+rwX /.local
RUN uninstall_packages curl
RUN mkdir /app && chmod g+rwX -R /app /opt/bitnami/node/cypress-cache && ln -s /app /e2e && mkdir -p /usr/local/lib /usr/local/bin && ln -s /opt/bitnami/node/node_modules /usr/local/lib/node_modules && ln -s /usr/local/lib/node_modules/cypress/bin/cypress /usr/local/bin/cypress && mkdir -p /.pki /.local /.config /.cache /.fontconfig && chmod g+rwX -R /.pki /.local /.cache /.config /.fontconfig
ENV APP_VERSION="15.8.1" \
ENV APP_VERSION="15.8.2" \
BITNAMI_APP_NAME="cypress" \
CYPRESS_CACHE_FOLDER="/opt/bitnami/node/cypress-cache" \
IMAGE_REVISION="1" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/node/lib/node_modules/cypress/bin:$PATH"
EXPOSE 3000

View File

@@ -137,7 +137,7 @@ If you encountered a problem running this container, you can file an [issue](htt
## License
Copyright &copy; 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
Copyright &copy; 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.