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 // path to a Dockerfile to be saved
Dockerfile string // Dockerfile contents
Workspace string // build context / working directory
Destinations []string // destinations of an image
Registry registry.Registry // Docker registry
}
Kaniko represent a Kaniko build process. It takes a `Dockerpath` and saves `Dockerfile` contents there before the build starts.
func NewFromRuntime ¶
Click to show internal directories.
Click to hide internal directories.