Aug 28, 2019
2
0
How the .NET Team uses Azure Pipelines to produce Docker Images
Producing Docker images for .NET might not seem like that big of a deal. Once you’ve got a Dockerfile defined, just run "docker build" and "docker push" and you’re done, right? Then just rinse and repeat when new versions of .NET are released and that should be all that’s needed. Well, it’s not quite that simple. When you factor in the numbe...