{"id":21012173,"url":"https://github.com/ngc7331/docker-registry","last_synced_at":"2026-02-13T22:17:23.710Z","repository":{"id":186343122,"uuid":"531857259","full_name":"ngc7331/docker-registry","owner":"ngc7331","description":"An unofficial docker registry image based on s6-overlay.","archived":false,"fork":false,"pushed_at":"2025-06-28T03:38:35.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-17T13:37:22.072Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/ngc7331/registry","language":"Makefile","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/ngc7331.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,"zenodo":null}},"created_at":"2022-09-02T09:11:22.000Z","updated_at":"2025-06-28T03:37:57.000Z","dependencies_parsed_at":"2024-02-14T16:46:44.633Z","dependency_job_id":"c304931d-e69b-4b42-925e-589b5ef1c772","html_url":"https://github.com/ngc7331/docker-registry","commit_stats":null,"previous_names":["ngc7331/docker-registry"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ngc7331/docker-registry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngc7331%2Fdocker-registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngc7331%2Fdocker-registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngc7331%2Fdocker-registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngc7331%2Fdocker-registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngc7331","download_url":"https://codeload.github.com/ngc7331/docker-registry/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngc7331%2Fdocker-registry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270856563,"owners_count":24657688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"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":[],"created_at":"2024-11-19T09:35:39.428Z","updated_at":"2025-10-04T02:46:09.538Z","avatar_url":"https://github.com/ngc7331.png","language":"Makefile","readme":"# docker-registry\n\nAn unofficial docker registry image based on s6-overlay.\n\n## Default version\n\nJust a registry.\n\nUses cron task to do garbage-collection everyday (also removes all untagged images).\n\n## Skopeo version\n\nA registry with built-in skopeo, see their repo [here](https://github.com/containers/skopeo).\n\nUses cron task to run `skopeo sync` hourly.\n\n## Usage\n```sh\ndocker run -d --name docker-registry \\\n           -p 5000:5000 \\\n           -v your/path/to/data:/data \\\n           -v your/path/to/config:/config \\\n           -e AUTH_USER=username \\\n           -e AUTH_PASS=password \\\n           ngc7331/registry:\u003ctag\u003e\n```\nNotes:\n- Replace `your/path/to/xxx` with your actual path\n- Replace `username` and `password` with some hard-to-guess string, this will be used for client's `docker login`\n- Replace `\u003ctag\u003e` with latest or any valid tag, checkout [tags](https://hub.docker.com/r/ngc7331/registry/tags) on Docker Hub\n\n## Configuration file\nThe first time the container is run, the following files and directories are generated in `/config`:\n```\n/config\n├── auth\n│   └── htpasswd\n├── registry\n│   └── config.yml\n└── skopeo\n    └── config.yml\n```\n### `auth/htpasswd`\n\nThis is generated from environment variable `AUTH_USER` and `AUTH_PASS`, which was set by `docker run -e`.\n\n**DO NOT MODIFY THIS FILE DIRECTLY**.\n\nIf you want to change the username or password, just recreate the container with new env.\n\n### `registry/config.yml`\n\nDefines the registry.\n\nSee [official docs](https://docs.docker.com/registry/configuration/).\n\n### `skopeo/config.yml`\n\n(skopeo version only)\n\nDefines the images that will be synchronized.\n\nSee [official docs](https://github.com/containers/skopeo/blob/main/docs/skopeo-sync.1.md#yaml-file-content-used-source-for---src-yaml).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngc7331%2Fdocker-registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngc7331%2Fdocker-registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngc7331%2Fdocker-registry/lists"}