mcr.microsoft.com/playwright:v1.45.0-focal extended to add /ms-playwright-agent
872
version (currently latest v1.45.0 - as of 26-06-2024).
The difference from original is that I've added /ms-playwright-agent directory which is no longer provided inside image.
Update: I have abandoned the idea of adding /ms-playwright-agent. I've realised I can handle my case without /ms-playwright-agent directory. So from now on this image provides playwright with just chromium browser making it lighter image, that's all what it does.
To see the difference go to these two Dockerfiles:
https://github.com/microsoft/playwright/blob/v1.37.1/utils/docker/Dockerfile.focal
/ms-playwright-agent exist in old image
https://github.com/microsoft/playwright/blob/v1.45.0/utils/docker/Dockerfile.focal
/ms-playwright-agent doesn't exist in latest image
can be also inspected simply by running command like:
docker run -it mcr.microsoft.com/playwright:v1.45.0-focal bash
docker run -it mcr.microsoft.com/playwright:v1.37.1-focal bash
more about:
https://mcr.microsoft.com/en-us/product/playwright/about
https://playwright.dev/docs/docker#image-tags
How to regenerate the image
https://github.com/stopsopa/playwright-research
Content type
Image
Digest
sha256:00669fb88…
Size
548.6 MB
Last updated
5 days ago
docker pull monstersmart/playwright:v1.63.0-noble-just-chromium