plexsystems / sinker

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

Allow retrieval of original images #2

Closed jpreese closed 4 years ago

jpreese commented 4 years ago

If a list of images that are stored in the repository are the mirrored URLs, it would be nice to be able to get the original URL of the images.

A use case for this could be scanning images before pushing.

  1. Update images.txt to include mymirror.com/foo:v1.1
  2. Pull and scan docker.io/foo:v1.1
  3. If scan passes, perform imagesync sync operation to push the image to the registry.
jpreese commented 4 years ago

Released in v0.3.1