Documentation ¶
Index ¶
Constants ¶
View Source
const ( // NoBaseImageSpecifierLatest is the empty base image // Note that :latest is not valid in the FROM clause, but we're // always appending :latest to tags during processing. NoBaseImageSpecifierLatest = "scratch:latest" // DockerHubRegistry is the docker hub registry DockerHubRegistry = "registry.hub.docker.com" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder builds images.
func NewBuilder ¶
func NewBuilder(pm *procmanager.ProcManager, debug bool, workspaceDir string) *Builder
NewBuilder creates a new Builder.
Click to show internal directories.
Click to hide internal directories.