Open
Description
This is a feature request.
When copying an image from docker.io, I need to capture many architectures as I have multiple runtime target platforms but supporting only 2 architectures : linux/armv8
and linux/amd64
.
So I use the all
value for --multi-arch
as system
wouldn't fill my needs. Thanks for this great feature 👍🏻
Unfortunately when copying, for example nginx from docker.io, with the --multi-arch all
mode, skopeo retrieves all the available architectures. If I am right, this will result in a waste of resources (storage) on my target registry with unneeded images (5 of 7 for the current nginx).
Having a way to filter the architectures to retrieve would be greatly appreciated 🙂