cloud-army/kaniko - Build Images In Kubernetes

GitHub Action for build/push Docker Images with Kaniko.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
contextPath to the build context. Default to the workspaceno
filePath to the Dockerfile. Default to Dockerfile. It must be in the context. If set, this action passes the relative path to Kaniko, same as the behavior of docker build --dockerfileno
pushPush an image to the registry. Default to truenotrue
tagsList of tags.yes
labelsList of metadata labels for an image.no
tar_fileTarball name to save the image, the file is saved into Workspace by default.no
build_argsSpace separated list of extra build-args (build-time variables)no
debug_modeSet debug mode true to display the command line and parameters that has been used to build the image. Warning!! some sensitive data used to build the image may will be exposed.nofalse
cacheSet this flag as true to opt into caching with kaniko.nofalse
cache_ttlCache timeout in hours. Defaults to 12h.no12h
snapshot_modeSet this flag to set how kaniko will snapshot the filesystem (full, redo, time). Default to full.nofull
use_new_runUse the experimental run implementation for detecting changes without requiring file system snapshots. In some cases, this may improve build performance by 75%.nofalse

no outputs