This repository contains Python 3.8 Docker Images for Playwright for Chrome Channels for Ubuntu 20.04 LTS.
- Chrome-Stable
- Chrome-Beta
- Chrome-Dev
- The images are hosted on ghrc.io.
- The images are tagged as version which is the playwright version on PyPI.
- The latest images are tagged as
latest
# Latest
docker pull ghcr.io/playwright-community/docker-images/playwright-chrome-stable:latest
# Version
docker pull ghcr.io/playwright-community/docker-images/playwright-chrome-stable:1.11.1
# Latest
docker pull ghcr.io/playwright-community/docker-images/playwright-chrome-beta:latest
# Version
docker pull ghcr.io/playwright-community/docker-images/playwright-chrome-beta:1.11.1
# Latest
docker pull ghcr.io/playwright-community/docker-images/playwright-chrome-dev:latest
# Version
docker pull ghcr.io/playwright-community/docker-images/playwright-chrome-dev:1.11.1
The project is licensed under APACHE 2.0 LICENSE