From d6626ba8bc2f119f7d9a69dab55d2ce3629222df Mon Sep 17 00:00:00 2001 From: Alaric Whitney Date: Thu, 21 Dec 2023 09:46:08 -0600 Subject: [PATCH] feat: add tar_path documentation (#184) --- DOCS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DOCS.md b/DOCS.md index 405daa1..00128f9 100644 --- a/DOCS.md +++ b/DOCS.md @@ -268,6 +268,7 @@ The following parameters are used to configure the image: | `snapshot_mode` | control how to snapshot the filesystem. - options: `full`, `redo`, or `time` | `false` | `N/A` | `PARAMETER_SNAPSHOT_MODE`
`KANIKO_SNAPSHOT_MODE` | | `tag` | tag generated for build | `false` | **set by Vela** | `PARAMETER_TAG`
`KANIKO_TAG`
`VELA_BUILD_TAG` | | `tags` | unique tags of the image | `true` | `latest` | `PARAMETER_TAGS`
`KANIKO_TAGS` | +| `tar_path` | save the image as a tarball at path | `false` | `N/A` | `PARAMETER_TAR_PATH`
`KANIKO_TAR_PATH` | | `target` | set the target build stage for the image | `false` | `N/A` | `PARAMETER_TARGET`
`KANIKO_TARGET` | | `username` | user name for communication with the registry | `true` | `N/A` | `PARAMETER_USERNAME`
`KANIKO_USERNAME`
`DOCKER_USERNAME` | | `custom_platform` | set the custom platform for the image | `false` | `N/A` | `PARAMETER_CUSTOM_PLATFORM`
`KANIKO_CUSTOM_PLATFORM` |