-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Description
Output of containerd --version:
containerd github.com/containerd/containerd v1.1.1-rc.0 395068d2b7256518259816ae19e45824b15da071
$ crictl --version
crictl version 1.0.0-beta.1
The k8s.gcr.io/coredns:1.1.3 image fails to pull
$ sudo crictl pull k8s.gcr.io/coredns:1.1.3
FATA[0001] pulling image failed: rpc error: code = Unknown desc = failed to pull image "k8s.gcr.io/coredns:1.1.3": failed commit on ref "manifest-sha256:a6f64e1af34ada82c3837e641fcc50f5fbfd9969c2b0f37ce5b78ba14b14884a": "manifest-sha256:a6f64e1af34ada82c3837e641fcc50f5fbfd9969c2b0f37ce5b78ba14b14884a" failed size validation: 946 != 752
The image on docker is fine
$ docker pull k8s.gcr.io/coredns:1.1.3
1.1.3: Pulling from coredns
88286f41530e: Pull complete
f7a3e79b147d: Pull complete
8d6991e77daf: Pull complete
Digest: sha256:9a239e9d3060aa5acd3d6e898fe405031594676e15e3b1b471f460eeef462583
Status: Downloaded newer image for k8s.gcr.io/coredns:1.1.3
And crictl can pull the docker version of core-dns ok too
$ sudo crictl pull coredns/coredns:1.1.3
Image is update to date for sha256:b3b94275d97cb24e34af9bb70e8582c312596eaa33716b98b46e0dffdab2f6a4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels