Revert "Upgrade default CNB builders to Paketo Jammy"

This reverts commit 6506208d29. The
upgrade to the Jammy builder was causing
failsWhenBuildImageIsInvokedOnMultiModuleProjectWithBuildImageGoal to
hang on CI.

See gh-36689
This commit is contained in:
Andy Wilkinson
2023-08-07 12:10:27 +01:00
parent 9d42cff472
commit b1d26fe961
11 changed files with 12 additions and 13 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-jammy-tiny`.
NOTE: The builder used for the images is `paketobuildpacks/builder: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.