LinuxCommandLibrary

crane-delete

remove container images from registry

TLDR

Delete an image tag

$ crane delete [image:tag]
copy
Delete by digest
$ crane delete [image]@[sha256:abc...]
copy

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.

SEE ALSO

crane(1), crane-tag(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community