it-bens/Container Registry Sync
Sync docker images between container registries or inside the same registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sourceRepository | Repository to sync from | yes | — |
| loginToSourceRepository | Whether to log in to the source repository | no | false |
| sourceRepositoryUsername | Username for the source repository | no | — |
| sourceRepositoryPassword | Password for the source repository | no | — |
| targetRepository | Repository to sync to | yes | — |
| loginToTargetRepository | Whether to log in to the target repository | no | false |
| targetRepositoryUsername | Username for the target repository | no | — |
| targetRepositoryPassword | Password for the target repository | no | — |
| tags | Glob pattern to filter which tags to sync (e.g., 'v*' for version tags, '*-stable' for stable tags) based on DockerHub tags | no | * |
| regClientConcurrency | Number of concurrent regclient copy operations | no | 2 |
Outputs
no outputs