wagoodman / dive

A tool for exploring each layer in a docker image
MIT License
46.68k stars 1.77k forks source link

Fetch images built by lima/nerdctl on MacOS #373

Open knkarthik opened 3 years ago

knkarthik commented 3 years ago

Is there any plan to support images built by nerdctl and podman machine on MacOS?

dirien commented 2 years ago

hi @wagoodman, could you point me to some infos on how to add nerdctl? I see docker and podman and wonder if there is some things to keep in mind.

vladimirsvicevicsrb commented 2 years ago

Any update on this?

mprimeaux commented 1 year ago

Podman is now supported in v0.11.0. Sure would be nice to also see support for nerdctl.

wagoodman commented 1 year ago

I think one of the next steps of this project is to re-base a lot of the underlying functionality on the anchore/stereoscope lib, which also has an issue to add nerdctl support.

mprimeaux commented 1 year ago

Admittedly, I haven't studied the source for this project but I assume that aside from supporting OCI-compliant manifests (multi-architecture) that nerdctl support is needed so there's not a need to read from an intermediary private or public registry.

I'll check out anchore/stereoscope. Thanks for the detail.

UPDATE: I do see that anchore/steroscope already provides support for OCI-compliant manifests. Very nice.