Matt Thalman

Senior Software Engineer, .NET Acquisition and Deployment

Matt Thalman works on the Acquisition & Deployment team for .NET, primarily focused on .NET's container offerings. A .NET developer since the beta version of .NET Framework 1.0, Matt has worked at Microsoft for 20 years on a variety of products, always excited to get his hands on some code. He works remotely from his home in Minnesota.

Post by this author

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...