{"id":16458500,"url":"https://github.com/pionl/docker-node-puppeteer-ready","last_synced_at":"2026-04-13T13:03:27.561Z","repository":{"id":66356618,"uuid":"127006868","full_name":"pionl/docker-node-puppeteer-ready","owner":"pionl","description":"🐳 Docker image based on official node with with GoogleChrome/puppeteer support","archived":false,"fork":false,"pushed_at":"2022-02-01T11:38:54.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-22T13:11:48.325Z","etag":null,"topics":["chrome","docker","docker-image","nodejs","puppeteer"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pionl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-03-27T15:21:07.000Z","updated_at":"2022-02-01T11:25:25.000Z","dependencies_parsed_at":"2023-02-22T03:30:42.301Z","dependency_job_id":null,"html_url":"https://github.com/pionl/docker-node-puppeteer-ready","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pionl/docker-node-puppeteer-ready","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pionl%2Fdocker-node-puppeteer-ready","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pionl%2Fdocker-node-puppeteer-ready/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pionl%2Fdocker-node-puppeteer-ready/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pionl%2Fdocker-node-puppeteer-ready/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pionl","download_url":"https://codeload.github.com/pionl/docker-node-puppeteer-ready/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pionl%2Fdocker-node-puppeteer-ready/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"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":["chrome","docker","docker-image","nodejs","puppeteer"],"created_at":"2024-10-11T10:45:27.839Z","updated_at":"2026-04-13T13:03:27.543Z","avatar_url":"https://github.com/pionl.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker image based on official node image with with GoogleChrome/puppeteer support\n\n## Pre-installed packages:\n\n- Chrome requirements for running [puppeteer](https://github.com/GoogleChrome/puppeteer)\n- git and openssh-server for cloning support. Extends [docker-node-clone-ready](https://github.com/pionl/docker-node-clone-ready)\n\n## Usage\n\n\u003e This image should not be used running production services. It is designed mainly for a CI.\n\n```\ndocker run pionl/node-puppeteer-ready:17 google-chrome-stable --version\n```\n\n### Gitlab CI usage\n\nGitlab CI usage\n\n```shell\ntest:review:\n  image: pionl/node-puppeteer-ready:17\n  stage: acceptance\n  variables:\n    PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: \"true\"\n    PUPPETEER_EXECUTABLE_PATH: \"/usr/bin/google-chrome-stable\"\n  tags:\n    - docker\n  script:\n    - npm install\n    - ./node_modules/.bin/codeceptjs run\n  only:\n    refs:\n      - merge_requests\n\n```\n\n### Puppeteer\n\nUse already installed chromium by providing a path:\n\n```\nexport PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true\n...\nbrowser.launch({executablePath: 'google-chrome-stable'})\n```\n\n### Tags\n\n![https://github.com/pionl/node-puppeteer-ready](https://img.shields.io/github/license/pionl/node-puppeteer-ready?style=flat-square)\n![](https://img.shields.io/docker/pulls/pionl/node-puppeteer-ready?style=flat-square) ![](https://img.shields.io/docker/stars/pionl/node-puppeteer-ready?style=flat-square)\n\nImage | Badges\n --- | ---\n**pionl/node-puppeteer-ready:17** | ![](https://img.shields.io/docker/image-size/pionl/node-puppeteer-ready/17?style=flat-square)\n**pionl/node-puppeteer-ready:16** | ![](https://img.shields.io/docker/image-size/pionl/node-puppeteer-ready/16?style=flat-square)\n**pionl/node-puppeteer-ready:14** | ![](https://img.shields.io/docker/image-size/pionl/node-puppeteer-ready/14?style=flat-square)\n**pionl/node-puppeteer-ready:12** | ![](https://img.shields.io/docker/image-size/pionl/node-puppeteer-ready/12?style=flat-square)\n**pionl/node-puppeteer-ready:9** | ![](https://img.shields.io/docker/image-size/pionl/node-puppeteer-ready/9?style=flat-square)\n**pionl/node-puppeteer-ready:8** | ![](https://img.shields.io/docker/image-size/pionl/node-puppeteer-ready/8?style=flat-square)\n\n\n## Built With\n\n\u003e This package is powered by docker work flow cli tool [wf-docker](https://github.com/wrk-flow/wf-docker).\n\n* NodeJS (multiple versions)\n\n## Find Us\n\n* [GitHub](https://github.com/pionl/node-puppeteer-ready)\n* [Docker Hub](https://cloud.docker.com/repository/docker/pionl/node-puppeteer-ready)\n\n## Contributions\n\n1. Run `npm install -g wf-docker`\n2. Change the `Dockerfile.template`\n3. For new php versions edit `wfdocker.json` and `tags` property\n4. Use `wf-docker build` to build image, `wf-docker push`, `wf-docker build-push`\n\n\u003e See [wf-docker](https://github.com/wrk-flow/wf-docker) how to use\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpionl%2Fdocker-node-puppeteer-ready","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpionl%2Fdocker-node-puppeteer-ready","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpionl%2Fdocker-node-puppeteer-ready/lists"}