dive is a tool for exploring a docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image.
Our images support multiple architectures and simply pulling ghcr.io/thespad/dive:latest
should retrieve the correct image for your arch.
The architectures supported by this image are:
Architecture | Available | Tag |
---|---|---|
amd64 | ✅ | latest |
arm64 | ✅ | latest |
- 26.05.24: - Rebase to Alpine 3.20.
- 30.12.23: - Rebase to Alpine 3.19.
- 08.07.23: - Revert to using upstream deps.
- 14.05.23: - Rebase to Alpine 3.18. Drop armhf support.
- 21.12.22: - Rebase to Alpine 3.17.
- 28.11.22: - Use scratch image for run stage, update dive deps to resolve security vulns.
- 24.09.22: - Rebase to Alpine 3.16
- 06.12.21: - Rebase to Alpine 3.15
- 17.08.21: - Initial Release.