spring-boot icon indicating copy to clipboard operation
spring-boot copied to clipboard

Support CNB extensions when building images

Open scottfrederick opened this issue 1 year ago • 1 comments

Add support for Cloud Native Buildpack extensions when building images.

Depends on #41352

scottfrederick avatar Jul 08 '24 21:07 scottfrederick

See https://github.com/spring-projects/spring-boot/issues/42590#issue-2579203360 for an example of why this would be useful.

wilkinsona avatar Oct 14 '24 08:10 wilkinsona

Here's another use case: building the image in CI without internet access, e.g. due to corporate proxy or air-gapped scenario.

The problem here is that the builder tries to download a JRE/JDK from somewhere during the build process.

Using extensions, one could extend the run image with a JRE and avoid the download.

pr11me avatar Jul 20 '25 15:07 pr11me

Has there been an update to this?

LightGuard avatar Oct 15 '25 21:10 LightGuard

@LightGuard No update I'm afraid, it's still on the TODO list.

philwebb avatar Oct 15 '25 22:10 philwebb