crane-delete
remove container images from registry
TLDR
Delete an image tag
$ crane delete [image:tag]
Delete by digest$ crane delete [image]@[sha256:abc...]
SYNOPSIS
crane delete [options] image
DESCRIPTION
crane delete removes an image from a container registry. This deletes the manifest for the specified tag or digest.
Use with caution as deletion may be permanent depending on registry configuration.
CAVEATS
Some registries don't support deletion or require special permissions. Deleting a tag doesn't necessarily free storage until garbage collection runs.
