-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Labels
Description
ARM64 architecture becomes very popular and AWS EKS/ECR already supports this. So, syncing AMD64+ARM64 is good idea.
https://docs.docker.com/docker-for-mac/multi-arch/
Skopeo is already supports this feature. So, it needs to bypass "--all" from Dregsy command line to Skopeo.
skopeo copy
options:
--all
If source-image refers to a list of images, instead of copying just the image which matches the current OS and architecture (subject to the use of the global --override-os, --override-arch and --override-variant options), attempt to copy all of the images in the list, and the list itself.