wagoodman / dive

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

oci image layout format support #423

Open developer-guy opened 1 year ago

developer-guy commented 1 year ago

We (w/@dentrax) noticed that dive does not support OCI Image Layout formats, which is a basically folder structure that describes the OCI image, so we can add that support too:

$ dive oci-dir:<oci_image_layout_path>

WDYT? @wagoodman

developer-guy commented 1 year ago

we are willing to do that, you can assign it to us !

twa16 commented 1 year ago

@developer-guy I added nerdctl support in my fork. Not sure what that means besides there are at least two people in the world that want to add stuff to dive.

@wagoodman Any thoughts?

Dentrax commented 1 year ago

Looking for this feature, @wagoodman! 😊

georgettica commented 1 year ago

@twa16 I think adding nerdctl to main would be nice, as it's a common tool and dive should be useful wherever there are docker containers

ReillyBrogan commented 10 months ago

@developer-guy @twa16 You should just push PRs for your features. It looks like @wagoodman swings by every so often to merge open PRs, and in the meantime someone who wants your feature can build your branch themselves.