Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultLogLevel is the default global verbosity DefaultLogLevel = logrus.WarnLevel // The dockerfile path is given relative to the context directory DefaultDockerfilePath = "Dockerfile" DefaultDevTagStrategy = TagStrategySha256 DefaultRunTagStrategy = TagStrategyGitCommit // TagStrategySha256 uses the checksum of the built artifact as the tag TagStrategySha256 = "sha256" TagStrategyGitCommit = "gitCommit" DefaultMinikubeContext = "minikube" DefaultDockerForDesktopContext = "docker-for-desktop" GCSBucketSuffix = "_cloudbuild" DefaultKustomizationPath = "." // DefaultKanikoImage is v0.1.0 DefaultKanikoImage = "gcr.io/kaniko-project/executor:v0.1.0@sha256:501056bf52f3a96f151ccbeb028715330d5d5aa6647e7572ce6c6c55f91ab374" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.