kaniko

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2019 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrorBuildFailed = errors.New("build failed")

ErrorBuildFailed is an error for a failed build

Functions

This section is empty.

Types

type Build

type Build struct {
	ImageTags      []string
	WorkDir        string
	DockerfilePath string
	Cache          bool
	CacheRepo      string
	Namespace      string
	BuildArgs      []string
	CredentialsMap *v1.ConfigMap
	Source         source.Source
	// contains filtered or unexported fields
}

Build contains all required information to start a Kaniko build

func (Build) StartBuild

func (b Build) StartBuild(ctx context.Context) error

StartBuild starts a Kaniko build with options provided in `Build`

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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