codercom-playwright (ubuntu-1.62.1-dev)

Published 2026-08-27 15:06:53 -05:00 by treyturner in treyturner/codercom-images

Installation

docker pull forgejo.treyturner.info/treyturner/codercom-playwright:ubuntu-1.62.1-dev
sha256:9ae8ef0b87c651b02716aeddc7b3cf83b964b17f48793fadf83e610074117a72

About this package

The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

Image layers

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.9259.tar --tag 26.04
umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd
umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash
umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-08-17T09:02:45.677319+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-08-17T09:02:45.677319+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.control_data.9259.tar
SHELL [/bin/bash -c]
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/bash -c apt-get update && apt-get upgrade --yes --no-install-recommends --no-install-suggests && apt-get install --yes --no-install-recommends --no-install-suggests ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
COPY docker-archive-keyring.gpg /usr/share/keyrings/docker-archive-keyring.gpg # buildkit
COPY docker.list /etc/apt/sources.list.d/docker.list # buildkit
RUN /bin/bash -c apt-get update && apt-get install --yes --no-install-recommends --no-install-suggests bash build-essential containerd.io curl docker-ce docker-ce-cli docker-buildx-plugin docker-compose-plugin htop jq locales man pipx python3 python3-pip software-properties-common sudo systemd systemd-sysv unzip vim wget rsync iproute2 && add-apt-repository ppa:git-core/ppa && apt-get install --yes git && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/bash -c systemctl enable docker # buildkit
RUN /bin/bash -c ln -s /usr/libexec/docker/cli-plugins/docker-compose /usr/bin/docker-compose # buildkit
RUN /bin/bash -c locale-gen en_US.UTF-8 # buildkit
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US.UTF-8
ENV LC_ALL=en_US.UTF-8
RUN /bin/bash -c userdel -r ubuntu && useradd coder --create-home --shell=/bin/bash --groups=docker --uid=1000 --user-group && echo "coder ALL=(ALL) NOPASSWD:ALL" >>/etc/sudoers.d/nopasswd # buildkit
USER coder
RUN /bin/bash -c pipx ensurepath # adds user's bin directory to PATH # buildkit
ARG TARGETARCH
COPY /uv /uvx /usr/local/bin/ # buildkit
SHELL [/bin/bash -euo pipefail -c]
USER root
RUN |1 TARGETARCH=amd64 /bin/bash -euo pipefail -c test "${TARGETARCH}" = "amd64" && apt-get update && apt-get install -y --no-install-recommends bubblewrap cmake dnsutils extrepo fd-find file fzf git-lfs gh iputils-ping lsof mtr-tiny nano net-tools netcat-openbsd ninja-build p7zip-full pkg-config socat strace tcpdump tmux traceroute tree tzdata zip zstd && wget "https://github.com/mikefarah/yq/releases/download/v4.53.3/yq_linux_amd64" -O /usr/local/bin/yq && echo "fa52a4e758c63d38299163fbdd1edfb4c4963247918bf9c1c5d31d84789eded4 /usr/local/bin/yq" | sha256sum -c - && chmod +x /usr/local/bin/yq && extrepo enable mise && apt-get remove -y --auto-remove extrepo && apt-get update && apt-get install -y --no-install-recommends mise && ln -s /usr/bin/fdfind /usr/local/bin/fd # buildkit
USER coder
ENV CODER_NODE_VERSION=22.23.2 PATH=/home/coder/.local/share/mise/shims:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN |1 TARGETARCH=amd64 /bin/bash -euo pipefail -c mise use -g --pin "node@${CODER_NODE_VERSION}" && node --version && npm --version && npx --version && uv --version && uvx --version && yq --version # buildkit
ARG PLAYWRIGHT_VERSION
ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright PLAYWRIGHT_SKIP_BROWSER_GC=1 PLAYWRIGHT_VERSION=1.62.1
LABEL io.github.treyturner.playwright.version=1.62.1
USER root
RUN |1 PLAYWRIGHT_VERSION=1.62.1 /bin/bash -euo pipefail -c if [[ ! "$PLAYWRIGHT_VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then echo "PLAYWRIGHT_VERSION must be provided as a GA version such as 1.62.1" >&2; exit 1; fi; mise x "node@${CODER_NODE_VERSION}" -- npx --yes "playwright@${PLAYWRIGHT_VERSION}" install --with-deps chromium && chown -R coder:coder "$PLAYWRIGHT_BROWSERS_PATH" && find "$PLAYWRIGHT_BROWSERS_PATH" -type f -name chrome -print -quit | tee /tmp/chrome_binary_path && test -s /tmp/chrome_binary_path # buildkit
USER coder

Labels

Key Value
io.github.treyturner.playwright.version 1.62.1
org.opencontainers.image.created 2026-08-17T09:02:45.677319+00:00
org.opencontainers.image.description The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
org.opencontainers.image.title ubuntu
org.opencontainers.image.version 26.04
Details
Container
2026-08-27 15:06:53 -05:00
21
OCI / Docker
linux/amd64
959 MiB
Versions (4) View all
ubuntu-1.63.0 2026-09-12
ubuntu-1.63.0-dev 2026-09-12
ubuntu-1.62.1 2026-08-27
ubuntu-1.62.1-dev 2026-08-27