Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IgnoreListPath string
View Source
var KanikoDir string
View Source
var RootDir string
Functions ¶
This section is empty.
Types ¶
type CacheOptions ¶ added in v0.11.0
CacheOptions are base image cache options that are set by command line arguments
type KanikoOptions ¶
type KanikoOptions struct {
CacheOptions
DockerfilePath string
SrcContext string
SnapshotMode string
Bucket string
TarPath string
Target string
CacheRepo string
DigestFile string
ImageNameDigestFile string
OCILayoutPath string
RegistryMirror string
Destinations multiArg
BuildArgs multiArg
InsecureRegistries multiArg
Labels multiArg
SkipTLSVerifyRegistries multiArg
RegistriesCertificates keyValueArg
Insecure bool
SkipTLSVerify bool
InsecurePull bool
SkipTLSVerifyPull bool
SingleSnapshot bool
Reproducible bool
NoPush bool
Cache bool
Cleanup bool
IgnoreVarRun bool
SkipUnusedStages bool
}
KanikoOptions are options that are set by command line arguments
type KanikoStage ¶
type KanikoStage struct {
instructions.Stage
BaseImageIndex int
Final bool
BaseImageStoredLocally bool
SaveStage bool
MetaArgs []instructions.ArgCommand
Index int
}
KanikoStage wraps a stage of the Dockerfile and provides extra information
type WarmerOptions ¶ added in v0.5.0
type WarmerOptions struct {
CacheOptions
Images multiArg
Force bool
}
WarmerOptions are options that are set by command line arguments to the cache warmer.
Click to show internal directories.
Click to hide internal directories.