Skip to content

Buildpack API 0.6

Compare
Choose a tag to compare
@ekcasey ekcasey released this 29 Mar 21:14
· 505 commits to main since this release
3b62d55

This release of the Cloud Native Buildpacks Specification defines Buildpack API 0.6.

Additions

Breaking Changes

  • Buildpacks must explicitly opt-in to layer re-use by appending to <layers>/<layer>.toml (#132, #209, RFC 0052).
  • Adds types table to <layers>/<layer>.toml (#185, #209, RFC 0074).

Nonfunctional Changes

  • Explicitly bans the use of special layer names by buildpacks (#202)
  • Clarifies the role of the launcher in setting environment variables at runtime (#207)
  • Fixes links to exec.d interface (#168)