From the course: Azure Microservices with .NET Core for Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Publishing container images for a microservices solution

Publishing container images for a microservices solution - Azure Tutorial

From the course: Azure Microservices with .NET Core for Developers

Start my 1-month free trial

Publishing container images for a microservices solution

- [Narrator] With the Docker files and Docker compose files in place, we're ready to create a release pipeline that creates the Docker images. Additionally, the pipeline should push those images to a container registry. There are different container registries that we could use. One of them is Azur Container Registry, which is an excellent option if you're planning to deploy your services in the Azure Cloud privately. Another option is Docker Hub, which is a well tested and very well known Container Registry managed by Docker itself. Docker Hub supports both private and public images. In this video we're going to push the images to Docker Hub because I want you to have access to these images for reference purposes. So, let's start by creating a new release pipeline. I'm going to select this empty job and as the artifact, I'm going to select the Azure Repos. And for the branch, I'm going to select the Docker branch…

Contents