Documentation ¶
Index ¶
Constants ¶
View Source
const (
Name = "standard.container.build.engine"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
Engine is the standard container build engine
func New ¶
func New( client crt.ImageBuilderAPIClient, ) (*Engine, error)
New creates new Engine instances
func (*Engine) Build ¶
func (ref *Engine) Build(options imagebuilder.DockerfileBuildOptions) error
Click to show internal directories.
Click to hide internal directories.