Closed
Description
I'm trying to use dive with podman on MacOS.
$ dive version
dive 0.10.0
I'm using a local build of podman, since there was a bug fixed upstream that hasn't been released yet:
$ podman version
Client:
Version: 4.0.0-dev
API Version: 4.0.0-dev
Go Version: go1.16.2
Git Commit: c0cde378298bd8d5183155c8f62aae574be069eb-dirty
Built: Wed Sep 15 09:47:15 2021
OS/Arch: darwin/amd64
Server:
Version: 3.3.1
API Version: 3.3.1
Go Version: go1.16.6
Built: Mon Aug 30 13:46:36 2021
OS/Arch: linux/amd64
But I guess this setup is still unsupported?
$ dive --source podman docker.io/hello-world
Image Source: podman://docker.io/hello-world
Fetching image... (this can take a while for large images)
cannot fetch image
unsupported platform
I am able to build images using podman with this dev release, and the bug fix for podman on MacOS will be released in podman 3.4 (so, soon).