-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What is the problem you're trying to solve
The purge task will timeout if the repository's manifests number high.
Because purge command will list all the manifests before deleting them.
In our case some repo has more than 140k manifests, and the purge task get stuck and not receive the response from ACR utils even when task killed of excceeding 6-hour timeout.
Describe the solution you'd like
Add a --untag-limit
argument in purge command. It can limit the amount of untagged manifest for one time
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request