wagoodman / dive

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

Is this tool under active development? #388

Open piraces opened 2 years ago

piraces commented 2 years ago

First of all thank you for the awesome tool, it helps me a lot in my day to day.

I'm doubting if this repository is active and under active development. I know it's difficult to maintain a project like this for the community without any kind of compensation.

I would like to offer help if you need it to maintain the project @wagoodman It would be sad to see this tool get abandoned.

wagoodman commented 2 years ago

I haven't been able to get to this repo for a while. I have some ideas about the direction dive could go in, but haven't had the time to execute on it. Happy to chat further on getting some help 🙏👍

jauderho commented 2 years ago

I've been doing some cleanup here, mostly dependencies, typos etc.: https://github.com/jauderho/dive . Feel free to pull/fork or PR is here #377 .

Looks like the transition for gocui v0.6.0 to v1.x.x is going to require some changes documented here: https://github.com/awesome-gocui/gocui/blob/master/migrate-to-v1.md

Mostly, I wanted a build that merged #354

voltagex commented 2 years ago

@jauderho is it possible for you to set up builds of your version in the meantime?

jauderho commented 2 years ago

@voltagex This is already available here: https://hub.docker.com/r/jauderho/dive/tags

MichaelYochpaz commented 2 years ago

I haven't been able to get to this repo for a while. I have some ideas about the direction dive could go in, but haven't had the time to execute on it. Happy to chat further on getting some help 🙏👍

Just found out about this tool, and wanted to thank you for making it, it's amazing and really useful :)

mark2185 commented 2 years ago

Happy to chat further on getting some help

Would creating a gitter or a discord server help?

Just to hear out what could we do to help, to organize and divvy up work, since it looks like people are willing to help, based on the number of forks.

mprimeaux commented 2 years ago

@jauderho Appreciate the effort. Are you also maintaining the brew recipe for your fork?

@wagoodman I'm also willing to help. Dive has proven to be a very useful tool to me.

jauderho commented 2 years ago

@mprimeaux I do not personally use brew. I just forked homebrew-dive but do not see anything that needs changing at this time.

As mentioned earlier, if you want to take a swing at updating the gocui support to use v1.x.x, that'd help keep dependencies up to date.

ssbarnea commented 2 months ago

Maybe something can be done now to allow the project to survive test of time? I see lots of PRs and people that are able to produce PRs, we only need people that can review and merge those PRs that are valid.