plexsystems / sinker

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

feat: parallelize copy/client.ImageExistsAtRemote calls #73

Open aslafy-z opened 1 year ago

aslafy-z commented 1 year ago

Fixes #72

For 800 images: Before: 3m21s After: 10s

This depends on https://github.com/google/go-containerregistry/pull/1628. At least, backoff strategy will not be applied before that PR is released.

aslafy-z commented 1 year ago

@jpreese Here you go, you can check the result at: https://github.com/aslafy-z/sinker/releases/tag/v0.19.0-rc.1