Multi-stage builds – Creating and Managing Container Images
Let’s modify the Dockerfile according to the multi-stage build process and see what we get. The respective files for this example are present in the ch4/go-hello-world/multi-stage directory within this book’s…