Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder implements the builder core.
func NewBuilder ¶
NewBuilder creates a new builder. Returns error on docker or mruby issues.
func (*Builder) AddVerb ¶
AddVerb adds a function to the mruby dispatch as well as adding hooks around the call to ensure containers are committed and intermediate layers are cleared.
func (*Builder) ImageID ¶
ImageID returns the latest known Image identifier that we committed. At the end of the run this will be the golden docker image.
Click to show internal directories.
Click to hide internal directories.