LinuxCommandLibrary

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.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community