#tags #image #multiple #single #build #attaching #kaniko

app kwd

Attaching multiple tags to a single kaniko image build

1 stable release

1.0.0 Mar 4, 2025

#288 in Filesystem

Download history 54/week @ 2025-02-26 79/week @ 2025-03-05

133 downloads per month

MIT license

9KB
149 lines

kwd Crates.io hub.docker.com MIT licensed

Description

Attaching multiple tags to a single kaniko image build.

Configuration

kwd is basically a binary wrapper for kaniko.

When running kwd, it reads the environment variables specified below and passes the corresponding arguments to kaniko. If execution arguments are given to kwd, these are passed transparently to the kaniko process.

Environment variables Required Default Value Description
KANIKO_BIN no /kaniko/executor Specifies the path to kaniko binary. By default, the path used by gcr.io/kaniko-project/executor is used.
KANIKO_IMAGE_REPOSITORY yes Indicates the repository prefix to be used for Docker image push. e.g. gcr.io/google-containers
KANIKO_IMAGE_NAME yes Indicates the repository name to be used for Docker image push. e.g. pause
KANIKO_IMAGE_TAGS yes Specifies a comma-separated list of container image tags. e.g. latest,v1.0.0,v1.0.0-1

Dependencies

~365KB