Trigger ACR Task by tag update
- Dominant language
- No language data
- Stars
- 177
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
I read the base image update trigger acr task in web page:
https://docs.microsoft.com/en-us/azure/container-registry/container-registry-tasks-base-images
Stable tag for base image - To trigger a task on base image update, the base image must have a stable tag, such as node:9-alpine. This tagging is typical for a base image that is updated with OS and framework patches to a latest stable release. "If the base image is updated with a new version tag, it does not trigger a task". For more information about image tagging, see the best practices guidance.
Currently, my case is, I want to re-tag a layers to the same registry. Is there anyway I can trigger acrTask when the new tag get update.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.