Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to invoke dive for introspection #310

Open
tfoote opened this issue Jan 25, 2025 · 2 comments
Open

Add a way to invoke dive for introspection #310

tfoote opened this issue Jan 25, 2025 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@tfoote
Copy link
Collaborator

tfoote commented Jan 25, 2025

Dive can be invoked easily with just a docker command, we could relatively easily provide introspection into the results of builds with this in rocker.

docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock wagoodman/dive:latest <IMAGE_ID>

https://github.com/wagoodman/dive

@tfoote tfoote added enhancement New feature or request good first issue Good for newcomers labels Jan 25, 2025
@tfoote tfoote changed the title Add a way to invoke dive Add a way to invoke dive for introspection Jan 25, 2025
Ravencrest-01 added a commit to Ravencrest-01/rocker that referenced this issue Feb 8, 2025
@Ravencrest-01
Copy link

Hi @tfoote ,

I've completed the implementation for the Dive invocation feature! I added an optional --dive flag that allows users to introspect Docker images using Dive after building. The flag seamlessly integrates with the Rocker workflow.

I'll have submitted a pull request. I'm excited to contribute and help the community grow! Let me know if there's anything else you'd like me to address.

Best regards,
Ritik Kumar

@tfoote
Copy link
Collaborator Author

tfoote commented Feb 8, 2025

Thanks for looking at this, you might have forgotten to commit the implementation in your pr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants