How to update security patches in azure container registry automatically?
See original GitHub issueScenario:
- There is an azure container registry(acr) with many repositories (around 20)
- Each repository has different tags like image:dev0.1, dev0.2, prod0.1, prod0.2
- There are more than 100 images which include all available tags within each repository
I know about the acr
task, which can be used to update an image automatically when we update its base image.
In my scenario, I need to create more than 100 acr
tasks for each tag and also maintain a backup of old images for recovery in case of production failures.
I would like to know, Is there a standard and simple way to deal with this case?
Issue Analytics
- State:
- Created a year ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
docker - How to update security patches in azure container registry ...
I know about the acr task, which can be used to update an image automatically when we update its base image. In my...
Read more >Base image updates - Tasks - Azure Container Registry
Track base image updates ... ACR Tasks includes the ability to automatically build images for you when a container's base image is updated....
Read more >Push update to geo-replicated registry - Azure Container ...
In this tutorial, you first modify the application, then build a new container image and push it to your geo-replicated registry. Finally, you ......
Read more >Trigger image build on base image update - Azure Container ...
In this tutorial, you learn how to configure an Azure Container Registry Task to automatically trigger container image builds in the cloud ...
Read more >Update management center Preview - Microsoft Azure
Apply security and critical patches with access controls · Provide granular access control for patching at a per-resource level. · Delegate permissions for...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@shaikmoeed I have reached out to the Product Owners to get some pointers and currently awaiting their reply.
@shaikmoeed I am doing some research on this. I will update this thread once I have more details on this.