{"id":19378902,"url":"https://github.com/linbit/quaysync","last_synced_at":"2026-05-18T14:35:34.365Z","repository":{"id":82827853,"uuid":"276060488","full_name":"LINBIT/quaysync","owner":"LINBIT","description":"This \"syncs\" (actually creates manifests) from one multi-arch registy to another.","archived":false,"fork":false,"pushed_at":"2020-10-02T09:31:01.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-24T16:28:46.759Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/LINBIT.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":"2020-06-30T09:52:05.000Z","updated_at":"2020-10-02T09:30:52.000Z","dependencies_parsed_at":"2023-04-24T18:40:01.160Z","dependency_job_id":null,"html_url":"https://github.com/LINBIT/quaysync","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/LINBIT/quaysync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LINBIT%2Fquaysync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LINBIT%2Fquaysync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LINBIT%2Fquaysync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LINBIT%2Fquaysync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LINBIT","download_url":"https://codeload.github.com/LINBIT/quaysync/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LINBIT%2Fquaysync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33181196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-10T09:07:52.517Z","updated_at":"2026-05-18T14:35:34.330Z","avatar_url":"https://github.com/LINBIT.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quaysync\n\nThis \"syncs\" (actually creates manifests) from one multi-arch registy to another. This most likely is of no\nuse outside of LINBIT.\n\n# Why?\n- quay.io does not allow \"nested registries\". So one can not just have \"quay.io/$user/$arch/$project\" and use\n  `prestomanifesto`.\n- quay.io does not handle multi arch automagically, one has to create a manifest.\n\nSo this pulls\n\n# Docker\nThis requires two bind mounts:\n- the docker socket\n- a `docker.json` that contains the credentials for registry\n\n```\ndocker run -it --rm \\\n  -v /var/run/docker.sock:/var/run/docker.sock \\\n  -v ~/.docker/config.json:/etc/docker/config.json \\\n  linbit/quaysync -dry-run src_registry.io quay.io/quayuser drbd-utils\n\nrm -rf ~/.docker/manifests\ndocker pull src_registry.io/amd64/drbd-utils:latest\ndocker tag src_registry.io/amd64/drbd-utils:latest quay.io/quayuser/drbd-utils-amd64:latest\ndocker push quay.io/quayuser/drbd-utils-amd64:latest\ndocker pull src_registry.io/s390x/drbd-utils:latest\ndocker tag src_registry.io/s390x/drbd-utils:latest quay.io/quayuser/drbd-utils-s390x:latest\ndocker push quay.io/quayuser/drbd-utils-s390x:latest\ndocker manifest create --insecure --amend quay.io/quayuser/drbd-utils:latest \\\n  quay.io/quayuser/drbd-utils-amd64:latest quay.io/quayuser/drbd-utils-s390x:latest\ndocker manifest push --insecure quay.io/quayuser/drbd-utils:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinbit%2Fquaysync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinbit%2Fquaysync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinbit%2Fquaysync/lists"}