https://github.com/sitespeedio/docker-browsers
https://github.com/sitespeedio/docker-browsers
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sitespeedio/docker-browsers
- Owner: sitespeedio
- License: mit
- Created: 2016-08-27T16:12:11.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T15:35:20.000Z (about 2 years ago)
- Last Synced: 2024-04-13T21:47:57.368Z (about 2 years ago)
- Language: Dockerfile
- Size: 985 KB
- Stars: 8
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firefox, Chrome & Xvfb
Adds specific versions of Chrome, Firefox and Edge to the VisualMetrics dependencies base container for sitespeed.io.
For AMD64 you can choose versions. For ARM64 we use the latest supported version.
We also have xvfb & x11vnc installed.
```
docker buildx build --push --platform linux/arm64,linux/amd64 -t sitespeedio/webbrowsers:chrome-119.0-firefox-119.0-edge-118.0 .
```