-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kind can't pull Docker images from Github's pkg registry #870
Comments
This issue seems same as : sylabs/singularity#868 |
@BenTheElder , it seems containerd just fixed this in master which will be part of their 1.13.0 release. Will kind be able to use that version or this fix needs to be ported back to containerd 1.2.x ? |
We'd like to get on 1.3 or newer anyhow, but we need binaries for architectures besides amd64 ideally, the upstream containerd release tarballs are only linux/amd64 but we nominally support ppc64le and arm / arm64 as well. We're planning to get either upstream containerd releases to have tarballs for more platforms or start building our own release tarballs. In the meantime we've been on Ubuntu's packages. It would be great if this landed in whatever Ubuntu packages (currently 1.2.9) but I'm not sure ubuntu doing patch updates within Ubuntu releases anyhow :( #875 gets us on 1.2.9 at least. @aojea was looking into the cross compile for that today. see also #874 |
Why is this closed? |
@zimmertr please see containerd/containerd#3702 |
er sorry see: containerd/containerd#3291 (comment) |
I am using kind
v0.5.1
to pull Docker image from Github's new pkg registry. But this is failing. The exact same commands are working in minikubev1.4.0
.Now, I create the following pod.
If I describe the pod, I see the following error:
I followed the steps in #817 and I get the same error:
So, the error is
406 Not Acceptable
. I am able to pull this image on my desktop's docker daemon. So, this seems like a kind specific issue.The text was updated successfully, but these errors were encountered: