Skip to content

Commit

Permalink
Merge pull request #251 from mboldt/patch-1
Browse files Browse the repository at this point in the history
Minor syntax and typo cleanup.
  • Loading branch information
hone authored Sep 22, 2021
2 parents ec251e0 + 01664fc commit 6ae550e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ Usage:
| `<layers>` | `CNB_LAYERS_DIR` | `/layers` | Path to layers directory
| `<log-level>` | `CNB_LOG_LEVEL` | `info` | Log Level
| `<uid>` | `CNB_USER_ID` | | UID of the build image `User`
| `<skip-layers>`| `CNB_SKIP_LAYERS` | `false` | Do not perform [layer restoration]((#layer-restoration)
| `<skip-layers>`| `CNB_SKIP_LAYERS` | `false` | Do not perform [layer restoration](#layer-restoration)

##### Outputs
| Output | Description
Expand Down Expand Up @@ -544,7 +544,7 @@ Usage:
- At least one `<image>` must be provided
- Each `<image>` MUST be a valid tag reference
- **If** `<daemon>` is `false` and more than one `<image>` is provided they MUST refer to the same registry
- The <run-image>` will be read from [`analyzed.toml`](#analyzedtoml-toml)
- The `<run-image>` will be read from [`analyzed.toml`](#analyzedtoml-toml)

##### Outputs
| Output | Description
Expand Down Expand Up @@ -712,7 +712,7 @@ Usage:
- `run-image.top-layer` SHALL be set to the uncompressed digest of the top layer in `<run-image>`
- The value of `io.buildpacks.stack.*` labels SHALL be modified to that of the new `run-image`
- To ensure [build reproducibility](#build-reproducibility), the lifecycle:
- Set the `created` time in image config to a constant
- SHOULD set the `created` time in image config to a constant

- The lifecycle SHALL write a [report](#reporttoml-toml) to `<report>` describing the rebased app image

Expand Down Expand Up @@ -927,7 +927,7 @@ paths = ["<app sub-path glob>"]
Where:
- `id`, `version`, and `api` MUST be present for each buildpack.
- `processes` contains the complete set of processes contributed by all buildpacks
- `processes` contains the complete set of slice defined by all buildpacks
- `slices` contains the complete set of slices defined by all buildpacks
- `bom` contains the Bill of Materials

#### `order.toml` (TOML)
Expand Down

0 comments on commit 6ae550e

Please sign in to comment.