Skip to content

Commit b3396d8

Browse files
authored
Use uri over deprecated image
The use of `image` in `builder.toml` is deprecated. Use `uri` as the documented replacement. Signed-off-by: Aidan Delaney <[email protected]>
1 parent 0a77deb commit b3396d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/operator-guide/create-a-builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ uri = "samples/buildpacks/hello-processes"
3030
[[buildpacks]]
3131
# Packaged buildpacks to include in builder;
3232
# the "hello-universe" package contains the "hello-world" and "hello-moon" buildpacks
33-
image = "cnbs/sample-package:hello-universe"
33+
uri = "cnbs/sample-package:hello-universe"
3434

3535
# Order used for detection
3636
[[order]]

0 commit comments

Comments
 (0)