munnerz/kube-plex

Unable to pull image with containerd

Opened this issue · 0 comments

crictl pull quay.io/munnerz/kube-plex:latest

FATA[0000] pulling image failed: rpc error: code = Unknown desc = failed to pull and unpack image "quay.io/munnerz/kube-plex:latest": failed to copy: httpReaderSeeker: failed open: could not fetch content descriptor sha256:13fffb730e53e451a6be2c649c4da3dfb252bb411802ce87f9f704d602d3a195 (application/vnd.docker.distribution.manifest.v1+prettyjws; charset=utf-8) from remote: not found

However docker is able to pull it fine

docker pull quay.io/munnerz/kube-plex:latest                                                                                                                                                                       12:07:11
latest: Pulling from munnerz/kube-plex
6d987f6f4279: Already exists 
e27030d5c9de: Already exists 
Digest: sha256:13fffb730e53e451a6be2c649c4da3dfb252bb411802ce87f9f704d602d3a195
Status: Image is up to date for quay.io/munnerz/kube-plex:latest

I am guessing something with the image is breaking containerd.

I found this related issue containerd/containerd#2840 that may or maynot be related. I am able to pull other quay images perfectly fine so it may just be the kube-plex image.