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

Java 11 base image #104

Open
renjfk opened this issue Sep 7, 2024 · 2 comments
Open

Java 11 base image #104

renjfk opened this issue Sep 7, 2024 · 2 comments

Comments

@renjfk
Copy link

renjfk commented Sep 7, 2024

Hi,

Is there any reason why the base image is Java 11? The latest Java LTS is Java 21 and it outperforms Java 11 in every aspect so it's a bit wasteful for it to be Java 11.

@Syer10
Copy link
Contributor

Syer10 commented Sep 7, 2024

I haven't gotten around to updating the base image, as long as the PR tests pass it would likely work out of the box though

@renjfk
Copy link
Author

renjfk commented Sep 7, 2024

This is probably out of context, but even though the project is scaled really small, it would be much better if the container image was built with Jib, as it integrates perfectly with Gradle and outputs really optimized images (e.g. almost half the size compared to what Docker builds) for Java applications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants