Skip to content

Commit

Permalink
docs: add documentation for the --destination flag
Browse files Browse the repository at this point in the history
The flag is mostly self-explanatory, but its usage for multiple push
was not documented anywhere.

Related to #217, #733

Co-authored-by Nils, submitted to the public domain.
Nils Van Zuijlen <nils.van-zuijlen@mailo.com>
See: #3042
  • Loading branch information
dchaley committed Aug 2, 2024
1 parent 45a6d2d commit a35bfab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ _If you are interested in contributing to kaniko, see
- [Flag `--compressed-caching`](#flag---compressed-caching)
- [Flag `--context-sub-path`](#flag---context-sub-path)
- [Flag `--custom-platform`](#flag---custom-platform)
- [Flag `--destination`](#flag---destination)
- [Flag `--digest-file`](#flag---digest-file)
- [Flag `--dockerfile`](#flag---dockerfile)
- [Flag `--force`](#flag---force)
Expand Down Expand Up @@ -877,6 +878,16 @@ _This is not virtualization and cannot help to build an architecture not
natively supported by the build host. This is used to build i386 on an amd64
Host for example, or arm32 on an arm64 host._

#### Flag `--destination`

Path where to push the built image. You can set it multiple
times for multiple registries, image names or tags.

Example value: `gcr.io/my-repo/my-image:my-tag`

When setting the destination to multiple image names, set the
[`--cache-repo` flag](#flag---cache-repo) explicitly.

#### Flag `--digest-file`

Set this flag to specify a file in the container. This file will receive the
Expand Down

0 comments on commit a35bfab

Please sign in to comment.