Skip to content

RFC 138: Add builder to project descriptor #1114

@dfreilich

Description

@dfreilich

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:

  1. --builder flag (highest precedence)
  2. project.tomluild.builder
  3. configured builder (set via pack config default-builder)

project.toml spec

[project]
id = "<string>"

[build]
builder = "<string>" # optional

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueA good first issue to get started with.size/smSmall level of effortstatus/readyIssue ready to be worked on.type/enhancementIssue that requests a new feature or improvement.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions