Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
)

Signed-off-by: jwiegratz <jasper.wiegratz@sva.de>
Signed-off-by: jwhb <jwhy@jwhy.de>
10 contributors

Users who have contributed to this file

@jonjohnsonjr @imjasonh @vsoch @michelpromonet @jmakinen-ncc @dvob @csantanapr @phillipsj @abitrolly @jwhb

crane

Crane is a tool for managing container images

crane [flags]

Options

      --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

SEE ALSO

  • 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 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 tag - Efficiently tag a remote image
  • crane validate - Validate that an image is well-formed
  • crane version - Print the version