[bitnami/cypress] Release cypress-14.0.1-debian-12-r0 (#76757)
Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
This commit is contained in:
parent
8305d3d7a5
commit
917b0e1a87
|
|
@ -8,15 +8,15 @@ ARG TARGETARCH
|
|||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2025-01-28T15:06:03Z" \
|
||||
org.opencontainers.image.created="2025-01-28T22:12:36Z" \
|
||||
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="14.0.0-debian-12-r1" \
|
||||
org.opencontainers.image.ref.name="14.0.1-debian-12-r0" \
|
||||
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="14.0.0"
|
||||
org.opencontainers.image.version="14.0.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -31,7 +31,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
|||
COMPONENTS=( \
|
||||
"python-3.13.1-3-linux-${OS_ARCH}-debian-12" \
|
||||
"node-22.13.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
"cypress-14.0.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"cypress-14.0.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -50,7 +50,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
|||
RUN mkdir /.local && chmod g+rwX /.local
|
||||
|
||||
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="14.0.0" \
|
||||
ENV APP_VERSION="14.0.1" \
|
||||
BITNAMI_APP_NAME="cypress" \
|
||||
CYPRESS_CACHE_FOLDER="/opt/bitnami/node/cypress-cache" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/node/lib/node_modules/cypress/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "14.0.0-0"
|
||||
"version": "14.0.1-0"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "14"
|
||||
- 14-debian-12
|
||||
- 14.0.0
|
||||
- 14.0.1
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue