Skip to content

Commit ffc7b5f

Browse files
authored
Merge pull request #115233 from dlepow/purge
[ACR] Autopurge update
2 parents 65e7ff6 + 66546c3 commit ffc7b5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-registry/container-registry-auto-purge.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: Purge tags and manifests
33
description: Use a purge command to delete multiple tags and manifests from an Azure container registry based on age and a tag filter, and optionally schedule purge operations.
44
ms.topic: article
5-
ms.date: 08/14/2019
5+
ms.date: 05/14/2020
66
---
77

88
# Automatically purge images from an Azure container registry
99

1010
When you use an Azure container registry as part of a development workflow, the registry can quickly fill up with images or other artifacts that aren't needed after a short period. You might want to delete all tags that are older than a certain duration or match a specified name filter. To delete multiple artifacts quickly, this article introduces the `acr purge` command you can run as an on-demand or [scheduled](container-registry-tasks-scheduled.md) ACR Task.
1111

12-
The `acr purge` command is currently distributed in a public container image (`mcr.microsoft.com/acr/acr-cli:0.1`), built from source code in the [acr-cli](https://github.com/Azure/acr-cli) repo in GitHub.
12+
The `acr purge` command is currently distributed in a public container image (`mcr.microsoft.com/acr/acr-cli:0.2`), built from source code in the [acr-cli](https://github.com/Azure/acr-cli) repo in GitHub.
1313

14-
You can use the Azure Cloud Shell or a local installation of the Azure CLI to run the ACR task examples in this article. If you'd like to use it locally, version 2.0.69 or later is required. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][azure-cli-install].
14+
You can use the Azure Cloud Shell or a local installation of the Azure CLI to run the ACR task examples in this article. If you'd like to use it locally, version 2.0.76 or later is required. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][azure-cli-install].
1515

1616
> [!IMPORTANT]
1717
> This feature is currently in preview. Previews are made available to you on the condition that you agree to the [supplemental terms of use][terms-of-use]. Some aspects of this feature may change prior to general availability (GA).

0 commit comments

Comments
 (0)