Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Latest commit

 

History

History
46 lines (33 loc) · 1.13 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.13 KB

Docker Images for Playwright for Chrome Channels

This repository contains Python 3.8 Docker Images for Playwright for Chrome Channels for Ubuntu 20.04 LTS.

Channels:

  • Chrome-Stable
  • Chrome-Beta
  • Chrome-Dev

Docker Images

  • 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

Chrome Stable

# 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

Chrome Beta

# 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

Chrome Dev

# 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

LICENSE

The project is licensed under APACHE 2.0 LICENSE