Skip to content

Platform API 0.10

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 Platform API 0.10.

Additions

  • The launcher, for newer buildpacks (Buildpack API 0.9 or greater), will override buildpack-provided default arguments with user-provided arguments; it will continue to append user-provided arguments for older buildpacks (#323, RFC 0093)
  • The concept of an image extension for base image modification and a new extend lifecycle phase are introduced as experimental components (#319 and #320, RFC 0105)
  • When the creator is passed -skip-restore it will still restore store.toml (#324)

Nonfunctional Changes

  • “OCI registry” is used instead of “Docker registry” (#310)