Azure / acr-builder

Azure Container Registry Build Runner
MIT License
38 stars 35 forks source link

allow overriding the default msi endpoint #402

Closed northtyphoon closed 5 years ago

northtyphoon commented 5 years ago

Purpose of the PR: Windows container handles 169.254.169.254 as local-link address and only route to on-link device by default. As the limitation, to allow acb talks to the msi token server on a different address, the change introduces a environment variable to override the default endpoint.