Versions in this module Expand all Collapse all v1 v1.1.0 May 26, 2023 v1.0.0 May 26, 2023 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 + CacheFrom []string + Client client.ImageAPIClient + ContextDirectory string + Dockerfile string + ForceRemove bool + Labels map[string]*string + LoggerFactory logger.Factory + Network string + NoCache bool + Pull bool + Target string + func (d *DaemonBuilder) Build(ctx context.Context, imageName string) error