File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
content/docs/extension-author-guide/create-extension Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ weight=404
12
12
13
13
#### generate
14
14
15
- ` cat extensions/tree/bin/generate ` - the extension generates a ` build.Dockerfile ` that installs ` tree ` on the builder
15
+ ` cat $workspace/samples/ extensions/tree/bin/generate ` - the extension generates a ` build.Dockerfile ` that installs ` tree ` on the builder
16
16
image
17
17
18
18
### Re-create our builder with ` hello-extensions ` updated to require ` tree `
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ weight=405
12
12
13
13
#### generate
14
14
15
- ` cat extensions/curl/bin/generate ` - the extension generates a ` run.Dockerfile ` that switches the run image to
15
+ ` cat $workspace/samples/ extensions/curl/bin/generate ` - the extension generates a ` run.Dockerfile ` that switches the run image to
16
16
reference ` run-image-curl `
17
17
18
18
### Build a run image for ` curl ` extension to use
You can’t perform that action at this time.
0 commit comments