Skip to content

[RFC #0101] Add System Buildpack to Platform API #296

@ekcasey

Description

@ekcasey

RFC 0101 - System Buildpacks in Builder Images

Adds system.toml to platform API.

/cnb/lifecycle/detector \
  [-system <system>]\

Where:

  • the lifecycle SHALL merge the pre group with each group from <system> such that the pre buildpacks are placed at the beginning of each order group before running detection.
  • SHALL merge the post group with each group from <system> such that the post buildpacks are placed at the end of each order group before running detection.

system.toml (TOML)

[[system.pre.buildpacks]]
  id = "<buildpack ID>"
  version = "<buildpack version>"
  optional = true

[[system.post.buildpacks]]
  id = "<buildpack ID>"
  version = "<buildpack version>"
  optional = true

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions