{"id":23701010,"url":"https://github.com/lennetech/node-chromium","last_synced_at":"2026-01-27T16:02:58.091Z","repository":{"id":98830036,"uuid":"351655413","full_name":"lenneTech/node-chromium","owner":"lenneTech","description":"Docker image with Node.js and Chromium for testing in headless browser","archived":false,"fork":false,"pushed_at":"2022-09-21T06:31:13.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-22T21:12:15.597Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/lenneTech.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":"2021-03-26T03:53:51.000Z","updated_at":"2022-09-21T06:31:16.000Z","dependencies_parsed_at":"2023-05-25T17:00:07.171Z","dependency_job_id":null,"html_url":"https://github.com/lenneTech/node-chromium","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lenneTech/node-chromium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenneTech%2Fnode-chromium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenneTech%2Fnode-chromium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenneTech%2Fnode-chromium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenneTech%2Fnode-chromium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lenneTech","download_url":"https://codeload.github.com/lenneTech/node-chromium/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenneTech%2Fnode-chromium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28816377,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: 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":[],"created_at":"2024-12-30T09:31:29.359Z","updated_at":"2026-01-27T16:02:58.076Z","avatar_url":"https://github.com/lenneTech.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-chromium Docker Image\n\nDocker image with [Node.js](https://nodejs.org/) and [Chromium](https://www.chromium.org/Home) for tests \n(with headless handling) and preinstalled Cypress (7.3.0) in App directory for faster CI/CD.\n\n## Version\nLatest version: 0.3\n\n## Build local\n\n```\ndocker build -t lennetech/node-chromium:latest .\n```\n\n## Usage\n\n`Dockerfile`:\n```dockerfile\n\n# Use docker image\nFROM lennetech/node-chromium\n\n# Go to work directory\nWORKDIR /usr/src/app\n\n# Install \nCOPY [\"path/to/app/root-dir/package*.json\", \"./\"]\nRUN npm ci\n\n# Test and build app\nCOPY [\"path/to/app/root-dir/\", \"./\"]\nRUN npm run test:headless\nRUN npm run build\n```\n\n`docker-compose.yml`:\n```yaml\nversion: \"3.7\"\n\nservices:\n  frontend:\n    build: .\n```\n\n## Build and push to Docker Hub\n\nInstall docker:\n[https://docs.docker.com/get-started/#download-and-install-docker-desktop](https://docs.docker.com/get-started/#download-and-install-docker-desktop)\n\n```\ndocker login --username=lennetech --password=PASSWORD\ndocker buildx create --use\ndocker buildx build --platform linux/amd64,linux/arm64 --push -t lennetech/node-chromium:latest .\n```\n(see [How to build x86 (and others!) Docker images on an M1 Mac](https://jaimyn.com.au/how-to-build-multi-architecture-docker-images-on-an-m1-mac/))\n\n## Sources\n\n### Documentation\n- [Orientation and setup](https://docs.docker.com/get-started/)\n- [Build and run your image](https://docs.docker.com/get-started/part2/)\n- [Share images on Docker Hub](https://docs.docker.com/get-started/part3/)\n\n### Reference\n- [Dockerfile](https://docs.docker.com/engine/reference/builder/)\n- [docker_login](https://docs.docker.com/engine/reference/commandline/login/)\n- [docker build](https://docs.docker.com/engine/reference/commandline/build/)\n- [docker push](https://docs.docker.com/engine/reference/commandline/push/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flennetech%2Fnode-chromium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flennetech%2Fnode-chromium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flennetech%2Fnode-chromium/lists"}