-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
I'm working on a solution to synchronize images to a set of remote registries, and having the ability to run tasks in parallel would be a huge help. Right now I'm building n
different configs and running m
instances of dregsy. It would be much cleaner to have a single config will all of my tasks defined and have dregsy handle managing the parallelism.
Something along the lines of:
relay: skopeo
skopeo:
binary: skopeo
mode: copy
# Number of tasks to run in parallel
parallel_tasks: 4
ahmedwonolo, MAXxATTAXx, olfway, toast-gear and nia-potato