What would you like to be added:
Faster image synchronization scripts
Why is this needed:
Currently, the collector executes the script for synchronizing images in serial format, and does not perform tag check on the remote repo. In pr #76, I found that the script was running slowly because edgex required too many images. I tried to optimize a multi-process version for shell script myself, and ensure that the old tag is not pulled again.
What would you like to be added: Faster image synchronization scripts
Why is this needed: Currently, the collector executes the script for synchronizing images in serial format, and does not perform tag check on the remote repo. In pr #76, I found that the script was running slowly because edgex required too many images. I tried to optimize a multi-process version for shell script myself, and ensure that the old tag is not pulled again.
others /kind enhancement