Skip to content

Platform API 0.11

Compare
Choose a tag to compare
@natalieparellano natalieparellano released this 09 Feb 22:23
· 171 commits to main since this release
5e97847

This release of the Cloud Native Buildpacks Specification defines Platform API 0.11.

Additions

  • SBOM files for the launcher are included in the exported image within <layers>/sbom/launch; SBOM files for the lifecycle are saved to <layers>/sbom/build; the exporter accepts a -launcher-sbom flag to allow platforms to provide SBOM files for a custom launcher (#332, RFC 0112)
  • Platform operators can specify build time environment variables using the /cnb/build-config/env directory (#345, RFC 0109)
  • The rebaser accepts a -previous-image flag to allow rebasing by digest reference (#346, RFC 0115)

Nonfunctional Changes

  • Adds Buildpack API version to the io.buildpacks.build.metadata label to accurately reflect existing lifecycle behavior (#328)
  • Clarifies that <kaniko-dir> is an input to the extender (#329)