0

I want to pass in --isolation hyperv to the az acr build, but I can't find an equivalent in the docs. Is there a way to do this?

1 Answers1

0

You cannot pass in the isolation parameter to az acr build.

If you create a Azure DevOps build agent, you could create your docker image using whatever parameters you want, then push it to the container registry. Make sure to select a v3 VM type if you wish to use Hyper-V isolation.

bpdohall
  • 1,046
  • 6
  • 9