diff --git a/DOCS.md b/DOCS.md index 1dfe9de..45eb745 100644 --- a/DOCS.md +++ b/DOCS.md @@ -249,15 +249,18 @@ The following parameters are used to configure the image: | `cache_repo` | specific repo to enable caching for | `false` | `N/A` | `PARAMETER_CACHE_REPO`
`KANIKO_CACHE_REPO` | | `compression` | compression to use (`gzip` or `zstd` - kaniko uses `gzip` if not defined) | `false` | `N/A` | `PARAMETER_COMPRESSION`
`KANIKO_COMPRESSION` | | `compression_level` | compression level to use (1 - 9, inclusive) | `false` | `N/A` | `PARAMETER_COMPRESSION_LEVEL`
`KANIKO_COMPRESSION_LEVEL` | +| `compressed_caching` | set this to false in order to prevent tar compression for cached layers | `false` | `true` | `PARAMETER_COMPRESSED_CACHING`
`KANIKO_COMPRESSED_CACHING` | | `context` | path to context for building the image | `true` | `.` | `PARAMETER_CONTEXT`
`KANIKO_CONTEXT` | | `dockerfile` | path to the file for building the image | `true` | `Dockerfile` | `PARAMETER_DOCKERFILE`
`KANIKO_DOCKERFILE` | | `dry_run` | enable building the image without publishing | `false` | `false` | `PARAMETER_DRY_RUN`
`KANIKO_DRY_RUN` | | `event` | event generated for build | `true` | **set by Vela** | `PARAMETER_EVENT`
`KANIKO_EVENT`
`VELA_BUILD_EVENT` | | `force_build_metadata` | enable force adding metadata layers to build image | `false` | `false` | `PARAMETER_FORCE_BUILD_METADATA`
`KANIKO_FORCE_BUILD_METADATA` | | `repo_topics_filter` | regex expression to filter out repository topics | `false` | `empty slice` | `PARAMETER_REPO_TOPICS_FILTER`
`KANIKO_REPO_TOPICS_FILTER` | +| `ignore_path` | ignore path when taking an image snapshot | `false` | `empty slice` | `PARAMETER_IGNORE_PATH`
`KANIKO_IGNORE_PATH` | | `ignore_var_run` | sets `--ignore-var-run` kaniko flag to control whether /var/run is included in image snapshot | `false` | `true` | `PARAMETER_IGNORE_VAR_RUN`
`KANIKO_IGNORE_VAR_RUN`
`VELA_IGNORE_VAR_RUN` | | `labels` | unique labels to add to the image | `false` | `N/A` | `PARAMETER_LABELS`
`KANIKO_LABELS` | | `log_level` | set the log level for the plugin | `true` | `info` | `PARAMETER_LOG_LEVEL`
`KANIKO_LOG_LEVEL` | +| `log_timestamps` | add timestamps to log lines | `false` | `false` | `PARAMETER_LOG_TIMESTAMPS`
`KANIKO_LOG_TIMESTAMPS` | | `mirror` | name of the mirror registry to use | `false` | `N/A` | `PARAMETER_MIRROR`
`KANIKO_MIRROR` | | `password` | password for communication with the registry | `true` | `N/A` | `PARAMETER_PASSWORD`
`KANIKO_PASSWORD`
`DOCKER_PASSWORD` | | `push_retry` | number of retries for pushing an image to a remote destination | `false` | `0` | `PARAMETER_PUSH_RETRY`
`KANIKO_PUSH_RETRY` |