Skip to content

Commit 8a2a95e

Browse files
author
Natalie Arellano
committed
Remove FIXMEs now that released pack supports image extensions
Signed-off-by: Natalie Arellano <[email protected]>
1 parent 6a5907f commit 8a2a95e

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

content/docs/extension-author-guide/create-extension/setup-local-environment.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,9 @@ Server: Docker Engine - Community
3838

3939
`workspace=<your preferred workspace directory>`
4040

41-
### Clone the pack repo and build it (FIXME: remove when pack with extensions-phase-2 support is released)
41+
### Ensure pack version supports image extensions
4242

43-
`cd $workspace`
44-
45-
`git clone [email protected]:buildpacks/pack.git`
46-
47-
`cd pack`
48-
49-
`git checkout extensions-phase-2-rc2`
50-
51-
`make clean build`
43+
`pack version` - should be at least `0.28.0`
5244

5345
### Clone the samples repo
5446

@@ -58,8 +50,6 @@ Server: Docker Engine - Community
5850

5951
`cd samples`
6052

61-
`git checkout extensions-phase-2` (FIXME: remove when `extensions-phase-2` merged)
62-
6353
<!--+ if false +-->
6454
---
6555

content/docs/features/dockerfiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ For more information, consult the [migration guide](/docs/reference/spec/migrati
118118

119119
Supported (phases 1 and 2):
120120

121-
* [pack cli](https://github.com/buildpacks/pack) (version FIXME and above)
121+
* [pack cli](https://github.com/buildpacks/pack) (version `0.28.0` and above)
122122

123123
Needs support:
124124

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Platform 0.10 introduces image extensions as experimental components for customi
6868

6969
Note: image extensions are not supported for Windows container images.
7070

71-
* To create a builder with extensions, ensure the `pack` version in use is at least FIXME and enable experimental features: `pack config experimental`.
71+
* To create a builder with extensions, ensure the `pack` version in use is at least `0.28.0` and enable experimental features: `pack config experimental`.
7272
* 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
7373
* Invoke `analyzer` as usual
7474
* 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`

0 commit comments

Comments
 (0)