From f58b4bef6f9c7cfd531953374b39131aaaec653f Mon Sep 17 00:00:00 2001 From: Mars Hall Date: Thu, 22 Aug 2024 16:04:52 -0700 Subject: [PATCH] Define io.buildpacks.builder in Config Reference Signed-off-by: Mars Hall --- content/docs/reference/config/project-descriptor.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/docs/reference/config/project-descriptor.md b/content/docs/reference/config/project-descriptor.md index e389edff0..d87cef389 100644 --- a/content/docs/reference/config/project-descriptor.md +++ b/content/docs/reference/config/project-descriptor.md @@ -63,6 +63,9 @@ The schema is as follows: - **`value`** _(string, optional, default: latest)_\ The assigned version of the environment variable + - **`builder`** _(string, optional)_\ + The builder image to use for the build. + - **`include`** _(string list, optional)_\ A list of files to include in the build, while excluding everything else.