crane-blob

retrieve blobs from container images

TLDR

Get a blob from an image
$ crane blob [image]@[digest]
Save blob to file
$ crane blob [image]@[sha256:abc...] > [blob.tar.gz]

SYNOPSIS

crane blob [options] image@digest

DESCRIPTION

crane blob retrieves a specific blob from a container image by its digest. Blobs are typically layers or configuration objects.Output is written to stdout; redirect to save to a file.

INSTALL

sudo pacman -S crane
sudo apk add crane
sudo zypper install crane
brew install crane
nix profile install nixpkgs#crane

SEE ALSO

crane(1), crane-manifest(1)

RESOURCES

Source code · Documentation