{"id":15141757,"url":"https://github.com/tbxark/registry-sync","last_synced_at":"2026-01-30T20:31:24.484Z","repository":{"id":256971114,"uuid":"856929983","full_name":"TBXark/registry-sync","owner":"TBXark","description":"Sync images between docker registries.","archived":false,"fork":false,"pushed_at":"2025-01-23T09:16:53.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T04:07:05.624Z","etag":null,"topics":["docker","docker-image","docker-registry","sync"],"latest_commit_sha":null,"homepage":"","language":"Go","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/TBXark.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}},"created_at":"2024-09-13T13:31:28.000Z","updated_at":"2025-01-23T09:16:56.000Z","dependencies_parsed_at":"2024-09-21T14:02:34.240Z","dependency_job_id":"2486f7f0-c286-4727-bdf2-4e2536bad670","html_url":"https://github.com/TBXark/registry-sync","commit_stats":null,"previous_names":["tbxark/registry-sync"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TBXark/registry-sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBXark%2Fregistry-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBXark%2Fregistry-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBXark%2Fregistry-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBXark%2Fregistry-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TBXark","download_url":"https://codeload.github.com/TBXark/registry-sync/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBXark%2Fregistry-sync/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259919456,"owners_count":22932072,"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","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":["docker","docker-image","docker-registry","sync"],"created_at":"2024-09-26T09:01:44.392Z","updated_at":"2026-01-30T20:31:24.449Z","avatar_url":"https://github.com/TBXark.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# registry-sync\nSync images between docker registries.\n\n## Usage\n\n### CLI\n\n```sh\n./registry-sync -config config.json\n```\n\n### Docker\n\n```sh\ndocker run -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd)/config.json:/config.json ghcr.io/tbxark/registry-sync:latest\ndocker run -v /var/run/docker.sock:/var/run/docker.sock --name registry-sync ghcr.io/tbxark/registry-sync:latest -config https://remote/config.json\n```\n\n## Configuration\n```json\n{\n    \"images\": [\n        {\n            \"source\": \"source-registry.com/image:tag\",\n            \"target\": \"target-registry.com/image:tag\"\n        }\n    ],\n    \"duration\": 3600,\n    \"auths\": {\n        \"ghcr.io\": {\n          \"username\": \"user\",\n          \"password\": \"password\"\n        },\n        \"docker.io\": {\n          \"auth\": \"base64({\\\"username\\\":\\\"user\\\",\\\"password\\\":\\\"password\\\"})\"\n        }\n    }\n}\n\n```\n\n## License\n**registry-sync** is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbxark%2Fregistry-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftbxark%2Fregistry-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbxark%2Fregistry-sync/lists"}