forgejo-ci-playwright (latest)

Published 2026-08-19 21:55:18 +02:00 by claude

Installation

docker pull git.frankenbit.de/frankenbit/forgejo-ci-playwright:latest
sha256:59f422091a2caf14df55df9a663508dd3aa279c2e6a4cf2ba4810eee03389f4c

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=22.04
ADD file:14c8897ef5107db11b35f5a0c05bdcb883c0a6daa83d07d4439865541f08514c in /
CMD ["/bin/bash"]
ARG DEBIAN_FRONTEND=noninteractive
ARG TZ=America/Los_Angeles
ARG DOCKER_IMAGE_NAME_TEMPLATE=mcr.microsoft.com/playwright:v%version%-jammy
ARG NODE_VERSION=24 # autogenerated via ./update-playwright-node.mjs
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8
RUN |8 DEBIAN_FRONTEND=noninteractive TZ=America/Los_Angeles DOCKER_IMAGE_NAME_TEMPLATE=mcr.microsoft.com/playwright:v%version%-jammy NODE_VERSION=24 #= autogenerated= via= ./update-playwright-node.mjs= /bin/sh -c apt-get update && apt-get install -y curl wget gpg ca-certificates && mkdir -p /etc/apt/keyrings && curl -sL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_${NODE_VERSION}.x nodistro main" >> /etc/apt/sources.list.d/nodesource.list && apt-get update && apt-get install -y nodejs && apt-get install -y --no-install-recommends git openssh-client && npm install -g yarn && rm -rf /var/lib/apt/lists/* && adduser pwuser # buildkit
ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright
COPY ./playwright-core.tar.gz /tmp/playwright-core.tar.gz # buildkit
RUN |8 DEBIAN_FRONTEND=noninteractive TZ=America/Los_Angeles DOCKER_IMAGE_NAME_TEMPLATE=mcr.microsoft.com/playwright:v%version%-jammy NODE_VERSION=24 #= autogenerated= via= ./update-playwright-node.mjs= /bin/sh -c mkdir /ms-playwright && mkdir /ms-playwright-agent && cd /ms-playwright-agent && npm init -y && npm i /tmp/playwright-core.tar.gz && npm exec --no -- playwright-core mark-docker-image "${DOCKER_IMAGE_NAME_TEMPLATE}" && npm exec --no -- playwright-core install --with-deps && rm -rf /var/lib/apt/lists/* && if [ "$(uname -m)" = "aarch64" ]; then rm /usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstwebrtc.so; else rm /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwebrtc.so; fi && rm /tmp/playwright-core.tar.gz && rm -rf /ms-playwright-agent && rm -rf ~/.npm/ && chmod -R 777 /ms-playwright # buildkit
/bin/sh -c sed -i -e 's|http://archive\.ubuntu\.com/ubuntu|http://de.archive.ubuntu.com/ubuntu|g' -e 's|http://security\.ubuntu\.com/ubuntu|http://de.archive.ubuntu.com/ubuntu|g' /etc/apt/sources.list && if ! grep -rq 'de\.archive\.ubuntu\.com' /etc/apt/sources.list /etc/apt/sources.list.d/ 2>/dev/null; then echo "FATAL: mirror rewrite did not apply. The base image's apt layout changed" >&2; echo " (deb822 sources.list.d/*.sources?). Fix the rewrite for the new" >&2; echo " layout — do NOT drop this check; a silent no-op is how the CDN" >&2; echo " path returns." >&2; exit 1; fi && if grep -rqE '(^|[/@])(archive|security)\.ubuntu\.com' /etc/apt/sources.list /etc/apt/sources.list.d/ 2>/dev/null; then echo "FATAL: a CDN archive URL survived the rewrite." >&2; exit 1; fi
/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl git graphviz jq unzip && rm -rf /var/lib/apt/lists/*
USER root
WORKDIR /workspace

Labels

Key Value
org.opencontainers.image.version 22.04
Details
Container
2026-08-19 21:55:18 +02:00
4
OCI / Docker
linux/amd64
844 MiB
Versions (1) View all
latest 2026-08-19