kaniko

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2019 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package kaniko is responsible for performing a Kaniko build of an image. Kaniko builder does not require Docker Engine presence, therefore it is a better solution one can using within Continuous Integration context.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Kaniko

type Kaniko struct {
	Dockerpath  string
	Dockerfile  string
	Workspace   string
	Destination string
	Registry    registry.Registry
}

func NewFromRuntime

func NewFromRuntime(runtime runtime.Runtime) *Kaniko

func (*Kaniko) Build

func (kaniko *Kaniko) Build(ctx context.Context) error

func (*Kaniko) DryRun

func (kaniko *Kaniko) DryRun() error

Jump to

Keyboard shortcuts

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