package
0.0.0-20190626161815-abc16d4f5013
Repository: https://github.com/azurecr/acr-cli.git
Documentation: pkg.go.dev
# Functions
HandleManifest deletes a manifest, if there is an archive repo and the manifest has existent metadata the manifest is moved instead.
ParseDuration analog to time.ParseDuration() but with days added.
PurgeDanglingManifests runs if the dangling flag is specified and deletes all manifests that do not have any tags associated with them.
PurgeTags deletes all tags that are older than the ago value and that match the filter string (if present).
Untag is the function responsible for untagging an image.