Enable the ability to set up an ACR workflow to only have permissions import images to specific repos or repo namespaces in a downstream registry
Open
feature-request
- Dominant language
- No language data
- Stars
- 177
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
**What is the problem you're trying to solve**
We publish transient images to a location like ```.azurecr.io/appname/temp/runtime:latest```
When they get promoted to production we retag the image to ```.azurecr.io/appname/runtime:latest``` using az acr import since the images are large (15GB or so). With ABAC we can lock down docker push/pull/etc to the /appname/* repo, but we can't do that with import. The docker pull cycle is very long due to image size so we would prefer to use az acr import
**Describe the solution you'd like**
az acr import should be abac aware.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.