package
0.16.0
Repository: https://github.com/zeroctr/buildah.git
Documentation: pkg.go.dev

# Functions

AddImageNames adds the specified names to the specified image.
ExpandNames takes unqualified names, parses them as image names, and returns the fully expanded result, including a tag.
FindImage locates the locally-stored image which corresponds to a given name.
GetFailureCause checks the type of the error "err" and returns a new error message that reflects the reason of the failure.
GetLocalTime discover the UTC offset and then add that to the passed in time to arrive at the local time.
ResolveName checks if name is a valid image name, and if that name doesn't include a domain portion, returns a list of the names which it might correspond to in the registries.

# Variables

DirTransport is the transport for pushing and pulling images to and from a directory.
DockerArchive is the transport we prepend to an image name when saving to docker-archive.
OCIArchive is the transport we prepend to an image name when saving to oci-archive.
RegistryDefaultPathPrefix contains a per-registry listing of default prefixes to prepend to image names that only contain a single path component.
TarballTransport is the transport for importing a tar archive and creating a filesystem image.
Transports contains the possible transports used for images.