/builder-jammy-buildpackless-full

A Cloud Native Buildpacks (CNB) builder with the Paketo Full stack (Jammy Jellyfish) **without** buildpacks.

Primary LanguageShellApache License 2.0Apache-2.0

Paketo Jammy Buildpackless Full Builder

paketobuildpacks/builder-jammy-buildpackless-full

This builder uses the Paketo Jammy Full Stack (Ubuntu Jammy Jellyfish build and run 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 go-with-buildpackless-builder \
           --buildpack gcr.io/paketo-buildpacks/go \
           --builder paketobuildpacks/builder-jammy-buildpackless-full:latest

To see which versions of build and run images and the lifecycle are in a given builder version, see the Releases on this repository. 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 and the Paketo Jammy Full Stack repo.