logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

oci-image-tool validate - Validate one or more image files

Description

oci-image-toolvalidate validates the given file(s) against the OCI image specification.

Examples

              $ skopeo copy docker://busybox oci:busybox-oci:latest
              $ oci-image-tool validate --type image --ref name=latest busybox-oci
              busybox-oci: OK

History

       Sept 2016, Originally compiled by Antonio Murdaca (runcom at redhat dot com)

Tool                                                  Image                      OCI-IMAGE-TOOL-VALIDATE(1)(OCI)

Name

       oci-image-tool validate - Validate one or more image files

Options

--help
         Print usage statement

       --ref=[]
         Specify the search criteria for the validated reference, format is A=B.
         Reference should point to a manifest or index.
         e.g. --ref name=v1.0 --ref platform.os=latest
         Only support name, platform.os and digest three cases.
         Only applicable if type is image.

       --type=""
         Type of the file to validate. One of "image,manifest,imageIndex,config"

See Also

skopeo(1)

Synopsis

oci-image-toolvalidate FILE... [OPTIONS]

See Also