Skip to content

Commit c665ad1

Browse files
author
Natalie Arellano
committed
Update to rc.2
Signed-off-by: Natalie Arellano <[email protected]>
1 parent 10480f2 commit c665ad1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Server: Docker Engine - Community
4646

4747
`cd pack`
4848

49-
`git checkout extensions-phase-2`
49+
`git checkout extensions-phase-2-rc2`
5050

5151
`make clean build`
5252

content/docs/extension-author-guide/create-extension/why-dockerfiles.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ phase, and defines a launch process called `curl` that runs `curl --version` at
2222
1. Ensure experimental features are enabled: `$workspace/pack/out/pack config experimental true`
2323

2424
2. Download the latest lifecycle tarball from the GitHub release
25-
page: https://github.com/buildpacks/lifecycle/releases/tag/v0.15.0-rc.1 (FIXME: update to 0.15.0 when released)
25+
page: https://github.com/buildpacks/lifecycle/releases/tag/v0.15.0-rc.2 (FIXME: update to 0.15.0 when released)
2626

2727
3. Edit `$workspace/samples/builders/alpine/builder.toml` to add the following at the end of the file:
2828

@@ -44,12 +44,12 @@ $workspace/pack/out/pack builder create $registry_namespace/extensions-builder \
4444
--publish
4545
```
4646

47-
### See a build in action (build failure case)
47+
### Build the application image
4848

4949
1. Ensure experimental features are enabled: `$workspace/pack/out/pack config experimental true`
5050

5151
2. Set the lifecycle image for `pack` to use in the untrusted builder workflow (as the trusted workflow that uses
52-
the `creator` is not currently supported): `LIFECYCLE_IMAGE=buildpacksio/lifecycle:0.15.0-rc.1` (FIXME: update to
52+
the `creator` is not currently supported): `LIFECYCLE_IMAGE=buildpacksio/lifecycle:0.15.0-rc.2` (FIXME: update to
5353
0.15.0 when released)
5454

5555
3. Build the application image (note that the "source" directory is effectively ignored in our example):

0 commit comments

Comments
 (0)