Question 194:
You have an Azure DevOps project that contains a build pipeline. The pipeline builds a container image named testimage and pushes the image to the Azure Container registry. The image uses a base image that is stored in Docker Hub. You have to ensure that testimage is updated automatically whenever the base image is updated. Which of the following can you implement for this requirement?
Answer options:
A.Use the Azure Container Registry task. B.Use a Docker Hub service connection in Azure Pipelines. C.Use Azure Event Grid and subscribe for registry events. D.Use a service hook in the DevOps project.