plexsystems / sinker

A tool to sync images from one container registry to another
MIT License
609 stars 53 forks source link

Image manifest property redesign #9

Closed jpreese closed 4 years ago

jpreese commented 4 years ago

A few questions have been asked about the ability to set the target on a case by case basis, and set the Auth for an entire registry.

To support the most common case of syncing images to a single target, the parent level target should still continue to exist.

Optionally, each image could override the parent target with a target of its own. A target would include a registry, repository, and auth.

The source field should also be renamed to host to more accurately reflect its contents.

jpreese commented 4 years ago

Completed in v0.8.0