DevOps
Docker Multi-Stage Builds: How I Cut My Image Size by 90%
Most Docker images are bloated because they ship the build toolchain alongside the app. Multi-stage builds fix that with one simple pattern.
Tag
Browse every article filed under DevOps.
Most Docker images are bloated because they ship the build toolchain alongside the app. Multi-stage builds fix that with one simple pattern.
Most CI pipelines start fast and slowly become 20-minute bottlenecks. Here's a setup that stays fast as the project grows.