-
Notifications
You must be signed in to change notification settings - Fork 72
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 flavor as base container image #253
Comments
Forgive the ignorance (I'm not a Graal user), but isn't Graal only needed for runtime and not build time? Another challenge I'd have for implementing this request is that as an official image, I'm only allowed to extend other official images, and I don't see one for Graal. |
@keeganwitt According to this PR oracle/graal#5995 , Native Image is now shipped as part of the GraalVM JDK and thus no longer needs to be installed via |
Adding link here for posterity: the idea of an official GraalVM image was rejected previously. I'm discussing with the Docker Library folks whether my installing GraalVM in an official Gradle image would be problematic. |
Add images with GraalVM installed (closes #253)
Official images PR: docker-library/official-images#15196 |
It would be great if we have gradle image with GraalVM.
FYI:
https://github.com/graalvm/graalvm-ce-builds/releases/tag/jdk-20.0.2
https://github.com/graalvm/container
The text was updated successfully, but these errors were encountered: