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

Create Java 11 Docker Images #27

Open
saw303 opened this issue May 5, 2024 · 3 comments
Open

Create Java 11 Docker Images #27

saw303 opened this issue May 5, 2024 · 3 comments

Comments

@saw303
Copy link

saw303 commented May 5, 2024

Sonatype provides Docker images running on Java 11 instead of Java 8. Java 11 is much more Docker-aware than Java 8 (JVM 8 is actually completely container unaware). It would be nice to have Java 11 ARM images.

@klo2k
Copy link
Owner

klo2k commented May 5, 2024

Ooh thanks for the heads-up - this'd certainly make memory limit more flexible.

I need to do more research - sounds like there are a couple of container-specific memory options we can include into cmdline.

But I'm not sure which ones to use, and how they interact with the default -Xms and -Xmx settings...

If you (or anyone) have any idea I'd love to hear from you!


Notes:

@saw303
Copy link
Author

saw303 commented Nov 22, 2024

Simply take a look at this fork. As far as I understand, all the important upgrade cases are included. Maybe it makes sense to reintegrate the fork?

@klo2k
Copy link
Owner

klo2k commented Nov 24, 2024

Thanks for the link @saw303 , that's helpful.

I'll get round to updating it to Java 17 (or whatever the latest supported version), which will also resolve #31 .

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