Skip to content

Commit 995de93

Browse files
authored
Merge pull request cds-hooks#505 from buildpacks/AidanDelaney-patch-1
Use `uri` over deprecated `image`
2 parents 686b32d + 40b8659 commit 995de93

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 = "docker://cnbs/sample-package:hello-universe"
3434

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

0 commit comments

Comments
 (0)