package
0.0.0-20241112080837-97b903613cec
Repository: https://github.com/deepin-community/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.