Skip to content

az acr repository delete --tag ... not working as expected #71

@ccanizares

Description

@ccanizares

Probably more a question than an issue... when trying to delete some old tags within az acr repository client, doesn't work and I don't get any response from az acr client.

The command I'm using:

az acr repository delete -n myacr --resource-group=myrg --repository myrepo --tag mytag --manifest -y

If I don't pass the --manifest param the tag gets deleted but I don't get free space... when passing --manifest as param some times it deletes the image (and I get free space) and sometimes it gets 'freeze', don't get any response, the tag isn't deleted and my script fails... Happens to me with many tags... i'm missing something or it's an acr bug?

I don't find any suitable doc that can help me to understand what happens with this tags, if anyone here can help..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions