-
Notifications
You must be signed in to change notification settings - Fork 41
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
Comments
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 If you (or anyone) have any idea I'd love to hear from you! Notes:
|
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? |
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.
The text was updated successfully, but these errors were encountered: