Azure / Azure/acr

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
#868 4 comments 0 reactions 1 assignee Assigned to @toddysm View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.