Implement buildpacks/rfcs#138
Summary
Add a builder key to the project.toml file, under build
Since a builder can be selected multiple ways, the following defines the order of precedence when selecting a builder:
--builder flag (highest precedence)
project.toml → uild.builder
- configured builder (set via pack config default-builder)
project.toml spec
[project]
id = "<string>"
[build]
builder = "<string>" # optional
Implement buildpacks/rfcs#138
Summary
Add a
builderkey to theproject.tomlfile, underbuildSince a builder can be selected multiple ways, the following defines the order of precedence when selecting a builder:
--builderflag (highest precedence)project.toml→uild.builderproject.toml spec