How can I delete image data from Azure Container Registry?

KarishmaTiwari-MSFT 17,997 Reputation points Microsoft Employee
2020-05-14T16:52:35.233+00:00

How can I delete image data from Azure Container Registry?

[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question]

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
373 questions
0 comments No comments
{count} votes

Accepted answer
  1. vipullag-MSFT 23,731 Reputation points Microsoft Employee
    2020-05-14T17:06:46.633+00:00

    Azure Container Registry supports several methods for deleting image data from your container registry. You can delete images by tag or manifest digest, or delete a whole repository.

    For details on deleting image data from your registry, including untagged (sometimes called ""dangling"" or ""orphaned"") images, see Delete container images in Azure Container Registry.

    Source : Azure Documentation Link

    0 comments No comments

0 additional answers

Sort by: Most helpful