-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Adopt GraalVM to create a lightweight Docker image #35
Comments
I have gone through the talk and the documentation as well. GraalVM seems to significantly decrease the execution time as well as the Docker image size. I want to work on this task. |
Hi @sirdikshit, this can be a challenging issue but you are welcome to give it a try! |
@rob93c Where are we hosting this app in production? |
The bot is hosted on RailWay |
GraalVM just released its 22.3 update, supporting now JDK 19 builds: GraalVM 22.3 is here: JDK 19 builds, jlink support, new monitoring features, and more! |
Hi @sirdikshit, are you still looking into this issue? |
Hi @sirdikshit, as explained here, the ticket will be reassigned due to inactivity. |
Waiting for graalvm/container#76 |
GraalVM might be very useful to discard any unneeded dependency from the Docker image built.
More information can be retrieved from this DEVOXX talk.
The text was updated successfully, but these errors were encountered: