Skip to content

Commit 0ff738f

Browse files
author
Natalie Arellano
committed
Split extension guide into developer & operator how-to
Signed-off-by: Natalie Arellano <[email protected]>
1 parent 2115e24 commit 0ff738f

File tree

5 files changed

+16
-63
lines changed

5 files changed

+16
-63
lines changed

content/docs/extension-guide/_index.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

content/docs/extension-guide/consume-extension/_index.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

content/docs/extension-guide/consume-extension/from-cli.md

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
+++
2+
title="Specify an image extension at build time"
3+
weight=101
4+
+++
5+
6+
<!--more-->
7+
8+
No builder can be truly omniscient, and whoever did yours surely was no exception!
9+
10+
You need to add a little extra spice to the mix with this late-breaking extension, by doing something like:
11+
12+
`pack build [...] --extension=foo [...]`
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
+++
2-
title="Specifying an Image Extension in the Builder"
3-
weight=405
2+
title="Specify an image extension in a builder"
3+
weight=101
44
+++
55

6-
<!-- test:suite=dockerfiles;weight=5 -->
7-
8-
### Specifying an Image Extension in the Builder
6+
<!--more-->
97

108
You're pretty sharp, and you know what your buildpack users will need.
9+
1110
That's why you're going to add something similar to the following lines directly to `builder.toml`:
1211

1312
```
@@ -21,5 +20,3 @@ id = "foo"
2120
version = "0.0.1"
2221
uri = "/local/path/to/extension/foo" # can be relative or absolute
2322
```
24-
25-

0 commit comments

Comments
 (0)