package
0.15.5
Repository: https://github.com/shipwright-io/build.git
Documentation: pkg.go.dev

# Functions

Pack reads a directory and creates a tar stream with its content by: - storing all directories and regular files as-is, - dereferencing all symlinks and storing the respective target, - ignoring all files configured in .shpignore.
PackAndPush a local directory as-is into a container image.
PullAndUnpack a container image layer content into a local directory.
Unpack reads a tar stream and writes the content into the local file system with all files and directories.

# Structs

UnpackDetails contains details about the files that were unpacked.