Azure / acr

Azure Container Registry samples, troubleshooting tips and references
https://aka.ms/acr
Other
164 stars 109 forks source link

ACR Tasks in Azure DevOps/Pipelines #401

Open lolon88 opened 4 years ago

lolon88 commented 4 years ago

What is the problem you're trying to solve Right now our team is using Azure DevOps Release Pipeline to build and push container images into ACR and we are using their docker task. I notice that ACR offers ACR tasks that can also automate the images' builds and maintenance, which comes with nice benefits such as triggered updates on updated base image. We would love to have this capability for our application image so that we do not need to keep track of the dependency base images, but I am not sure if the docker task in the Azure Release Pipeline could have the same effect as the ARC tasks.

Describe the solution you'd like Is there any way we could leverage the the ability to automatically build images for us when a container's base image is updated, in the release pipeline task? Creating brand new ACR task may not be a good option for us because the context we use to build our image includes things outside of our source control (e.g. output from our build pipeline, external packages...)

Additional context Add any other context or screenshots about the feature request here.

yashali commented 2 years ago

@adrianstevens @SteveLasker any update on this? @lolon88 were you able to find anything?

This : https://github.com/MicrosoftDocs/azure-docs/issues/34480 doesnt work for us precisely because "the context we use to build our image includes things outside of our source control" as well