Platform API 0.11
natalieparellano
released this
09 Feb 22:23
·
171 commits
to main
since this release
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 thelifecycle
are saved to<layers>/sbom/build
; theexporter
accepts a-launcher-sbom
flag to allow platforms to provide SBOM files for a customlauncher
(#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)