Skip to content

Tag: dockerfile-optimization

All the articles with the tag "dockerfile-optimization".

Docker BuildKit: Stop Waiting for Your Images to Build

Docker BuildKit: Stop Waiting for Your Images to Build

Your CI pipeline is spending 8 minutes installing npm packages. Every. Single. Build. Docker BuildKit has had the fix for years — parallel stages, cache mounts, and proper secret handling — and most people are still ignoring it. Let's fix that.