You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fails with the error message "copying multiple images: destination transport "docker-archive" does not support copying multiple images as a group".
Is there a possibility to download an archive file for a different arch than the host system one?
The text was updated successfully, but these errors were encountered:
I would expect --override-arch to work for choosing which one to use.
The format (in its traditional version) just can’t represent a multi-arch image.
(A general reminder: docker-archive: is almost always an undesirable part of a workflow, with feature limitations like these, and unavoidably bad performance. Use a registry if at all possible.)
I have a multi-arch image in my registry that includes images for arm64 and amd64.
When I copy using skopeo I only get the amd64 part (according to my system architecture).
What I need, is the arm64 part. I cannot specify it but I can also not copy the multi-arch image:
This fails with the error message "copying multiple images: destination transport "docker-archive" does not support copying multiple images as a group".
Is there a possibility to download an archive file for a different arch than the host system one?
The text was updated successfully, but these errors were encountered: