dive icon indicating copy to clipboard operation
dive copied to clipboard

Image is not pulled automatically with Podman

Open Fodoj opened this issue 4 years ago • 1 comments

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

Fodoj avatar Aug 10 '20 07:08 Fodoj

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.

alephnull avatar Apr 21 '21 07:04 alephnull