acr-cli
acr-cli copied to clipboard
Command Line Tool for interacting with Azure Container Registry Images
Bumps [github.com/docker/cli](https://github.com/docker/cli) from 26.1.4+incompatible to 27.1.1+incompatible. Commits 6312585 Merge pull request #5274 from thaJeztah/27.1_backport_compose_oom c599566 Allow for OomScoreAdj fb19def Merge pull request #5271 from thaJeztah/27.1_backport_custom_headers_env_var bccd478 Merge pull request #5270...
**Describe the bug** We have a registry with more than 200 images. I've run the following command: `az acr run --cmd "acr purge --filter 'imagename:.*' --ago 730d --dry-run" --registry registryname...
**Purpose of the PR** From an empirical observation, listing the repositories is `O(# of OCI objects)` and not `O(# of repositories)`. Therefore, what happens when a registry contains repositories with...
Bumps [github.com/docker/cli](https://github.com/docker/cli) from 27.2.1+incompatible to 27.3.1+incompatible. Commits ce12230 Merge pull request #5462 from thaJeztah/27.x_backport_bump_compose 263ba95 Merge pull request #5461 from laurazard/27.x-backport-update-VERSION be9b9f3 Update VERSION file to v27.3.1-dev a4149b0 Dockerfile: update...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.7 to 3.26.8. Commits 294a9d9 Merge pull request #2490 from github/update-v3.26.8-64431c66d 00b3604 Update changelog for v3.26.8 64431c6 Merge pull request #2483 from github/update-bundle/codeql-bundle-v2.19.0 e0e2d75 Merge branch 'main'...
**Purpose of the PR** As explained in https://github.com/Azure/acr-cli/pull/353, listing all the repositories can possibly never complete, or with the workaround from that PR, it can still take hours in large...