Skip to content

Commit f9fa4ba

Browse files
jjbustamanteNatalie Arellano
andauthored
Apply suggestions from code review
Co-authored-by: Natalie Arellano <[email protected]> Signed-off-by: Juan Bustamante <[email protected]>
1 parent aff636c commit f9fa4ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/reference/spec/migration/platform-api-0.11-0.12.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ The lifecycle phases affected by this new behavior are:
7373
- [Export](https://buildpacks.io/docs/concepts/components/lifecycle/export/)
7474
- [Create](https://buildpacks.io/docs/concepts/components/lifecycle/create/)
7575

76-
**Note** [Rebase](https://buildpacks.io/docs/concepts/components/lifecycle/rebase/) an image exported to OCI layout format is not supported.
76+
**Note** [Rebasing](https://buildpacks.io/docs/concepts/components/lifecycle/rebase/) an image exported to OCI layout format is not supported.
7777

7878
#### Before executing the lifecycle
7979

80-
Input images required by any phase, like the `run-image` or `previous-image`, must be saved on disk in OCI layout format in the local storage previously defined following the
80+
Input images required by any phase, like the `run-image` or `previous-image`, must be saved on disk in OCI layout format in the layout directory following the
8181
[rules](https://github.com/buildpacks/spec/blob/platform/v0.12/platform.md#map-an-image-reference-to-a-path-in-the-layout-directory) to convert the reference to a path.
8282

8383
#### During lifecycle execution

0 commit comments

Comments
 (0)