This builder uses the UBI 9 Base images (a Red Hat UBI 9 base images) and contains no buildpacks nor order groups. To use this builder, you must specify buildpacks and extensions at build time using whatever mechanisms your CNB platform of choice offers.
For example, with the pack
CLI, use --buildpack
or/and --extension
as follows:
pack build nodejs-with-buildpackless-builder \
--path ./app-dir \
--buildpack paketobuildpacks/nodejs \
--extension paketobuildpacks/ubi-nodejs-extension \
--builder paketobuildpacks/ubi-9-builder-buildpackless
To see which versions of build and run images and the lifecycle are contained within a given builder version, see the Releases on this repo. This information is also available in the builder.toml
.
For more information about this builder and how to use it, visit the Paketo builder documentation. To learn about the stack included in this builder, visit the Paketo stack documentation.