amenasse / antkube

Artifacts for my personal Kubernetes cluster
1 stars 0 forks source link

Containerd fails to pull image from registrry if image created with podman #6

Open amenasse opened 4 years ago

amenasse commented 4 years ago

Get the following error pulling the image:

$ sudo ctr  image pull registry.dev.fullbacksystems.com/fullbacksystems-website:8523786

ctr: failed to extract layer sha256:13cb14c2acd34e45446a50af25cb05095a17624678dbafbcc9e26086547c1d74: mount callback failed on /var/lib/containerd/tmpmounts/containerd-mount550143959: archive/tar: invalid tar header: unknown

Works fine with podman:

 podman image pull registry.dev.fullbacksystems.com/fullback-systems-website:8523786c
amenasse commented 4 years ago

Rerun with debug to get more info