Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Paketo tiny builder by default for JVM and native apps #40859

Closed
scottfrederick opened this issue May 21, 2024 · 1 comment
Closed

Use Paketo tiny builder by default for JVM and native apps #40859

scottfrederick opened this issue May 21, 2024 · 1 comment
Assignees
Labels
theme: containers Testcontainers, Docker Compose and Buildpack features type: enhancement A general enhancement
Milestone

Comments

@scottfrederick
Copy link
Contributor

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.

@scottfrederick scottfrederick added the type: enhancement A general enhancement label May 21, 2024
@scottfrederick scottfrederick added this to the 3.4.x milestone May 21, 2024
@scottfrederick scottfrederick self-assigned this Jun 13, 2024
@philwebb philwebb added the theme: containers Testcontainers, Docker Compose and Buildpack features label Jun 17, 2024
@scottfrederick scottfrederick modified the milestones: 3.4.x, 3.4.0-M1 Jun 26, 2024
@scottfrederick scottfrederick modified the milestones: 3.4.0-M1, 3.4.0 Jun 26, 2024
@scottfrederick
Copy link
Contributor Author

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.

@wilkinsona wilkinsona modified the milestones: 3.4.0, 3.4.x Jun 26, 2024
@wilkinsona wilkinsona modified the milestones: 3.4.x, 3.4.0-M1 Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: containers Testcontainers, Docker Compose and Buildpack features type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants