Crane is a tool for managing container images
crane [flags]
--allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers
-h, --help help for crane
--insecure Allow image references to be fetched without TLS
--platform platform Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default all)
-v, --verbose Enable debug logs
- crane append - Append contents of a tarball to a remote image
- crane auth - Log in or access credentials
- crane blob - Read a blob from the registry
- crane catalog - List the repos in a registry
- crane config - Get the config of an image
- crane copy - Efficiently copy a remote image from src to dst while retaining the digest value
- crane delete - Delete an image reference from its registry
- crane digest - Get the digest of an image
- crane export - Export filesystem of a container image as a tarball
- crane flatten - Flatten an image's layers into a single layer
- crane index - Modify an image index.
- crane ls - List the tags in a repo
- crane manifest - Get the manifest of an image
- crane mutate - Modify image labels and annotations. The container must be pushed to a registry, and the manifest is updated there.
- crane pull - Pull remote images by reference and store their contents locally
- crane push - Push local image contents to a remote registry
- crane rebase - Rebase an image onto a new base image
- crane registry -
- crane tag - Efficiently tag a remote image
- crane validate - Validate that an image is well-formed
- crane version - Print the version