A simple docker image to run Puppeteer under arm64 architecture.
2.0K
This project provides a Docker image tailored for running Puppeteer on arm64 architecture, facilitating web automation tasks such as web scraping, automated testing of web pages, and screenshot capture of web pages on arm64 platforms.
This project was born from this message: https://github.com/puppeteer/puppeteer/issues/7740#issuecomment-1833202428
~23.10.1132.0.6834.32 (https://pptr.dev/chromium-support)r1151 (https://github.com/microsoft/playwright/commit/dfa24462dbad83c404dca9443e551b8083a4d8b1#diff-ad2f196160da32ffb6ba135ee7e09ab725d445132d72eb35b0e9b92057b08bb8L36)The Docker image can be pulled from Docker Hub, here (ghcr.io) or Quay.io:
# Docker Hub
docker pull canardconfit/puppeteer-docker
# ghcr.io
docker pull ghcr.io/canardconfit/puppeteer-docker
# Quay.io
docker pull quay.io/canardconfit/puppeteer-docker
You can use this image as a base image, or directly to run something. It was designed to do both.
Check out my project is-academia-bot for an example of a base image.
You can build the Docker image from the Dockerfile if modifications are needed or if you prefer to build it locally:
Please note that you must be on an arm64 machine or on a docker builder under arm64!
# If your host is under arm64
docker build -t your_custom_name/puppeteer-docker .
# If you are on amd64 for example, and you want to build
docker buildx build -t your_custom_name/puppeteer-docker:latest --platform linux/arm64 -- .
To contribute to this project, please fork the repository and submit a pull request.
Content type
Image
Digest
sha256:ecbebef25…
Size
486.9 MB
Last updated
almost 2 years ago
docker pull canardconfit/puppeteer-docker