We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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_importImplementing this will require a provider abstraction in the image processor that will swap in the azure logic when working with an ACR.
The text was updated successfully, but these errors were encountered: