@@ -345,7 +345,7 @@ It is bound to the `package-build` stage, and uses the following variables:
| :lock: `DOCKER_REGISTRY_MIRROR_PASSWORD` | Docker registry password for the mirror registry | _(none)_ |
| `container-registries-config-file` / `CONTAINER_REGISTRIES_CONFIG_FILE` | The [`registries.conf`](https://www.redhat.com/sysadmin/manage-container-registries) configuration to be used<br>:warning: Used by the `buildah` build only | _(none)_ |
| `metadata` / `DOCKER_METADATA` | Additional `docker build`/`kaniko` arguments to set label | OCI Image Format Specification |
| `kaniko-snapshot-image-cache` / `KANIKO_SNAPSHOT_IMAGE_CACHE` | Snapshot image repository that will be used to store cached layers (leave empty to use default: snapshotimage repository + `/cache`)<br>:warning: Used by the `kaniko` build only | _none_ (default cache path) |
| `build-cache-location` / `DOCKER_BUILD_CACHE_LOCATION` | Location to store cached layers when using build-cache (leave empty to use default: snapshot-image + `/cache`)<br>:warning: Used by the `kaniko`and `buildah`build only | snapshot-image + `/cache` |
| `build-cache-disabled` / `DOCKER_BUILD_CACHE_DISABLED` | Set to `true` to disable the build cache.<br/>Cache can typically be disabled when there is a network latency between the container registry and the runner. | _none_ (i.e cache enabled) |
| `push-args` / `DOCKER_PUSH_ARGS` | Additional `push` arguments for [docker](https://docs.docker.com/reference/cli/docker/image/push/) or [buildah](https://github.com/containers/buildah/blob/main/docs/buildah-push.1.md)(executed right after `build`).<br>Ex: `--compression-format zstd --compression-level 20` | _(none)_ |
"description":"The [registries.conf](https://www.redhat.com/sysadmin/manage-container-registries) configuration to be used\n\n_Used by the `buildah` build only_",
"advanced":true
},
{
"name":"KANIKO_SNAPSHOT_IMAGE_CACHE",
"description":"Snapshot image repository that will be used to store cached layers (leave empty to use default: snapshot image repository + `/cache`)\n\n_Used by the `kaniko` build only_",
"advanced":true
},
{
"name":"DOCKER_BUILD_CACHE_DISABLED",
"description":"Set to `true` to disable the build cache.",
"type":"boolean",
"advanced":true
},
{
"name":"DOCKER_BUILD_CACHE_LOCATION",
"description":"Location to store cached layers when using build-cache (leave empty to use default: snapshot-image + `/cache`)\n\n_Used by the `kaniko` and `buildah` build only_",
"advanced":true
},
{
"name":"DOCKER_PUSH_ARGS",
"description":"Additional docker/buildah `push` arguments (executed right after `build`).\n\nEx: `--compression-format zstd --compression-level 20`",