Versions in this module Expand all Collapse all v0 v0.4.0 Jan 10, 2017 v0.3.0 Aug 9, 2016 Changes in this version + const DefaultDockerfileName + func CreateTar(contextDirectory, dockerfile string) (io.ReadCloser, error) + type Builder interface + Build func(imageName string) error + type DaemonBuilder struct + AuthConfigs map[string]types.AuthConfig + BuildArgs map[string]string + Client client.ImageAPIClient + ContextDirectory string + Dockerfile string + ForceRemove bool + LoggerFactory logger.Factory + NoCache bool + Pull bool + func (d *DaemonBuilder) Build(ctx context.Context, imageName string) error