Tag: #multi-stage-build
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Shrinking Docker Images — The Truth About Layers, Multi-Stage Builds, and What a Base Image Really Costs
Start by pinpointing, layer by layer with dive, exactly where a Docker image balloons to 1.9GB. This piece covers why the union filesystem makes RUN rm incapable of removing a single byte from an image, exactly what a mu
2026-07-26 · 12 min read #docker#dockerfile#multi-stage-build#container#devopsDocker BuildKit & Image Layers Complete Guide 2025: LLB, Cache Mount, Multi-Stage, OCI, Build Optimization Deep Dive
Why is the same Dockerfile 10x faster with BuildKit? Image layer structure, BuildKit LLB, cache mount, multi-stage builds, OCI format, reproducible builds — a complete 720-line analysis of everything about modern contain
2026-04-15 · 26 min read #docker#buildkit#oci#image-layer#cache-mount