Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Natalie Arellano <narellano@vmware.com>
  • Loading branch information
natalieparellano authored Aug 2, 2023
1 parent 6738424 commit 3324444
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ The image reference will be mapped to a path in the layout directory following t
os = "<OS name>"
arch = "<architecture>"
variant = "<architecture variant>"
[target.distribution]
[target.distro]
name = "<OS distribution name>"
version = "<OS distribution version>"

Expand All @@ -1268,8 +1268,8 @@ Where:
- If target distribution data is missing, it will be inferred from `/etc/os-release` for Linux images; furthermore, if the image contains the label `io.buildpacks.stack.id` with value `io.buildpacks.stacks.bionic`, the lifecycle SHALL assume the following values:
- `run-image.target.os = "linux"`
- `run-image.target.arch = "arm64"`
- `run-image.target.distribution.name = "ubuntu"`
- `run-image.target.distribution.version = "18.04"`
- `run-image.target.distro.name = "ubuntu"`
- `run-image.target.distro.version = "18.04"`

#### `group.toml` (TOML)

Expand Down

0 comments on commit 3324444

Please sign in to comment.