{"id":19378928,"url":"https://github.com/linbit/prestomanifesto","last_synced_at":"2025-09-09T06:33:18.768Z","repository":{"id":82827848,"uuid":"274151319","full_name":"LINBIT/prestomanifesto","owner":"LINBIT","description":"create multi architecture docker registries","archived":false,"fork":false,"pushed_at":"2023-06-07T13:12:58.000Z","size":41,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-13T00:33:50.400Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","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":"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":"2020-06-22T13:54:56.000Z","updated_at":"2024-05-02T11:58:51.000Z","dependencies_parsed_at":"2025-01-07T05:41:14.022Z","dependency_job_id":"4bf065c2-24c4-4948-8142-f07338fb6422","html_url":"https://github.com/LINBIT/prestomanifesto","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LINBIT%2Fprestomanifesto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LINBIT%2Fprestomanifesto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LINBIT%2Fprestomanifesto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LINBIT%2Fprestomanifesto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LINBIT","download_url":"https://codeload.github.com/LINBIT/prestomanifesto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240511973,"owners_count":19813390,"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":[],"created_at":"2024-11-10T09:08:01.156Z","updated_at":"2025-02-24T16:26:31.374Z","avatar_url":"https://github.com/LINBIT.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# prestomanifesto\n\nThis is an opinionated tool to generate multi-arch docker registries.\n\n# Assumptions\n- a proper docker registry served via `https`\n- an account that is able to do administrative tasks, that has its credentials in `~/.docker/config.json`\n  (i.e., `docker login $domain`) was successfully executed.\n- images are stored in architecture specific namespaces (i.e., `$domain/$arch/$image:$tag`, where `$arch`\n  is arbitrary, but usually something like `amd64`, `ppc64le`,...)\n\n# What does it do?\n`prestomanifesto` (concurrently) crawls a registry and collects all architecture specific repositories and tags.\nIt then generates the top-level multi-arch image manifests and pushes them. If the image manifests are already\nup-to-date, no actual change will be made.\n\n# Example\n```\n$ prestomanifesto registry.io\ncrane index append --docker-empty-base --manifest registry.io/amd64/rck:latest --manifest registry.io/s390x/rck:latest --tag registry.io/rck:latest\n```\n\n# Docker\nThis requires a bind mount for `config.json`, containing the credentials for the registry:\n\n```\ndocker run -it --rm \\\n  -v ~/.docker/config.json:/etc/docker/config.json:ro linbit/prestomanifesto -dry-run registry.io\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinbit%2Fprestomanifesto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinbit%2Fprestomanifesto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinbit%2Fprestomanifesto/lists"}