You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM ubuntu:latest
WORKDIR /app
CMD ["echo", "hello world"]
then I loaded it with the following command:
kind load docker-image test
and I get:
Image: "test" with ID "sha256:e805d0fe428781e5c32394de2608c8b87ebc5957d5777eb2b0a7347d451406cc" not yet present on node "kind-control-plane", loading...
ERROR: failed to load image: command "docker exec --privileged -i kind-control-plane ctr --namespace=k8s.io images import --all-platforms --digests --snapshotter=overlayfs -" failed with error: exit status 1
Command Output: unpacking docker.io/library/test:latest (sha256:50807015a2a4824d0e7bc5f128ad0d78c71d1dea61aceeeef069fa745304948a)...time="2024-01-23T13:02:35Z" level=info msg="apply failure, attempting cleanup" error="wrong diff id calculated on extraction \"sha256:9ee40b9dc73697fc3c9f59e59d10d1d3391e58bdc35040b2a80469cf0273565c\"" key="extract-405237186-Reo_ sha256:8e87ff28f1b5ff2d5131999ccfa1e674cb252631c50683f5ee43fad59cbea8e1"
ctr: wrong diff id calculated on extraction "sha256:9ee40b9dc73697fc3c9f59e59d10d1d3391e58bdc35040b2a80469cf0273565c"
What you expected to happen:
I only expect to get something like:
Image: "test" with ID "sha256:d74f45155991013b59487d7d1eec0e53fee88c1125c6256a5c07c8bbf8e889b7" not yet present on node "kind-control-plane", loading...
without any error message.
How to reproduce it (as minimally and precisely as possible):
BenTheElder
changed the title
docker 25.0.0 is no longer compatible with kind 0.20.0
In docker v25.0.0 kind load docker-image does not work, fixed in docker v25.0.1
Jan 24, 2024
What happened:
I built an image with the following command:
(dockerfile)
then I loaded it with the following command:
kind load docker-image test
and I get:
What you expected to happen:
I only expect to get something like:
without any error message.
How to reproduce it (as minimally and precisely as possible):
detail before
Anything else we need to know?:
Environment:
kind version
):docker info
orpodman info
):/etc/os-release
):kubectl version
):The text was updated successfully, but these errors were encountered: