Skip to content

Commit 4f82d4f

Browse files
author
Natalie Arellano
committed
Update to released lifecycle
Signed-off-by: Natalie Arellano <[email protected]>
1 parent da1771e commit 4f82d4f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 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.2 (FIXME: update to 0.15.0 when released)
25+
page: https://github.com/buildpacks/lifecycle/releases/tag/v0.15.1
2626

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

@@ -49,8 +49,7 @@ $workspace/pack/out/pack builder create $registry_namespace/extensions-builder \
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.2` (FIXME: update to
53-
0.15.0 when released)
52+
the `creator` is not currently supported): `LIFECYCLE_IMAGE=buildpacksio/lifecycle:0.15.1`
5453

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

0 commit comments

Comments
 (0)