Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nethost/docker-playwright
🐳 Playwright Docker Images. (ARMv7, ARMv8, x64) x (Chromium, Firefox, WebKit, Chrome, Edge)multi-arch x multi-browser
https://github.com/nethost/docker-playwright
Last synced: 3 months ago
JSON representation
🐳 Playwright Docker Images. (ARMv7, ARMv8, x64) x (Chromium, Firefox, WebKit, Chrome, Edge)multi-arch x multi-browser
- Host: GitHub
- URL: https://github.com/nethost/docker-playwright
- Owner: nethost
- License: mit
- Created: 2023-11-20T13:32:51.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-06-21T07:06:56.000Z (5 months ago)
- Last Synced: 2024-06-22T22:41:09.455Z (5 months ago)
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-playwright
multi-arch x multi-browser
## Tags
- `nethost/playwright:chromium` - Ubuntu Focal, Node 20, Playwright, PNPM, Chromium
- `nethost/playwright:firefox` - Ubuntu Focal, Node 20, Playwright, PNPM, Firefox
- `nethost/playwright:webkit` - Ubuntu Focal, Node 20, Playwright, PNPM, WebKit
- `nethost/playwright:chrome` - Ubuntu Focal, Node 20, Playwright, PNPM, Chrome
- `nethost/playwright:msedge` - Ubuntu Focal, Node 20, Playwright, PNPM, Edge
- `nethost/playwright:browsers` - Ubuntu Focal, Node 20, Playwright, PNPM, All Browsers### Lightweight Images
- `nethost/playwright:14.0` - Alpine, Node 20, Playwright, Chromium
## Ubuntu Supported Architectures
| Browser | ARMv8 (`aarch64`) | AMD64 (`x86_64`) |
| -------- | :---------------: | :--------------: |
| Chromium | ✅ | ✅ |
| Firefox | ✅ | ✅ |
| WebKit | ✅ | ✅ |
| Chrome | ❌ | ✅ |
| Edge | ❌ | ✅ |### Alpine Image Architectures
| Browser | ARMv8 (`aarch64`) | AMD64 (`x86_64`) |
| -------- | :---------------: | :--------------: |
| Chromium | ✅ | ✅ |