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

Command Line Tool for interacting with Azure Container Registry Images

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

**Purpose of the PR** - Similar to the purge command, the annotate command takes in a regex filter and annotates the repos/tags that match that filter. This is currently necessary...

Fix `docker build .` while continuing to use the `-fips` Go image. * Fixes https://github.com/Azure/acr-cli/issues/261 * See https://github.com/Azure/acr-cli/issues/261#issuecomment-2070818689

**Describe the bug** I see multiple instances of `Error(1261) : SSL peer certificate or SSH remote key was not OK` **To Reproduce** Steps to reproduce the behavior: 1. clone the...

bug

**What is the problem you're trying to solve** We'd like to be able to call acr purge tasks to delete all images older than X days that aren't currently in...

enhancement

**What is the problem you're trying to solve** I have a list (a .csv file) of image tags that should survive purging. Official releases, unofficial releases (being evaluated by a...

enhancement

**What is the problem you're trying to solve** Today, we are providing guidance for using `vnd.myorganization.image.end-of-life` syntax for image lifecycle annotation for EOL images. https://techcommunity.microsoft.com/t5/azure-developer-community-blog/enriching-container-supply-chains-with-oras/ba-p/3996629 However, this guidance is on...

enhancement

Hello, I'm trying to use acr-cli docker container to run unattended purge command against azure container registry behind the private endpoint (since it doesn't support acr tasks) So I have...

PURGE_CMD="acr purge --filter '.*:^GOLD.*' \ --ago 15d --dry-run" az acr task create --name PurgeGold1 \ --cmd "$PURGE_CMD" \ --schedule "00 16 * * *" \ --registry "acrdemo2022coreg" \ --context /dev/null...

bug

**What is the problem you're trying to solve** Docker images inside their metadata may have `Annotations` filled with key/value pairs. At the moment there is not possible to filter/select only...

enhancement

**Describe the bug** Part of hep output for acr-cli has this: ``` Available Commands: ... version Print version information ``` but trying to print version for Release v0.7 - getting:...

bug