dive
dive copied to clipboard
Image is not pulled automatically with Podman
dive 0.9.2
dive podman://quay.io/podman/stable:latest
Image Source: podman://quay.io/podman/stable:latest
Fetching image... (this can take a while for large images)
Error: unable to find 'quay.io/podman/stable:latest' in local storage: no such image
And then it stays there, not trying to pull the image
Same if
dive --source podman quay.io/podman/stable:latest
Image Source: podman://quay.io/podman/stable:latest
Fetching image... (this can take a while for large images)
Error: unable to find 'quay.io/podman/stable:latest' in local storage: no such image
This is probably due to podman popping up an interactive question when it finds the image on quay.io and docker.io. You can workaround by pulling the image with podman first.