Azure Container Registry offers similar functionality to Docker Hub for the automation of Docker image builds on code push. The pipeline is highly customizable and can support building multiple container images at once, but in this example, we will focus on automating a single image build on the GitHub repository code push.
Integrating ACR and GitHub can be performed as follows:
- Create a new GitHub repository and push the Docker image source code. In this example, we will use source code from https://github.com/PacktPublishing/Hands-On-Kubernetes-on-Windows/tree/master/Chapter03/04_iis-demo-index ...