Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

buildkite/docker-puppeteer

Folders and files

NameName
Last commit message
Last commit date
Apr 24, 2020
Sep 23, 2019
Apr 24, 2020
Sep 23, 2019
Mar 18, 2021
Mar 15, 2018
Sep 8, 2021
May 31, 2021
May 31, 2021
Jun 12, 2018

Repository files navigation

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 for the latest information on running Puppeteer in Docker, or alternatively you can find other pre-made images around GitHub.

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 for Puppeteer versions available.

Example

See the example directory 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.