Skip to content

Commit 5f3e7e9

Browse files
author
Natalie Arellano
committed
Minor edits
Signed-off-by: Natalie Arellano <[email protected]>
1 parent 58fff0b commit 5f3e7e9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

content/docs/reference/spec/migration/buildpack-api-0.8-0.9.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ For older platforms (platform API version 0.9 and below), arguments in `args` wi
2626

2727
### Image extensions are supported (experimental)
2828

29-
TODO
29+
Platform 0.10 introduces image extensions as experimental components for customizing build and run-time base images (see [here][TODO] for more information).
30+
31+
For more information, see [authoring an image extension][TODO].

content/docs/reference/spec/migration/platform-api-0.9-0.10.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Platform 0.10 introduces image extensions as experimental components for customi
6969
Note: image extensions are not supported for Windows container images.
7070

7171
* To create a builder with extensions, ensure the `pack` version in use is at least TODO and enable experimental features: `pack config experimental`.
72+
* Enable experimental features in the lifecycle by setting `CNB_EXPERIMENTAL_MODE=warn` or `CNB_EXPERIMENTAL_MODE=silent` in the lifecycle execution environment for ALL lifecycle phases
7273
* Invoke `analyzer` as usual
7374
* Invoke `detector` with a new optional argument: `-generated`, to specify the directory where Dockerfiles generated by image extensions will be output (defaults to `<layers>/generated`) and include image extensions in `order.toml`
7475
* Dockerfiles for customizing the build image can be found in `<generated>/build/<image extension ID>/Dockerfile`

0 commit comments

Comments
 (0)