Versions in this module Expand all Collapse all v0 v0.1.0 Feb 28, 2017 Changes in this version + const TypeConfig + const TypeImage + const TypeImageLayout + const TypeManifest + const TypeManifestList + var IssuesURL = "https://github.com/opencontainers/image-tools/issues" + var SpecURL = "https://github.com/opencontainers/image-spec" + func Autodetect(path string) (string, error) + func CreateRuntimeBundle(tarFile, dest, ref, root string) error + func CreateRuntimeBundleLayout(src, dest, ref, root string) error + func Unpack(tarFile, dest, ref string) error + func UnpackLayout(src, dest, ref string) error + func Validate(tarFile string, refs []string, out *log.Logger) error + func ValidateLayout(src string, refs []string, out *log.Logger) error