File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,8 @@ uri = <path to lifecycle tarball>
166
166
167
167
* Ensure experimental features are enabled: ` $workspace/pack/out/pack config experimental true `
168
168
* 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)
170
171
* Build the application image (note that the "source" directory is effectively ignored in our
171
172
example): ` $workspace/pack/out/pack build hello-extensions --builder $registry_namespace/extensions-builder --lifecycle-image $LIFECYCLE_IMAGE --verbose --pull-policy always `
172
173
- you should see:
@@ -289,8 +290,8 @@ Successfully built image hello-extensions
289
290
290
291
* See the image run successfully: ` docker run hello-extensions ` - you should see something akin
291
292
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
294
295
* The ` tree ` extension installs ` tree ` at build time, as before
295
296
* The ` curl ` extension switches the run image to ` run-image-curl ` , which has ` curl ` installed. Now our ` curl ` process
296
297
can succeed!
You can’t perform that action at this time.
0 commit comments