Skip to content

Buildpack API 0.9

Compare
Choose a tag to compare
@natalieparellano natalieparellano released this 31 Oct 18:46
· 190 commits to main since this release
1f6a3ad

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

Breaking Changes

  • Buildpacks may no longer implicitly rely on a shell (buildpack-provided processes are always direct = true) (#305, RFC 0093)

Additions

  • The concept of an image extension for base image modification is introduced as an experimental component (#307 and #321, RFC 0105)

Nonfunctional Changes

  • Details of the launcher are moved to the platform spec (#305)
  • A terminology section is added (#300)
  • SVGs are cached and set to white background (so they are visible when using GitHub dark mode) (#315)