Skip to content

Commit aff636c

Browse files
committed
fixing some feedback from review
Signed-off-by: Juan Bustamante <[email protected]>
1 parent 05c2a2d commit aff636c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +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.
77+
7678
#### Before executing the lifecycle
7779

78-
Input images required by any phase, like the `run-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 local storage previously defined following the
7981
[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.
8082

8183
#### During lifecycle execution

0 commit comments

Comments
 (0)