๐ณ I built a tool to find exactly which commit bloated your Docker image
Source: Dev.to
Overview
Ever wondered โwhy is my Docker image suddenly 500โฏMB bigger?โ and had to git bisect through builds manually? I created Docker Time Machine (DTM) โ a tool that walks through your Git history, builds the image at each commit, and shows you exactly where the bloat happened.
Features
- Interactive charts displaying size trends over time
- Layerโbyโlayer comparisons between commits
- Highlights the exact commit that added the most weight (or optimized the image)
Repository
Feedback
Iโd love feedback from anyone whoโs been burned by mysterious image bloat. ๐ฅ