Commit 8f61745
Fix kind load failures with Docker 29+ containerd image store (#3815)
Work around kind load failure with Docker 29+ containerd image store
Docker 29+ defaults to the containerd image store, which causes
`kind load docker-image` to fail for multi-arch images. With the
containerd snapshotter, `docker save` preserves the full OCI index
(referencing all platforms) even when only the host-platform layers
were pulled. kind then calls `ctr images import --all-platforms`,
which fails because the non-host-platform layers are missing.
Disable the containerd snapshotter before pulling any images so that
Docker falls back to the classic overlay2 store, which only exports
the single-platform manifest.
Ref: kubernetes-sigs/kind#3795
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1bf49e5 commit 8f61745
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
39 | 52 | | |
40 | 53 | | |
41 | 54 | | |
| |||
0 commit comments