engine

package
v0.0.0-...-8dbc9cc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildEngine

type BuildEngine interface {
	Build(dockerfile, image, context string) error
	Name() string
	Push(image string) error
	Pull(image string) error
	Version() (string, error)
	Tag(src, dst string) error
}

BuildEngine abstract container builder

func New

func New(name string, exec executor.Executor) (BuildEngine, error)

New returns a new container builder engine

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL