-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add GraalVM CE support #1601
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
Add GraalVM CE support #1601
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Works great. If you could add the two new line items to https://github.com/itzg/docker-minecraft-server#running-minecraft-server-on-different-java-version then this is ready to merge.
@itzg Just did it! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@itzg Hmm... seems like we have to delete check for ZSTD for Oracle Linux 8-based images. tar on OL8 seems like it can't handle zstd. Works on my production OL9 funnily. |
Weird, the PR testing build should have flagged that. I/you can use the "require" mechanism to skip that test for graal builds. |
...ah, PR build only considers the "latest" base image. The build-time trade off is awkward with PR builds. |
Unfortunately, GraalVM EE needs complex setup to build (you need to register to Oracle Container Registry and log in) so only CE for now. Build tested.
RELATED: #1252