wagoodman/dive

oci image layout format support

developer-guy opened this issue · 5 comments

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

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

twa16 commented

@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?

Looking for this feature, @wagoodman! 😊

@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

@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.