{"id":20246360,"url":"https://github.com/montferret/chromium","last_synced_at":"2026-05-24T06:01:48.131Z","repository":{"id":98588940,"uuid":"181576629","full_name":"MontFerret/chromium","owner":"MontFerret","description":"Dockerized headless Chromium","archived":false,"fork":false,"pushed_at":"2023-03-28T18:59:07.000Z","size":23,"stargazers_count":16,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-24T19:46:16.210Z","etag":null,"topics":["cdp","chromium","docker","headless"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MontFerret.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}},"created_at":"2019-04-15T22:51:46.000Z","updated_at":"2025-04-11T08:52:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c038c3a-874a-45c6-9a14-791dd27f2646","html_url":"https://github.com/MontFerret/chromium","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/MontFerret/chromium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MontFerret%2Fchromium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MontFerret%2Fchromium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MontFerret%2Fchromium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MontFerret%2Fchromium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MontFerret","download_url":"https://codeload.github.com/MontFerret/chromium/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MontFerret%2Fchromium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33423284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cdp","chromium","docker","headless"],"created_at":"2024-11-14T09:28:45.971Z","updated_at":"2026-05-24T06:01:48.115Z","avatar_url":"https://github.com/MontFerret.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chromium\n\nThe project provides a Docker image containing an optimized version of Chromium for scraping, profiling, or testing web pages.\n\n\n## Running\n\n```bash\n\n# pull latest version from DockerHub Registry\n$ docker pull montferret/chromium:latest\n\n# pull latest version from GitHub Registry\n$ docker pull ghcr.io/montferret/chromium:latest\n\n# run\n$ docker run -d -p 9222:9222 --name headless-chromium montferret/chromium\n$ docker run -d -p 9222:9222 --name headless-chromium ghcr.io/montferret/chromium\n\n# run with proxy\n\n$ docker run -d -p 9222:9222 --name headless-chromium -e CHROME_OPTS='--proxy-server=my-proxy.com' montferret/chromium\n$ docker run -d -p 9222:9222 --name headless-chromium -e CHROME_OPTS='--proxy-server=my-proxy.com' ghcr.io/montferret/chromium\n\n```\n\n## Using as a base image\n\nWhen using ``montferret/chromium`` as a base image to build an image that runs your own program, you can experience zombie process problem. \nTo reap zombie processeses, use dumb-init or tini on your Dockerfile's ENTRYPOINT:\n\n```bash\nFROM montferret/chromium:latest\n...\n# Install dumb-init\nRUN apt install dumb-init\n...\nENTRYPOINT [\"dumb-init\", \"--\"]\nCMD [\"/bin/sh\", \"-c\", \"./entrypoint.sh \u0026 YOUR_PROGRAM\"]\n```\n\nIf running Docker 1.13.0 or later, use docker run's --init arg instead to reap zombie processes.\n\n```bash\ndocker run -d -p \u003cPORT\u003e:\u003cPORT\u003e --name \u003cyour-program\u003e --init \u003cyour-image\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmontferret%2Fchromium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmontferret%2Fchromium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmontferret%2Fchromium/lists"}