Skip to content

Commit 698734e

Browse files
author
Natalie Arellano
committed
Wording
Signed-off-by: Natalie Arellano <[email protected]>
1 parent 87e90a0 commit 698734e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/docs/features/dockerfiles.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ uri = <path to lifecycle tarball>
166166

167167
* Ensure experimental features are enabled: `$workspace/pack/out/pack config experimental true`
168168
* Set the lifecycle image for `pack` to use in the untrusted builder workflow (as the trusted workflow that uses
169-
the `creator` is not currently supported): `LIFECYCLE_IMAGE=buildpacksio/lifecycle:0.15.0-rc.1` (TODO: update to 0.15.0 when released)
169+
the `creator` is not currently supported): `LIFECYCLE_IMAGE=buildpacksio/lifecycle:0.15.0-rc.1` (TODO: update to
170+
0.15.0 when released)
170171
* Build the application image (note that the "source" directory is effectively ignored in our
171172
example): `$workspace/pack/out/pack build hello-extensions --builder $registry_namespace/extensions-builder --lifecycle-image $LIFECYCLE_IMAGE --verbose --pull-policy always`
172173
- you should see:
@@ -289,8 +290,8 @@ Successfully built image hello-extensions
289290

290291
* See the image run successfully: `docker run hello-extensions` - you should see something akin
291292
to `curl 7.85.0-DEV (x86_64-pc-linux-musl)`
292-
* What happened: now that `hello-extensions` requires both `tree` and `curl` in its build plan, both extensions run and
293-
provide the needed dependencies for build and launch, respectively.
293+
* What happened: now that `hello-extensions` requires both `tree` and `curl` in its build plan, both extensions are
294+
included in the build and provide the needed dependencies for build and launch, respectively
294295
* The `tree` extension installs `tree` at build time, as before
295296
* The `curl` extension switches the run image to `run-image-curl`, which has `curl` installed. Now our `curl` process
296297
can succeed!

0 commit comments

Comments
 (0)