Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 3.04 KB

README.md

File metadata and controls

37 lines (28 loc) · 3.04 KB

GitHub Release Commits Image Size Docker Pulls GitHub Stars Docker Stars

GitHub Actions Workflow Status GitHub Actions Workflow Status GitHub Actions Workflow Status

dive is a tool for exploring a docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image.

Supported Architectures

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

Versions

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