| `builder-image` / `CNB_BUILDER_IMAGE` | The CNB builder image used to build your application image<br/>_depending on your needs, [choose the most appropriate one](https://paketo.io/docs/concepts/builders/#what-paketo-builders-are-available)_ | `registry.hub.docker.com/paketobuildpacks/builder:base` |
| `builder-image` / `CNB_BUILDER_IMAGE` | The CNB builder image used to build your application image<br/>_depending on your needs, [choose the most appropriate one](https://paketo.io/docs/concepts/builders/#what-paketo-builders-are-available)_ | `docker.io/paketobuildpacks/builder-jammy-base:latest` |
| `platform-api` / `CNB_PLATFORM_API` | The CNB [platform API version](https://github.com/buildpacks/spec/blob/main/platform.md#platform-api-version) | `0.9` |
### Available Builders
@@ -55,10 +55,10 @@ Depending on your needs and preferences, you are free to choose whichever CNB co
| [Google](https://github.com/GoogleCloudPlatform/buildpacks) | `gcr.io/buildpacks/builder:v1` | Ubuntu 18 base image with buildpacks for .NET, Go, Java, Node.js, and Python |
| [Heroku](https://github.com/heroku/builder) | `registry.hub.docker.com/heroku/buildpacks:20` | Base builder for Heroku-20 stack, based on ubuntu:20.04 base image |
| [Paketo](https://hub.docker.com/r/paketobuildpacks/builder)(_base_) | `registry.hub.docker.com/paketobuildpacks/builder:base` | Ubuntu bionic base image with buildpacks for Java, .NET Core, NodeJS, Go, Python, Ruby, Apache HTTPD, NGINX and Procfile |
| [Paketo](https://hub.docker.com/r/paketobuildpacks/builder)(_full_) | `registry.hub.docker.com/paketobuildpacks/builder:full` | Ubuntu bionic base image with buildpacks for Java, .NET Core, NodeJS, Go, Python, PHP, Ruby, Apache HTTPD, NGINX and Procfile |
| [Paketo](https://hub.docker.com/r/paketobuildpacks/builder)(_tiny_) | `registry.hub.docker.com/paketobuildpacks/builder:tiny` | Tiny base image (bionic build image, distroless-like run image) with buildpacks for Java, Java Native Image and Go |
| [Heroku](https://github.com/heroku/builder) | `docker.io/heroku/buildpacks:20` | Base builder for Heroku-20 stack, based on ubuntu:20.04 base image |
| [Paketo](https://hub.docker.com/r/paketobuildpacks/builder)(_base_) | `docker.io/paketobuildpacks/builder-jammy-base:latest` | Ubuntu Jammy (22.04) base image with buildpacks for Java, .NET Core, NodeJS, Go, Python, Ruby, Apache HTTPD, NGINX and Procfile. [More info](https://paketo.io/docs/reference/builders-reference/#available-paketo-builders). |
| [Paketo](https://hub.docker.com/r/paketobuildpacks/builder)(_full_) | `docker.io/paketobuildpacks/builder-jammy-full:latest` | Ubuntu Jammy (22.04) base image with buildpacks for Java, .NET Core, NodeJS, Go, Python, PHP, Ruby, Apache HTTPD, NGINX and Procfile. [More info](https://paketo.io/docs/reference/builders-reference/#available-paketo-builders). |
| [Paketo](https://hub.docker.com/r/paketobuildpacks/builder)(_tiny_) | `paketobuildpacks/builder-jammy-tiny:latest` | Tiny base image (Ubuntu Jammy (22.04) build image, distroless-like run image) with buildpacks for Java, Java Native Image and Go. [More info](https://paketo.io/docs/reference/builders-reference/#available-paketo-builders). |
<!--
| [CloudFoundry](https://hub.docker.com/r/cloudfoundry/cnb)(_base_) | `cloudfoundry/cnb:base` | A minimal image based on Ubuntu, with the addition of a few packages - notably, git and build-essentials (added in order to successfully run go applications) |
| [CloudFoundry](https://hub.docker.com/r/cloudfoundry/cnb)(_full_) | `cloudfoundry/cnb:full` | An image based on Ubuntu supplemented with additional packages |
@@ -214,7 +214,7 @@ It is bound to the `package-test` stage, and uses the following variables:
| Input / Variable | Description | Default value |
"description":"The CNB builder image used to build your application image\n\n_depending on your needs, [choose the most appropriate one](https://paketo.io/docs/concepts/builders/#what-paketo-builders-are-available)_",