graalvm-maven-docker
graalvm-maven-docker copied to clipboard
Support for the latest JDK22
Hello team,
This is a great image I am using every day. Thank you so much for the work.
Would it be possible to support the latest JDK22 which is now released?
Thank you
Hi @KafkaProServerless
we just updated GraalVM to v21.0.2-graalce. We stick at java v21 for now since it is a LTS release.
However if you need GraalVM v22 just fork this repo and set in the Dockerfile
ARG JAVA_VERSION="22-graalce"
Will this model of "follow the LTS" works as Java transitions to the 6 months release cadence?
Image 22.0.2-graalce is now available.
docker pull softinstigate/graalvm-maven:22.0.2-graalce