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.
SEE ALSO
crane(1), crane-manifest(1)
