You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The builder should copy the bom files to create the following file tree:
/layers
/config
/sbom
/launch
/buildpack.id
bom.cdx.json
/cache-true-launch-true
bom.cdx.json
/build <- everything that is not "launch=true" should go here
/buildpack.id
bom.cdx.json
/cache-true-launch-false
bom.cdx.json
/cache <- this is a suggested addition from https://github.com/buildpacks/lifecycle/pull/741; everything that is "cache=true" should go here
/buildpack.id
/cache-true-launch-true
bom.cdx.json
/cache-true-launch-false
bom.cdx.json
Note that cdx could be replaced with spdx.
The text was updated successfully, but these errors were encountered:
This issue have been automatically created from pull request buildpacks/rfcs#166.
A/C
Given for example the following file tree (at the end of buildpacks' /bin/build execution):
The builder should copy the bom files to create the following file tree:
Note that
cdx
could be replaced withspdx
.The text was updated successfully, but these errors were encountered: