-
Notifications
You must be signed in to change notification settings - Fork 27
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
JRuby with JRE 17 #83
Comments
JRE has largely been deprecated now, hasn't it? We certainly could add it, but I was under the impression that there was no JRE anymore and everyone just ships the full JDK. |
Don't take it wrongly but I don't know what gave you this impression. Not only is a JDK's image larger than a JRE's, but its attack surface is also larger because of it. In particular, it contains a compiler (that's the idea) and that's a huge security risk in production IMHO. |
I think I got the impression because some shops supporting JDK stopped building JREs, but I have no issues with adding JRE modes for all of the images we push. PR would be great! |
Thanks for the explanation. Here's the PR: #84 |
Hello,
Is there a particular reason why there's no jruby:9.4 with JRE 17?
If not, I'll be happy to provide a PR.
The text was updated successfully, but these errors were encountered: