-
Notifications
You must be signed in to change notification settings - Fork 323
Closed
Description
Expected Behavior
crictl inspecti calls using cri-dockerd work on Docker Engine 25 (API version 1.44
Actual Behavior
[root@nuc-5 ~]# crictl --runtime-endpoint=unix:///run/k3s/cri-dockerd/cri-dockerd.sock inspecti docker.io/democraticcsi/csi-grpc-proxy:v0.5.3
E0119 19:35:45.041342 131086 remote_image.go:157] "ImageStatus failed" err="Id or size of image \"docker.io/democraticcsi/csi-grpc-proxy:v0.5.3\" is not set" image="docker.io/democraticcsi/csi-grpc-proxy:v0.5.3"
FATA[0000] image status for "docker.io/democraticcsi/csi-grpc-proxy:v0.5.3" request: Id or size of image "docker.io/democraticcsi/csi-grpc-proxy:v0.5.3" is not set
[root@nuc-5 ~]#
Steps to Reproduce the Problem
- Install Docker Engine 25
- Have any running cri-dockerd instance against it (k3s 1.29.0 in this case is how I'm running it)
- Issue the above inspecti command after a pull
- Watch the error pop out
Specifications
- Version: 0.3.9
- Platform: Almalinux 9
- Subsystem: Docker Engine 25 with k3s 1.29.0
Metadata
Metadata
Assignees
Labels
No labels