Tag: dotnet
-
Setting Up TeamCity, Building Docker Images, and Pushing .NET 6+ Apps to Amazon ECR
This article is intended to guide DevOps engineers through the process of installing TeamCity in a server with Docker pre-installed. Further, we will create a pipeline to build a Docker image for a .NET 6+ applications and push the image to the Amazon Elastic Container Registry (ECR). What is TeamCity? Being a big fan of…
-
Docker image build pipeline for a .NET Core application using Jenkins
Greetings, fellow developers! My name is Tristan and I’m excited to share with you my journey on setting up a Docker image build pipeline for a .NET Core application using Jenkins. In this post, we will walk through the process of setting up a Docker image build pipeline for a .NET Core application using Jenkins.…