Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buildkite/docker-puppeteer
A minimal Docker image for Puppeteer
https://github.com/buildkite/docker-puppeteer
docker headless-chrome puppeteer
Last synced: about 1 month ago
JSON representation
A minimal Docker image for Puppeteer
- Host: GitHub
- URL: https://github.com/buildkite/docker-puppeteer
- Owner: buildkite
- License: mit
- Archived: true
- Created: 2018-03-15T12:41:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T01:37:19.000Z (about 3 years ago)
- Last Synced: 2024-09-18T20:34:01.319Z (about 2 months ago)
- Topics: docker, headless-chrome, puppeteer
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/buildkite/puppeteer/
- Size: 196 KB
- Stars: 807
- Watchers: 27
- Forks: 202
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Puppeteer
## Deprecated
> We no longer use this image at Buildkite, and this repository and Docker image are no longer maintained. Please see [Puppeteer’s troubleshooting doc](https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md) for the latest information on running Puppeteer in Docker, or alternatively you can find [other pre-made images around GitHub](https://github.com/search?q=docker+puppeteer).
## Description
A Node + Puppeteer base image for running Puppeteer scripts. Add your own tools (such as Jest, Mocha, etc), link services you want to test via Docker Compose, and run your Puppeteer scripts with a headless Chromium.
## Versions
See the list of [Docker Hub tags](https://hub.docker.com/r/buildkite/puppeteer/tags/) for Puppeteer versions available.
## Example
See the [example directory](example) for a complete Docker Compose example, showing how to run Puppeteer against a linked Docker Compose web service.
## Releasing
1. Create a new release on GitHub. The image is tagged with the same version as Puppeteer.
2. Docker Hub automatically builds images for the tag.
3. There is no step 3.