Skip to content

ctr image push error #4977

Answered by dmcgowan
dmanbu asked this question in Q&A
Discussion options

You must be logged in to vote

ctr image pull will by default only pull content for your current platform. However, if you try to push a multi-platform image back to the registry, it will require that the content exists for all the platforms.

Try ctr image pull --all-paltforms ... or ctr content fetch --all-platforms (if you are only pulling the content to re-push it and don't need to create the filesystem locally to run containers)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dmanbu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants