Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + func ApplyLayer(dest string, layer io.Reader) (size int64, err error) + func ApplyUncompressedLayer(dest string, layer io.Reader, options *archive.TarOptions) (int64, error) + func CopyFileWithTar(src, dst string) (err error) + func CopyWithTar(src, dst string) error + func TarUntar(src, dst string) error + func Untar(tarArchive io.Reader, dest string, options *archive.TarOptions) error + func UntarPath(src, dst string) error + func UntarUncompressed(tarArchive io.Reader, dest string, options *archive.TarOptions) error