spring-projects / spring-boot

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
https://spring.io/projects/spring-boot
Apache License 2.0
75.35k stars 40.72k forks source link

Use paketobuildpacks/builder-noble-java-tiny as the default image builder #42711

Open ThomasVitale opened 1 month ago

ThomasVitale commented 1 month ago

In https://github.com/spring-projects/spring-boot/pull/42508, the default Buildpacks builder used by the upcoming Spring Boot 3.4 has been changed to paketobuildpacks/builder-jammy-java-tiny (Ubuntu 22.04). Since the current LTS version of Ubuntu is 24.04, what do you think about using paketobuildpacks/builder-noble-java-tiny (Ubuntu 24.04) as the default instead?

wilkinsona commented 1 month ago

WDYT, @anthonydahanne?