Containers & Kubernetes · Docker
What is Multi-stage Docker builds?
Multi-stage builds use multiple FROM stages so build dependencies can be separated from the final runtime image. In practice, the value of this concept comes from understanding where it belongs in the architecture, what problem it solves, and what constraints or tradeoffs it introduces.