package
0.5.0
Repository: https://github.com/qnib/image-spec.git
Documentation: pkg.go.dev

# Functions

CreateRuntimeBundle walks through the given .tar file and creates an OCI runtime bundle in the given destination dest or returns an error if the unpacking failed.
CreateRuntimeBundleLayout walks through the file tree given by src and creates an OCI runtime bundle in the given destination dest or returns an error if the unpacking failed.
Unpack walks through the given .tar file and using the layers specified in the manifest pointed to by the given ref and unpacks all layers in the given destination directory or returns an error if the unpacking failed.
UnpackLayout walks through the file tree given by src and using the layers specified in the manifest pointed to by the given ref and unpacks all layers in the given destination directory or returns an error if the unpacking failed.
Validate walks through the given .tar file and validates the manifest pointed to by the given refs or returns an error if the validation failed.
ValidateLayout walks through the file tree given by src and validates the manifest pointed to by the given refs or returns an error if the validation failed.