LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

crane-blob

retrieve blobs from container images

TLDR

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

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

Copied to clipboard
Kai