Skip to content

Commit 2c1a5dc

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

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

content/docs/features/dockerfiles.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,12 @@ The final ordering of lifecycle phases will look something like the following:
8989
* `build`
9090
* `export`
9191

92-
The [pack cli](https://github.com/buildpacks/pack)
93-
and [Tekton task](https://github.com/tektoncd/catalog/tree/main/task/buildpacks-phases/0.2) have or will eventually have
94-
support for builds using image extensions. However, [kpack](https://github.com/pivotal/kpack) - while able to use image
95-
extensions in builds - will need additional updating to propagate changes such as a switched run image back to the
96-
appropriate resource to avoid breaking rebase.
92+
Supported platforms:
93+
* [pack cli](https://github.com/buildpacks/pack) (version TODO and above)
94+
95+
Needs support:
96+
* [Tekton task](https://github.com/tektoncd/catalog/tree/main/task/buildpacks-phases/0.2) ([GitHub issue](TODO))
97+
* [kpack](https://github.com/pivotal/kpack) ([GitHub issue](TODO))
9798

9899
## In action: a CNB build with extensions
99100

@@ -121,6 +122,7 @@ the builder image, and switches the run image to an image that has `curl` instal
121122

122123
### 3. Create a builder with extensions and publish it
123124

125+
* Ensure experimental features are enabled: `$workspace/pack/out/pack config experimental true`
124126
* Download the latest lifecycle tarball from the GitHub release
125127
page: https://github.com/buildpacks/lifecycle/releases/tag/v0.15.0-rc.1 (TODO: update to 0.15.0 when released)
126128
* Edit `$workspace/samples/builders/alpine/builder.toml` to add the following at the end of the file:

0 commit comments

Comments
 (0)