Versions in this module Expand all Collapse all v1 v1.1.0 Sep 28, 2018 Changes in this version + type Builder struct + BuildNamespace string + ImageName string + ImageTag string + RegistryURL string + func NewBuilder(registryURL, imageName, imageTag, buildNamespace string, ...) (*Builder, error) + func (b *Builder) Authenticate(username, password string, checkCredentialsStore bool) (*types.AuthConfig, error) + func (b *Builder) BuildImage(contextPath, dockerfilePath string, options *types.ImageBuildOptions) error + func (b *Builder) PushImage() error + type OutputFormat struct + Regex *regexp.Regexp + Replacement string Incompatible versions in this module v2.5.1+incompatible Dec 20, 2018 v2.2.1+incompatible Nov 5, 2018