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

playwright-community/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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