Upgrade default CNB builders to Paketo Jammy

Closes gh-36689
This commit is contained in:
Scott Frederick
2023-08-02 19:06:16 -05:00
parent 63a8edfa15
commit 6506208d29
11 changed files with 13 additions and 12 deletions

View File

@@ -32,7 +32,7 @@ This means you can just type a single command and quickly get a sensible image i
The resulting image doesn't contain a JVM, instead the native image is compiled statically.
This leads to smaller images.
NOTE: The builder used for the images is `paketobuildpacks/builder:tiny`.
NOTE: The builder used for the images is `paketobuildpacks/builder-jammy-tiny`.
It has small footprint and reduced attack surface, but you can also use `paketobuildpacks/builder-jammy-base` or `paketobuildpacks/builder-jammy-full` to have more tools available in the image if required.