-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Allow to use Eclipse OpenJ9 JVM to run che-server #7297
Conversation
How Dockerfile.openj9 will be used? |
ppl can use it (like centos one) |
Imagine I'm that man who wants to use it.
Onother question. Licensing. |
@skabashnyuk the run instruction is a duplicate of Dockerfile (I've updated to remove codenvy from image name) about licensing AFAIK OpenJ9 is EPL 2.0 and Apache 2.0 licensed |
@skabashnyuk also with CLI you can override name of the images, so you could use |
ok. Thx for clarification. |
…upporting Java9 runtime Change-Id: I309e6eb1af4d0166758481bfd462c074de384ad6 Signed-off-by: Florent BENOIT <[email protected]>
@skabashnyuk I've updated build and run instructions |
What does this PR do?
Eclipse Che can be run on Java9 runtime. So adding Dockerfile for Eclipse JVM OpenJ9
What issues does this PR fix or reference?
#5326
Release Notes
N/A
Docs PR
N/A
Change-Id: I309e6eb1af4d0166758481bfd462c074de384ad6
Signed-off-by: Florent BENOIT [email protected]