{"id":44087629,"url":"https://github.com/open-component-model/replication-controller","last_synced_at":"2026-02-08T10:35:08.437Z","repository":{"id":152800488,"uuid":"557305570","full_name":"open-component-model/replication-controller","owner":"open-component-model","description":"Sync components from one repository to another","archived":false,"fork":false,"pushed_at":"2024-04-21T16:54:36.000Z","size":800,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-04-21T22:20:44.624Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/open-component-model.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2022-10-25T12:58:17.000Z","updated_at":"2024-04-23T12:55:29.489Z","dependencies_parsed_at":"2023-09-23T02:34:15.598Z","dependency_job_id":"fde6706f-84a6-466c-a9c5-842fe5ae0546","html_url":"https://github.com/open-component-model/replication-controller","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/open-component-model/replication-controller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-component-model%2Freplication-controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-component-model%2Freplication-controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-component-model%2Freplication-controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-component-model%2Freplication-controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-component-model","download_url":"https://codeload.github.com/open-component-model/replication-controller/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-component-model%2Freplication-controller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29227798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T09:43:19.170Z","status":"ssl_error","status_checked_at":"2026-02-08T09:42:55.556Z","response_time":57,"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":"2026-02-08T10:35:03.461Z","updated_at":"2026-02-08T10:35:08.429Z","avatar_url":"https://github.com/open-component-model.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# replication-controller\n\n[![REUSE status](https://api.reuse.software/badge/github.com/open-component-model/replication-controller)](https://api.reuse.software/info/github.com/open-component-model/replication-controller)\n\nThe `replication-controller` is part of the Open Component Model Kubernetes controller set that enables transferring components from one OCM repository to another.\n\nThe behaviour of the `replication-controller` is similar to that of the `ocm transfer` command with the addition of a reconciliation loop. It can therefore be used to \"subscribe\" to components and ensure that any component versions matching a semantic version constraint will be replicated from the source OCM repository to the destination.\n\n## Installation\n\nInstall the latest version of the controller using the following command:\n\n```bash\nVERSION=$(curl -sL https://api.github.com/repos/open-component-model/replication-controller/releases/latest | jq -r '.name')\n\nkubectl apply -f https://github.com/open-component-model/replication-controller/releases/download/$VERSION/install.yaml\n```\n\n## Usage\n\n```yaml\napiVersion: delivery.ocm.software/v1alpha1\nkind: ComponentSubscription\nmetadata:\n  name: podify-subscription\n  namespace: ocm-system\nspec:\n  interval: 10m\n  component: github.com/weaveworks/podify\n  semver: \"=\u003ev1.0.0\"\n  source:\n    url: ghcr.io/open-component-model\n    secretRef:\n      name: creds\n  destination:\n    url: ghcr.io/$GITHUB_USER\n    secretRef:\n      name: creds\n  verify:\n  - signature:\n      name: signature-name\n      publicKey:\n        secretRef:\n          name: public-key-secret\n```\n\n## Contributing\n\nCode contributions, feature requests, bug reports, and help requests are very welcome. Please refer to the [Contributing Guide in the Community repository](https://github.com/open-component-model/community/blob/main/CONTRIBUTING.md) for more information on how to contribute to OCM.\n\nOCM follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).\n\n## Licensing\n\nCopyright 2025 SAP SE or an SAP affiliate company and Open Component Model contributors.\nPlease see our [LICENSE](LICENSE) for copyright and license information.\nDetailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/open-component-model/replication-controller).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-component-model%2Freplication-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-component-model%2Freplication-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-component-model%2Freplication-controller/lists"}