Versions in this module Expand all Collapse all v0 v0.3.2 Dec 7, 2016 v0.3.1 Nov 25, 2016 Changes in this version type Builder + func (b *Builder) FinalCommit(ok bool) v0.2.1 Nov 8, 2016 Changes in this version + func NewExecutor(name string, useCache, tty bool) (executor.Executor, error) + type Builder struct + func NewBuilder(tty bool, omitFuncs []string) (*Builder, error) + func (b *Builder) AddVerb(name string, fn verbFunc, args mruby.ArgSpec) + func (b *Builder) Close() error + func (b *Builder) ImageID() string + func (b *Builder) Run(script string) (*mruby.MrbValue, error) + func (b *Builder) SetCache(useCache bool) + func (b *Builder) Tag(name string) error