Versions in this module Expand all Collapse all v0 v0.1.1 Sep 27, 2018 Changes in this version + type Builder struct + BuildID v1.ContainerBuildID + DockerClient *dockerclient.Client + DockerOptions *DockerOptions + GitOptions *git.Options + StatusUpdater StatusUpdater + SystemID v1.SystemID + WorkingDir string + func NewBuilder(buildID v1.ContainerBuildID, systemID v1.SystemID, workDirectory string, ...) (*Builder, error) + func (b *Builder) Build(containerBuild *definitionv1.ContainerBuild) error + type DockerOptions struct + Push bool + Registry string + RegistryAuthProvider docker.RegistryLoginProvider + Repository string + Tag string + type ErrorInternal struct + func (e *ErrorInternal) Error() string + type ErrorUser struct + func (e *ErrorUser) Error() string + type Failure struct + Error error + Phase v1.ContainerBuildPhase + type StatusUpdater interface + UpdateError func(buildID v1.ContainerBuildID, systemID v1.SystemID, internal bool, err error) error + UpdateProgress func(v1.ContainerBuildID, v1.SystemID, v1.ContainerBuildPhase) error