vshulkin/Kaniko builder

Build and push docker images using Kaniko

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to the build contextno.
registryDocker registry where the image will be pushedno
usernameUsername used for authentication to the Docker registryno
passwordPassword used for authentication to the Docker registryno
imageImage nameyes
tagImage tagno
cacheEnables build cacheno
cache_ttlHow long the cache should be considered validno
cache_registryDocker registry meant to be used as cacheno
cache_directoryFilesystem path meant to be used as cacheno
build_fileDockerfile filenameno
strip_tag_prefixPrefix to be stripped from the tagno
platformsTarget platforms to build (separated by comma); Example: linux/amd64,linux/arm64no
extra_argsAdditional arguments to be passed to the kaniko executorno
tag_with_latestTags the built image with additional latest tagno
targetSets the target stage to buildno
debugEnables trace for entrypoint.shno
namedescription
imageFull reference to the built image with registry and tag
digestChecksum of the build image; Example: sha256:65335ed73cf17abdbcbe90354b75da0f22173486e6b92ab2f0f3d9ff9d928898
image-tag-digestReference to the build image with registry and checksum; Example: index.docker.io/vshulkin/test-actions-helloworld@sha256:65335ed73cf17abdbcbe90354b75da0f22173486e6b92ab2f0f3d9ff9d928898