snippetbashTip
crane delete — Delete an image reference from its registry. More information: <https://github.com/google/go-contain
Viewed 0 times
deletecommandcrane deletefromitscliimagereference
Problem
How to use the
crane delete command: Delete an image reference from its registry. More information: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_delete.md>.Solution
crane delete — Delete an image reference from its registry. More information: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_delete.md>.Delete an image reference from its registry:
crane delete {{image_name}}Display help:
crane delete {{[-h|--help]}}Code Snippets
Delete an image reference from its registry
crane delete {{image_name}}Display help
crane delete {{[-h|--help]}}Context
tldr-pages: common/crane delete
Revisions (0)
No revisions yet.