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

Command Line Tool for interacting with Azure Container Registry Images

Results 35 acr-cli issues
Sort by recently updated
recently updated
newest added

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

dependencies
go

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

bug

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

dependencies
go

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

dependencies
github_actions

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

Bumps [github.com/docker/cli](https://github.com/docker/cli) from 28.0.1+incompatible to 28.0.4+incompatible. Commits b8034c0 Merge pull request #5962 from thaJeztah/bump_docker_28.0.3 3e699a3 Merge pull request #5964 from vvoland/fix-auth-regressionq f596202 Revert "cli/command: remove uses of GetAuthConfigKey, ParseRepositoryInfo" ee2f787...

dependencies
go

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.10 to 3.28.13. Release notes Sourced from github/codeql-action's releases. v3.28.13 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...

dependencies
github_actions

Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.5.1 to 4.5.2. Release notes Sourced from github.com/golang-jwt/jwt/v4's releases. v4.5.2 See https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp Full Changelog: https://github.com/golang-jwt/jwt/compare/v4.5.1...v4.5.2 Commits 2f0e9ad Backporting 0951d18 to v4 See full diff in compare view...

dependencies
go

**Purpose of the PR** Adds a new parameter "--exclude-filter" that will override any matches in the "--filter". Useful when we want to purge everything except some tags (ex: dev, prod,...