acr-cli
acr-cli copied to clipboard
Command Line Tool for interacting with Azure Container Registry Images
**What is the problem you're trying to solve** For CI/CD pipelines it is often the case that a tag needs to be applied to an _existing_ image in the registry....
**Describe the bug** When I attempted to purge untagged images using the ``` acr purge --registry --filter : --untagged ``` I received the following error `Error: required flag(s) "ago" not...
If possible the acr-cli repo should have an external dependency for the SDK instead of having a version autogenerated as part of the source code.
The UX for this tool is no good. It is very unclear how to use the --filter --ago and --keep to achieve what I want in a secure way. This...
**Describe the bug** when executing the command: acr purge --registry $REGISTRY --filter '$REPOSITORY:.*' --ago 999999d --untagged all images of the specified repository are deleted **To Reproduce** Steps to reproduce the...
**Describe the bug** missing value for --ago parameter can cause unintended consequences if --dry-run is the last parameter used. Looks like the system ignores the --dry-run parameter and executes the...
The "Tag Command" section in README.md appears to refer to an acr command that no longer exists in the latest AzCLI (2.8.0).
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.9+incompatible to 26.1.4+incompatible. Release notes Sourced from github.com/docker/docker's releases. v26.1.4 26.1.4 For a full list of pull requests and changes in this release, refer to the relevant...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.13 to 3.25.15. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.3 to 2.4.0. Release notes Sourced from ossf/scorecard-action's releases. v2.4.0 What's Changed This update bumps the Scorecard version to the v5 release. For a complete list of...