BuildKit is the modern build backend for Docker and the OCI ecosystem. It replaces the original Docker builder with a concurrent, cache-aware engine that builds OCI images from Dockerfiles much faster and with finer control.
Key capabilities
- Parallel build graph. Independent stages and instructions run concurrently rather than strictly top-to-bottom.
- Granular caching. Layer caches keyed…