Stickerify icon indicating copy to clipboard operation
Stickerify copied to clipboard

Adopt GraalVM to create a lightweight Docker image

Open rob93c opened this issue 3 years ago • 8 comments

GraalVM might be very useful to discard any unneeded dependency from the Docker image built.

More information can be retrieved from this DEVOXX talk.

rob93c avatar Oct 18 '22 20:10 rob93c

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.

sirdikshit avatar Oct 19 '22 04:10 sirdikshit

Hi @sirdikshit, this can be a challenging issue but you are welcome to give it a try!

rob93c avatar Oct 19 '22 07:10 rob93c

@rob93c Where are we hosting this app in production?

sirdikshit avatar Oct 19 '22 15:10 sirdikshit

The bot is hosted on RailWay

rob93c avatar Oct 19 '22 16:10 rob93c

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!

rob93c avatar Oct 26 '22 06:10 rob93c

Hi @sirdikshit, are you still looking into this issue? If you aren't I will unassign you from this

rob93c avatar Nov 08 '22 17:11 rob93c

Hi @sirdikshit, as explained here, the ticket will be reassigned due to inactivity.

rob93c avatar Nov 10 '22 10:11 rob93c

Waiting for https://github.com/graalvm/container/pull/76

MartelliEnrico avatar Jun 20 '23 14:06 MartelliEnrico