Replies: 2 comments 1 reply
-
ctr image pull --all-platforms --all-metadata image1 image2 image3
ctr image export --all-platforms --local images.tar image1 image2 image3 You can then compress the tarball using whatever tools you like. Note that when you export like this the layers are already gzip compressed though since containerd keeps the packed versions, so you probably won't get a TON of additional compression. |
Beta Was this translation helpful? Give feedback.
-
ok the problem i have now is that with |
Beta Was this translation helpful? Give feedback.
-
i have a lot of custom docker images that i want to use in the new rke2 cluster and i would like to package them all in one tar.zst like the images on github. what is the right procedure since there is also the implication of amd64/arm64 ?
Beta Was this translation helpful? Give feedback.
All reactions