Slide 6
Slide 6 text
Images used to build .NET Core apps1
Build
What's needed to compile your app. This includes the compiler
and any other dependencies to optimize the binaries. This image
isn't the image you deploy, rather it's an image you use to build
the content you place into a production image. This image would
be used in your continuous integration, or build environment.
For instance, rather than installing all the dependencies directly
on a build agent, the build agent would instance a build image to
1 https://docs.microsoft.com/en-us/dotnet/articles/core/docker/building-net-docker-images
2016/10/31 Fukuoka.NET (Fukuten) #4 ʙ.NET Core Partyʙ 6