LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

crane-validate

verify container image structure

TLDR

Validate an image
$ crane validate --remote [image:tag]
copy
Validate local tarball
$ crane validate --tarball [image.tar]
copy

SYNOPSIS

crane validate [options]

DESCRIPTION

crane validate checks that a container image is well-formed. It verifies manifest structure, layer digests, and configuration validity.

PARAMETERS

--remote image

Validate a remote image.
--tarball file
Validate a local tarball.

INSTALL

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

SEE ALSO

RESOURCES

Copied to clipboard
Kai