Bin Du
Bin Du
https://docs.microsoft.com/en-us/azure/container-registry/container-registry-image-lock Current ACR provide two lock mode, 1. write-enabled: block both update and delete 2. delete-enabled: allow update but block delete only There is no solution to block update but...
**Related command** az login --identity any az command **Describe the bug** I run az commands in Azure VM with managed identity enabled. I log into cli using "az login --identity"....
**To Reproduce** Steps to reproduce the behavior: 1. az acr task create -r myregistry -n mytask -f acb.yaml -c /dev/null 2. az acr task update -r myregistgry -n mytask -f...
### What is the version of your Accelerated Container Image _No response_ ### What would you like to be added? Onboard https://codecov.io/ to provide test code coverage report on pull...
Create the issue to track the work to enable code coverage report on pull request validation.
Hi, I'm searching for ARM64 support. Is it on the road map?
CI test to cover major Linux distros - Ubuntu 18.04/20.04/22.04 - Microsoft Mariner #197 #196
Feature Request: Escape the `&` `>` passed in `--build-arg` and `--set` options, eg ``` acb build --build-arg arg1=a&b => arg1=a\&b acb exec --set key1=a>b => key1=a\>b ``` Maybe it's just...
**Describe the bug** Using windows container, `acb download` from a private git repo containing submodule failed with error: git: 'credential-cache' is not a git command **Additional context** On windows, may...
**Describe the bug** If push step was timed out, it retried 3 times and return an error message saying the push failed. The error message didn't point out it's a...