Show HN: Building better base images

This project addresses the inefficiencies of traditional Dockerfile-based container builds where each customization layer creates storage bloat through duplicate dependencies from repeated apt-get install commands, network inefficiency from redundant package downloads across different images, and slow iteration cycles requiring full rebuilds of all previous steps. Our solution enables building minimal base images from scratch using debootstrap that precisely include only required components in the initial build, while allowing creation of specialized variants (Java, Kafka, etc.) from these common foundations - resulting in significantly leaner images, faster builds, and more efficient resource utilization compared to standard Docker layer stacking approaches.


Comments URL: https://news.ycombinator.com/item?id=43653251

Points: 3

# Comments: 0

https://github.com/avkcode/container-tools

Létrehozva 7d | 2025. ápr. 11. 13:30:09


Jelentkezéshez jelentkezzen be

EGYÉB POSTS Ebben a csoportban

Show HN: Attune - Build and publish APT repositories in seconds

Hey HN, we're Eliza and Xin, and we’ve been working on Attune. Attune is a tool for publishing Linux packages.

Previously, we worked at other startups building open source developer tools that r

2025. ápr. 18. 17:10:06 | Hacker news
Show HN: Less Slow C++

Earlier this year, I took a month to reexamine my coding habits and rethink some past design choices. I hope to rewrite and improve my FOSS libraries this year, and I needed answers to a few quest

2025. ápr. 18. 14:40:09 | Hacker news