Documentation
¶
Overview ¶
Package image defines methods for validating, and unpacking OCI images.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Unpack ¶
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.
func UnpackLayout ¶
UnpackLayout walks through the file tree given 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.
func Validate ¶
Validate walks through the given .tar file and validates the manifest pointed to by the given ref or returns an error if the validation failed.
func ValidateLayout ¶
ValidateLayout walks through the file tree given by src and validates the manifest pointed to by the given ref or returns an error if the validation failed.
Types ¶
This section is empty.