2022-11-23 18:02:41 UTC
610 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PLAYWRIGHT_BROWSERS_PATH/ms-playwright
[#000] sha256:a404e54162968593b8d92b571f3cdd673e4c9eab5d9be28d7c494595c0aa6682 - 4.17% (25.5 MB)
[#001] sha256:0d24aa0af8fb9faa5095e381086835ce2e72f3621b46b4f486d427ba593937da - 12.92% (78.8 MB)
[#002] sha256:2c21d565cde6f9ac786a11b99b5bd5df444bd499451dd89935469859c9b665c3 - 0.28% (1.71 MB)
[#003] sha256:c7f90aba8cae994da8f63e110e087d12a12a24a0cb7925083d6d4f23146da18c - 82.63% (504 MB)
/bin/sh -c #(nop) ADD file:fc5d658c47ede58827812b75a311353be776e41e2dd339b8906839527c9b5247 in /
2022-10-25 01:53:28 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-11-23 18:00:39 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2022-11-23 18:00:39 UTC/bin/sh -c #(nop) ARG TZ=America/Los_Angeles
2022-11-23 18:00:40 UTC/bin/sh -c #(nop) ARG DOCKER_IMAGE_NAME_TEMPLATE=mcr.microsoft.com/playwright:v%version%-bionic
2022-11-23 18:01:19 UTC|3 DEBIAN_FRONTEND=noninteractive DOCKER_IMAGE_NAME_TEMPLATE=mcr.microsoft.com/playwright:v%version%-bionic TZ=America/Los_Angeles /bin/sh -c apt-get update && apt-get install -y curl wget gpg && curl -sL https://deb.nodesource.com/setup_16.x | bash - && 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
2022-11-23 18:01:19 UTC/bin/sh -c #(nop) ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright
2022-11-23 18:01:21 UTC/bin/sh -c #(nop) COPY file:b4a3904986fdd7fd9b7cc32f3d747a97bc34775c0dd0fba83c87e79386356a4b in /tmp/playwright-core.tar.gz
2022-11-23 18:02:41 UTC|3 DEBIAN_FRONTEND=noninteractive DOCKER_IMAGE_NAME_TEMPLATE=mcr.microsoft.com/playwright:v%version%-bionic TZ=America/Los_Angeles /bin/sh -c mkdir /ms-playwright && mkdir /ms-playwright-agent && cd /ms-playwright-agent && npm init -y && npm i /tmp/playwright-core.tar.gz && npx playwright mark-docker-image "${DOCKER_IMAGE_NAME_TEMPLATE}" && npx playwright install --with-deps && rm -rf /var/lib/apt/lists/* && rm /tmp/playwright-core.tar.gz && rm -rf /ms-playwright-agent && chmod -R 777 /ms-playwright
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.