GitLab CI Kotlin DSL • opensavvy.gitlab.ci.plugins • Kaniko • Companion
Companion¶
object Companion
Properties¶
kaniko
¶
val CommandDsl.kaniko: Kaniko
Functions¶
kanikoBuild
¶
Creates a job that builds the image imageName
with version imageVersion
. If the imageName
contains a registry name, pushes the image to the registry.
kanikoRename
¶
Creates a job that renames the image imageName
to newImageName
and changes its version from oldVersion
to newVersion
.