This builder uses the Paketo Ubuntu Noble base images and contains no buildpacks nor order groups. To use this builder, you must specify buildpacks at build time using whatever mechanisms your CNB platform of choice offers.
For example, with the pack CLI, use --buildpack as follows:
pack build dotnet-with-buildpackless-builder \
--buildpack paketobuildpacks/dotnet-core \
--builder paketobuildpacks/ubuntu-noble-builder-buildpacklessTo 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.
This builder uses the Paketo Ubuntu Noble base images with buildpacks for Java, Node.js, .NET, Nginx, HTTPD and Procfile.
For example, with the pack CLI, use --buildpack as follows:
pack build my-java-app \
--builder paketobuildpacks/ubuntu-noble-builderTo 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 these builders and how to use them, visit the Paketo builder documentation.
-
To learn about the build and the run images included in these builders, visit the Paketo stack documentation.