Loading or Pushing Multiplatform OCI Image Tarball #1585
Unanswered
tunahanertekin
asked this question in
Q&A
Replies: 1 comment
-
Did you figure it out? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there!
I have a tarball image which is built with
docker buildx build
for platformslinux/amd64
andlinux/arm64
with argument--output=type=oci,dest=/some/path
. I am not able to go back and rebuild image with--load
or--push
.linux/amd64
?I would be appreciated if anyone can help me on this.
ps. I have tried to import the tarball image using
docker import
but I got the error below everytime I tried:And
docker load
gives this error:Beta Was this translation helpful? Give feedback.
All reactions