dotnet-sdk-wasm-node-playwright (sha256:467e3e398fb821078d21afbe5963dd05218c96e6a1d793ebf35385592f4f1f0d)

Published 2026-07-03 04:15:21 +00:00 by ivan

Installation

docker pull forgejo.ivanthegeek.com/nexus/dotnet-sdk-wasm-node-playwright@sha256:467e3e398fb821078d21afbe5963dd05218c96e6a1d793ebf35385592f4f1f0d
sha256:467e3e398fb821078d21afbe5963dd05218c96e6a1d793ebf35385592f4f1f0d

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-79fcbede9d5522fcffb04b46daf93b5a/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-79fcbede9d5522fcffb04b46daf93b5a/images/.temp_layer.9106.tar --tag 26.04
umoci config --image /home/buildd/rockcraft-ubuntu-79fcbede9d5522fcffb04b46daf93b5a/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd
umoci config --image /home/buildd/rockcraft-ubuntu-79fcbede9d5522fcffb04b46daf93b5a/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash
umoci config --image /home/buildd/rockcraft-ubuntu-79fcbede9d5522fcffb04b46daf93b5a/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-79fcbede9d5522fcffb04b46daf93b5a/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-06-10T03:30:57.931695+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-79fcbede9d5522fcffb04b46daf93b5a/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-06-10T03:30:57.931695+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-79fcbede9d5522fcffb04b46daf93b5a/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-79fcbede9d5522fcffb04b46daf93b5a/images/.temp_layer.control_data.9106.tar
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu78 libssl3t64 libstdc++6 tzdata tzdata-legacy && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
ENV DOTNET_VERSION=11.0.0-preview.5.26302.115
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=11.0.0-preview.5.26302.115
COPY /dotnet /usr/share/dotnet # buildkit
ENV DOTNET_GENERATE_ASPNET_CERTIFICATE=false DOTNET_NOLOGO=true DOTNET_SDK_VERSION=11.0.100-preview.5.26302.115 DOTNET_USE_POLLING_FILE_WATCHER=true NUGET_XMLDOC_MODE=skip POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Ubuntu-26.04 DOTNET_ROLL_FORWARD=Major
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl git libatomic1 wget && rm -rf /var/lib/apt/lists/* # buildkit
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dnx /usr/bin/dnx && dotnet help # buildkit
RUN /bin/sh -c powershell_version=7.7.0-preview.2 && curl --fail --show-error --location --output PowerShell.Linux.x64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.x64.$powershell_version.nupkg && powershell_sha512='0bfdb2cb425e9dc45ce824746b9c686e0cfebe76e02918c3e09663cfb6d7c8a1fb9a8f983b61a30627ab5c48001e5e778ce30e977ce246bf6f48ac09f550bd6f' && echo "$powershell_sha512 PowerShell.Linux.x64.$powershell_version.nupkg" | sha512sum -c - && mkdir --parents /usr/share/powershell && dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.x64 && dotnet nuget locals all --clear && rm PowerShell.Linux.x64.$powershell_version.nupkg && ln -s /usr/share/powershell/pwsh /usr/bin/pwsh && chmod 755 /usr/share/powershell/pwsh && chmod 755 /usr/share/powershell/.store/powershell.linux.x64/$powershell_version/powershell.linux.x64/$powershell_version/tools/*/any/pwsh && find /usr/share/powershell -print | grep -i '.*[.]nupkg$' | xargs rm # buildkit
ARG DEBIAN_FRONTEND=noninteractive
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1 TESTINGPLATFORM_TELEMETRY_OPTOUT=1 DOTNET_NOLOGO=1 DOTNET_GENERATE_ASPNET_CERTIFICATE=false TZ=UTC LANG=C.UTF-8 LC_ALL=C.UTF-8 PLAYWRIGHT_BROWSERS_PATH=/ms-playwright NPM_CONFIG_UPDATE_NOTIFIER=false NPM_CONFIG_FUND=false
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y --no-install-recommends python3=3.14.3-0ubuntu2 python3-minimal=3.14.3-0ubuntu2 python3.14=3.14.4-1 ca-certificates curl xz-utils && rm -rf /var/lib/apt/lists/* # buildkit
ARG NODE_VERSION=v24.18.0
ARG NODE_ARCH=linux-x64
RUN |3 DEBIAN_FRONTEND=noninteractive NODE_VERSION=v24.18.0 NODE_ARCH=linux-x64 /bin/sh -c set -eux; cd /tmp; curl -fsSLO "https://nodejs.org/dist/${NODE_VERSION}/node-${NODE_VERSION}-${NODE_ARCH}.tar.xz"; curl -fsSLO "https://nodejs.org/dist/${NODE_VERSION}/SHASUMS256.txt"; grep " node-${NODE_VERSION}-${NODE_ARCH}.tar.xz\$" SHASUMS256.txt | sha256sum -c -; tar -xJf "node-${NODE_VERSION}-${NODE_ARCH}.tar.xz" -C /usr/local --strip-components=1 --no-same-owner; rm -f "node-${NODE_VERSION}-${NODE_ARCH}.tar.xz" SHASUMS256.txt; rm -rf /root/.npm /tmp/*; node --version; npm --version # buildkit
RUN |3 DEBIAN_FRONTEND=noninteractive NODE_VERSION=v24.18.0 NODE_ARCH=linux-x64 /bin/sh -c dotnet workload install wasm-tools && rm -rf /root/.nuget /tmp/* /var/tmp/* # buildkit
COPY playwright-deps.txt /tmp/playwright-deps.txt # buildkit
RUN |3 DEBIAN_FRONTEND=noninteractive NODE_VERSION=v24.18.0 NODE_ARCH=linux-x64 /bin/sh -c apt-get update && grep -vE '^[[:space:]]*(#|$)' /tmp/playwright-deps.txt | xargs apt-get install -y --no-install-recommends && rm -rf /var/lib/apt/lists/* /tmp/playwright-deps.txt # buildkit
ARG PLAYWRIGHT_VERSION=1.61.0
RUN |4 DEBIAN_FRONTEND=noninteractive NODE_VERSION=v24.18.0 NODE_ARCH=linux-x64 PLAYWRIGHT_VERSION=1.61.0 /bin/sh -c set -eux; mkdir -p /tmp/pwb && cd /tmp/pwb; dotnet new console -n pwb -o . >/dev/null; dotnet add package Microsoft.Playwright --version ${PLAYWRIGHT_VERSION} >/dev/null; printf 'return Microsoft.Playwright.Program.Main(args);\n' > Program.cs; dotnet build -c Release -v q --nologo >/dev/null; dotnet run -c Release --no-build -- install chromium firefox webkit; npm install -g "@playwright/test@${PLAYWRIGHT_VERSION}"; playwright install chromium firefox webkit; chmod -R a+rX /ms-playwright; rm -rf /tmp/pwb /root/.nuget /root/.npm /tmp/.dotnet /tmp/NuGetScratch /tmp/* # buildkit

Labels

Key Value
org.opencontainers.image.created 2026-06-10T03:30:57.931695+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-07-03 04:15:21 +00:00
3
OCI / Docker
linux/amd64
1.8 GiB
Versions (2) View all