Buildpack API 0.9
natalieparellano
released this
31 Oct 18:46
·
190 commits
to main
since this release
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)