Inspecting podman://ubuntu:24.04 fails with the latest revision dive.
$ ./dive podman://ubuntu:24.04
Image Source: docker://podman://ubuntu:24.04
Fetching image... (this can take a while for large images)
Handler not available locally. Trying to pull 'podman://ubuntu:24.04'...
cannot fetch image
cannot find docker client executable
Fix #475.
Inspecting
podman://ubuntu:24.04
fails with the latest revisiondive
.The problem is caused by
net/url.Parse()
(https://go.dev/play/p/0fPOA--41-1).Testing the fix