Image Migrate using Skopeo and Python
Image Migration is a simple project that automatizes moving tag images from one container registry to another container registry. It is also a simple module that showcases the use of AsyncIO and skopeo.
Usage:
python migrate.py --registry-src docker://gcr.io/{project}/folder1 --destination-src docker://gcr.io/{project2}/folder2
usage: migrate.py [-h] --registry-src registry_src --destination-src destination_src