The Spring Boot build plugins currently use the Paketo builder-jammy-base builder for JVM apps and builder-jammy-tiny for GraalVM native apps. Older versions of the tiny builder were missing packages that JVM apps required, but newer version of tiny should be sufficient for both types of apps.
Comment From: scottfrederick
The builder-jammy-tiny builder does not work with apps that use the dist-zip packing format, as this packaging format includes a startup script that requires a shell to run. Re-opening this issue to consider how to handle dist-zip packaging.