diff --git a/platform.md b/platform.md index 2f3d312..dbb68d3 100644 --- a/platform.md +++ b/platform.md @@ -479,7 +479,8 @@ Usage: [-layers ] \ [-log-level ] \ [-skip-layers ] \ - [-uid ] + [-uid ] \ + [-run ] ``` ##### Inputs @@ -499,11 +500,13 @@ Usage: | `` | `CNB_LOG_LEVEL` | `info` | Log Level | | `` | `CNB_SKIP_LAYERS` | `false` | Do not perform [layer restoration](#layer-restoration) | | `` | `CNB_USER_ID` | | UID of the build image `User` | - +| ``** | `CNB_RUN_PATH` | `/cnb/run.toml` | Path to run file (see [`run.toml`](#runtoml-toml)) | > ^ Only needed when using image extensions > \* Only needed when using image extensions to extend the build image +> \** Only needed when using image extensions to extend the run image + ##### Outputs | Output | Description | @@ -533,7 +536,7 @@ Usage: - MUST record the digest reference to the provided `` in `` - MUST copy the OCI manifest and config file for `` to `/cache` - The lifecycle: - - MUST resolve `run-image.reference` to a digest reference in `` if not present + - MUST [resolve mirrors](#run-image-resolution) for the `run-image.reference` in `` and resolve it to a digest reference - MUST populate `run-image.target` data in `` if not present - **If** `` has `run-image.extend = true`, the lifecycle: - MUST download from the registry and save in OCI layout format the `run-image` in `` to `/cache`