v0.4.0
Enhancements
- Added multithreading (with a customizable worker thread count with
--max-workers
. Default =2
) so that multiple pull/push operations occur in parallel instead of serially as with the previous behavior. Much faster! - Only pull a source image if the image does not exist in the destination. Previously the image would be downloaded before checking if a push was required at all.
Bugfixes
- Present the input file as a required argument in
--help
.
Housekeeping
- pre-commit-config updates.