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
Hello! I'm trying to copy a bunch of images from Docker Hub to Quay, and tried running skopeo sync --src docker --dest docker docker.io/moosivp/moos-ivp quay.io/moosivp, which appeared to be working, until I realized that the manifest lists weren't being copied correctly. I have images tagged with :r1234 which are actually multi-arch manifests that point to each respective arch's image. I'd expect the resulting quay repo to have these copied over correctly, however they only have the amd64 variant.
I didn't see a --all flag similar to skopeo copy. Is there some way to force skopeo sync to detect and respect these multi-arch tags?
The text was updated successfully, but these errors were encountered:
As an aside, I was able to make a script to copy the tags by hand. May be useful for others. You can drop the final grep if you'd like, it excludes tags with the arch in the name (they are contained in the manifest list and are redundant).
Hello! I'm trying to copy a bunch of images from Docker Hub to Quay, and tried running
skopeo sync --src docker --dest docker docker.io/moosivp/moos-ivp quay.io/moosivp
, which appeared to be working, until I realized that the manifest lists weren't being copied correctly. I have images tagged with:r1234
which are actually multi-arch manifests that point to each respective arch's image. I'd expect the resulting quay repo to have these copied over correctly, however they only have the amd64 variant.I didn't see a
--all
flag similar toskopeo copy
. Is there some way to forceskopeo sync
to detect and respect these multi-arch tags?The text was updated successfully, but these errors were encountered: