Versions in this module Expand all Collapse all v0 v0.1.0 Jan 16, 2019 v0.0.1 Nov 29, 2018 Changes in this version + const DefaultImage + type BuildContext struct + func NewBuildContext(options ...Option) *BuildContext + func (c *BuildContext) Build() (err error) + type Option func(*BuildContext) + func WithImage(image string) Option + func WithSourceDir(sourceDir string) Option