-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Milestone
Description
RFC 0101 - System Buildpacks in Builder Images
Adds system.toml to platform API.
/cnb/lifecycle/detector \
[-system <system>]\
Where:
- the lifecycle SHALL merge the
pregroup with each group from<system>such that theprebuildpacks are placed at the beginning of each order group before running detection. - SHALL merge the
postgroup with each group from<system>such that thepostbuildpacks 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 = trueedmorleyCopilot
Metadata
Metadata
Assignees
Labels
No labels