https://github.com/akirak/docker-chromium
Docker image containing a Chromium executable for Puppeteer
https://github.com/akirak/docker-chromium
chromium docker-image puppeteer
Last synced: about 2 months ago
JSON representation
Docker image containing a Chromium executable for Puppeteer
- Host: GitHub
- URL: https://github.com/akirak/docker-chromium
- Owner: akirak
- License: mit
- Created: 2020-08-17T07:47:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T15:12:14.000Z (almost 2 years ago)
- Last Synced: 2025-10-18T23:27:24.299Z (8 months ago)
- Topics: chromium, docker-image, puppeteer
- Language: Dockerfile
- Homepage: https://hub.docker.com/repository/docker/akirak/chromium
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker image providing a Chromium executable for Puppeteer

This repository provides Alpine Linux images containing only a specific version of Chromium. It is intended for use with [Puppeteer](https://github.com/puppeteer/puppeteer), a browser automation library for JavaScript. Each Puppeteer version must be combined with [its corresponding version](https://github.com/puppeteer/puppeteer/blob/main/docs/api.md) of Chromium, and this image enables that.
The image name is `akirak/chromium`, and tags are created from the version of Chromium and the distribution, e.g.
```
akirak/chromium:83.0.4103-alpine
akirak/chromium:83-alpine
```
For the up-to-date list of tags, see the [list on Docker Hub](https://hub.docker.com/repository/docker/akirak/chromium/tags). Images are built against stable releases of Alpine Linux, so if the build is outdated (see [the package database of Alpine](https://pkgs.alpinelinux.org/packages?name=chromium) to check if there is a new release), please feel free to create a PR.