acr-builder
acr-builder copied to clipboard
Azure Container Registry Build Runner
There does not seem to be documentation on how to consume the values from `--secretBuildArgs` in your docker script. If I look at the code, it seems to map to...
**Describe the bug** ACR Tasks should support using a tarball from a remote webserver, but there is an edge case if the remote server is GitHub. The Tasks service interprets...
**Describe the bug** The Azure Contributing Guidelines results in a 404 :) CONTRIBUTING.md **To Reproduce** Steps to reproduce the behavior: 1. Click it :) 2. 3.
**What is the problem you're trying to solve** When using a private org for GitHub you can block PAT tokens outside the network and allow Apps only, or you could...
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...
The images aliases documented here are not available when running a task with `--platform windows`:  ## To Reproduce ### `bash` not available ``` # HelloWorld.yaml version: v1.1.0 steps: -...
**Describe the bug** `az acr build` fails to build image on creating symlink with `No such file or directory`. Builing the same image with `docker build` is successful. **To Reproduce**...
**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** The following task YAML fails: ``` version: v1.0.0 steps: - build: -t samashahtest.azurecr.io/acb:arm64 --platform linux/arm64 https://github.com/Azure/acr-builder.git cache: "enabled" ``` Fails with the error: ``` Error: failed to...
**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...