visable-dev/ECR sync
Syncs Docker images from Docker Hub into private AWS ECR with multi-arch support via skopeo.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ecr_registry | ECR registry. E.g. `123456789100.dkr.ecr.eu-central-1.amazonaws.com` | yes | — |
| repo_file | JSON file with all repos to sync. Format must match `{"<from>": "<to>"}`. E.g. `{"renovate/ruby": "foobar/ruby"}` will sync `registry.docker.io/renovate/ruby` into `123456789100.dkr.ecr.eu-central-1.amazonaws.com/foobar/ruby`. | yes | — |
| tag_limit | Limit amount of tags per repo to sync. Tags are ordered by last updated date. | no | "" |
Outputs
no outputs