package
0.0.0-20240818021530-f5e744f7964a
Repository: https://github.com/kaisenlinux/docker.io.git
Documentation: pkg.go.dev

# Functions

BuildFromConfig builds directly from `changes`, treating it as if it were the contents of a Dockerfile It will: - Call parse.Parse() to get an AST root for the concatenated Dockerfile entries.
NewBuildArgs creates a new BuildArgs type.
NewBuildManager creates a BuildManager.

# Structs

BuildArgs manages arguments used by the builder.
Builder is a Dockerfile builder It implements the builder.Backend interface.
BuildManager is shared across all Builder objects.

# Interfaces

ImageProber exposes an Image cache to the Builder.