acr-builder icon indicating copy to clipboard operation
acr-builder copied to clipboard

Azure Container Registry Build Runner

Results 15 acr-builder issues
Sort by recently updated
recently updated
newest added

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...

bug

**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.

bug

**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...

enhancement

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...

area/cli
needs-discussion

The images aliases documented here are not available when running a task with `--platform windows`: ![image](https://user-images.githubusercontent.com/80741/183500661-3ab6c19b-52b3-4e53-9deb-8d61aa4d91dc.png) ## To Reproduce ### `bash` not available ``` # HelloWorld.yaml version: v1.1.0 steps: -...

bug

**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**...

bug

**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...

bug

**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...

bug
buildkit/buildx

**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...

bug