Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use az acr import for Azure Container Registries promotions #10

Open
lenardchristopher opened this issue Jul 23, 2021 · 0 comments
Open

Comments

@lenardchristopher
Copy link
Contributor

For all registries, we currently using a generic OCI image promotion -- pull, tag, push. With Azure Container Registries, memory and performance can be improved using az acr import. https://docs.microsoft.com/en-us/cli/azure/acr?view=azure-cli-latest#az_acr_import

Implementing this will require a provider abstraction in the image processor that will swap in the azure logic when working with an ACR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant