{"id":15517101,"url":"https://github.com/deric/puppet-skopeo","last_synced_at":"2026-06-10T07:31:03.699Z","repository":{"id":212557170,"uuid":"731702590","full_name":"deric/puppet-skopeo","owner":"deric","description":"Synchronize Docker/OCI registries using skopeo","archived":false,"fork":false,"pushed_at":"2024-06-27T11:23:12.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-12T23:31:28.839Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/deric.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-12-14T17:14:04.000Z","updated_at":"2024-06-27T11:21:06.000Z","dependencies_parsed_at":"2023-12-14T23:14:06.173Z","dependency_job_id":"348bed44-0231-431d-8f41-94c75ca66723","html_url":"https://github.com/deric/puppet-skopeo","commit_stats":{"total_commits":24,"total_committers":1,"mean_commits":24.0,"dds":0.0,"last_synced_commit":"9cb36c885175f9dd9e03f7f170eb01623c95c94b"},"previous_names":["deric/puppet-skopeo"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/deric/puppet-skopeo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-skopeo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-skopeo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-skopeo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-skopeo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deric","download_url":"https://codeload.github.com/deric/puppet-skopeo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-skopeo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34142637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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-10-02T10:11:35.077Z","updated_at":"2026-06-10T07:31:03.674Z","avatar_url":"https://github.com/deric.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puppet-skopeo\n[![Puppet Forge](http://img.shields.io/puppetforge/v/deric/skopeo.svg)](https://forge.puppet.com/modules/deric/skopeo)\n[![Tests](https://github.com/deric/puppet-skopeo/actions/workflows/test.yml/badge.svg)](https://github.com/deric/puppet-skopeo/actions/workflows/test.yml)\n\nA module to manage synchronization between Docker/OCI registries.\n\n\n## Usage\n\n```puppet\ninclude skopeo\n```\nAnd configure synchronization rules:\n```yaml\nskopeo::sync:\n  k8s:\n    src: registry.k8s.io\n    dest: local.reg\n    matrix:\n      images:\n        - kube-apiserver\n        - kube-controller-manager\n      versions:\n        - 1.27.1\n        - 1.28.2\n```\n\n\n```yaml\nskopeo::sync:\n  repo:\n    src: index.docker.io\n    dest: local.reg\n    dest_type: dir\n    by_tag:\n      'some_image': 'v2.4'\n      'debian': '^12\\.\\d$'\n    args:\n      sign-by: AF123DA\n      src-authfile: /some/path\n```\n\n## Configuration\n\nAll Puppet variables are documented in [REFERENCE.md](./REFERENCE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderic%2Fpuppet-skopeo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderic%2Fpuppet-skopeo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderic%2Fpuppet-skopeo/lists"}