{"id":22477585,"url":"https://github.com/canardconfit/puppeteer-docker","last_synced_at":"2026-02-14T16:31:36.117Z","repository":{"id":221416430,"uuid":"754337479","full_name":"CanardConfit/puppeteer-docker","owner":"CanardConfit","description":"A simple docker image to run Puppeteer under arm64 architecture.","archived":false,"fork":false,"pushed_at":"2024-12-10T15:13:26.000Z","size":19,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T03:55:26.763Z","etag":null,"topics":["arm64","docker","docker-image","puppeteer"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/repository/docker/canardconfit/puppeteer-docker/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CanardConfit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-07T21:12:37.000Z","updated_at":"2025-04-02T14:27:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"f1aed262-c00c-4a88-a759-262fd70edb47","html_url":"https://github.com/CanardConfit/puppeteer-docker","commit_stats":null,"previous_names":["canardconfit/puppeteer-docker"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/CanardConfit/puppeteer-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CanardConfit%2Fpuppeteer-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CanardConfit%2Fpuppeteer-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CanardConfit%2Fpuppeteer-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CanardConfit%2Fpuppeteer-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CanardConfit","download_url":"https://codeload.github.com/CanardConfit/puppeteer-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CanardConfit%2Fpuppeteer-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29449369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arm64","docker","docker-image","puppeteer"],"created_at":"2024-12-06T14:11:36.039Z","updated_at":"2026-02-14T16:31:36.103Z","avatar_url":"https://github.com/CanardConfit.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Puppeteer Docker for ARM64\n\n![Docker Pulls](https://img.shields.io/docker/pulls/canardconfit/puppeteer-docker)\n![GitHub Release](https://img.shields.io/github/v/release/CanardConfit/puppeteer-docker)\n![GitHub Repo stars](https://img.shields.io/github/stars/CanardConfit/puppeteer-docker)\n\n## Introduction\n\nThis 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.\n\nThis project was born from this message: https://github.com/puppeteer/puppeteer/issues/7740#issuecomment-1833202428\n\n## Table of Contents\n\n- [Introduction](#Introduction)\n- [Actual version](#actual-version)\n- [Installation](#Installation)\n- [Usage](#Usage)\n- [Features](#Features)\n- [Dependencies](#Dependencies)\n- [Building the Docker Image](#Building-the-Docker-Image)\n- [Contributors](#Contributors)\n- [License](#License)\n\n## Actual version\n\n- Puppeteer version: `~23.10.1`\n- Chromium version: `132.0.6834.32` (https://pptr.dev/chromium-support)\n- Playwright arm64 chromium build for chromium version 132.0.6834.32: `r1151` (https://github.com/microsoft/playwright/commit/dfa24462dbad83c404dca9443e551b8083a4d8b1#diff-ad2f196160da32ffb6ba135ee7e09ab725d445132d72eb35b0e9b92057b08bb8L36)\n\n\n## Installation\n\nThe Docker image can be pulled from Docker Hub, here (ghcr.io) or Quay.io:\n\n```sh\n# Docker Hub\ndocker pull canardconfit/puppeteer-docker\n\n# ghcr.io\ndocker pull ghcr.io/canardconfit/puppeteer-docker\n\n# Quay.io\ndocker pull quay.io/canardconfit/puppeteer-docker\n```\n\n## Usage\n\nYou can use this image as a base image, or directly to run something. It was designed to do both.\n\nCheck out my project [is-academia-bot](https://github.com/CanardConfit/is-academia-bot) for an example of a base image.\n\n## Features\n\n- Pre-configured environment for Puppeteer on arm64 architecture.\n- Includes version of Puppeteer and compatible Chromium versions.\n\n## Dependencies\n\n- Docker installed on your system.\n- ARM64 architecture hardware.\n\n## Building the Docker Image\n\nYou can build the Docker image from the Dockerfile if modifications are needed or if you prefer to build it locally:\n\n\u003e Please note that you must be on an arm64 machine or on a docker builder under arm64!\n\n```sh\n# If your host is under arm64\ndocker build -t your_custom_name/puppeteer-docker .\n\n# If you are on amd64 for example, and you want to build\ndocker buildx build -t your_custom_name/puppeteer-docker:latest --platform linux/arm64 -- .\n```\n\n## Contributors\n\nTo contribute to this project, please fork the repository and submit a pull request.\n\n## License\n\n[Apache 2.0 License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcanardconfit%2Fpuppeteer-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcanardconfit%2Fpuppeteer-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcanardconfit%2Fpuppeteer-docker/lists"}