-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question: how can I copy image between registries for multiple OS/arch ? #1557
Comments
If you copy the whole multi-arch image, you get everything, but I assume you only want to copy things you care about? I can interpret this three ways:
The first one would be straightforward to implement, but I'm guessing it's not what you want. The second one I would hesitate to add to The third one would make sense, but probably wouldn't work with almost all existing registries. Any of those seem like what you want? |
FWIW you could hack around this a bit with
Piping that into |
I noticed that the platform flag in copy command only accepts a single value, and if you specify multiple platform flags, the last one will win. So, it'd be good to support taking multiple values for the platform flag to be able to specify the exact platforms that people care about.
The text was updated successfully, but these errors were encountered: