Dive is a terminal-based tool for analyzing Docker and OCI images layer by layer. It helps you understand what's inside your container images and discover opportunities to reduce their size.
Key capabilities:
dive build -t tag .--source optionHow it works: Simply run dive <image-tag> to launch the interactive interface, or set CI=true for automated analysis in your pipeline. The tool shows layer information on the left and file contents on the right, with visual indicators for what changed in each layer.
Built in Go for speed and efficiency, dive runs as a standalone binary or Docker container. It's ideal for DevOps engineers and developers who want to optimize container images and understand their composition.
$ apt install ./dive_Activity score
64/100
Stars
Forks
Latest version
Last commit
First release
Language
License
Quiet lately: No commits in 7 months — this project might not be actively maintained.
Auto-fetched .