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 BOM buildpack can take upwards of 50% of the build time for a NodeJS monorepo with Yarn. However, we are not using the bill of materials at all so it would significantly improve the build time if we could disable it.
What were you attempting to do?
Disable the BOM buildpack with an environment variable
Build Configuration
What platform (pack, kpack, tekton buildpacks plugin, etc.) are you
using? Please include a version.
Pack version 0.23.0+git-0db2c77.build-3056
What buildpacks are you using? Please include versions.
@coffee-cup I believe this has been implemented according to the specification outlined in RFC0044. Let us know if setting BP_DISABLE_SBOM is not meeting your expectations.
What happened?
The BOM buildpack can take upwards of 50% of the build time for a NodeJS monorepo with Yarn. However, we are not using the bill of materials at all so it would significantly improve the build time if we could disable it.
Disable the BOM buildpack with an environment variable
Build Configuration
pack
,kpack
,tekton
buildpacks plugin, etc.) are youusing? Please include a version.
Pack version
0.23.0+git-0db2c77.build-3056
pack inspect-builder <builder>
?paketobuildpacks/builder:full
buildpack.yml
,nginx.conf
, etc.)?N/A
The text was updated successfully, but these errors were encountered: