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

# Functions

BuildDockerfiles parses a set of one or more Dockerfiles (which may be URLs), creates a new Executor, and then runs Prepare/Execute/Commit/Delete over the entire set of instructions.
InitReexec is a wrapper for buildah.InitReexec().
NewExecutor creates a new instance of the imagebuilder.Executor interface.
TempDirForURL checks if the passed-in string looks like a URL.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BuildOptions can be used to alter how an image is built.
Executor is a buildah-based implementation of the imagebuilder.Executor interface.

# Type aliases

Mount is a mountpoint for the build container.