<@U071QGDLH> is there a plan for the commandbox do...
# docker-commandbox
j
@jclausen is there a plan for the commandbox docker image to support lucee6 light and jvm/jdk v23 ? Zack's performance post looks very interesting
b
Until we're building JDK 23 images, you could always just update the installed java version in your docker file to test it
I'm not clear whether any of the latest Lucee performance specifically requires Java 23 vs Java 21 or if Java 23 is simply the version Zac was testing on
j
Do you mean in the dockerfile or in the server.json with “javaVersion”
b
well, both would work
but the latter is wasteful as it would wind up with two installations of Java in the container
I haven't tested CommandBox on Java 23 BTW
j
What's the latest version you've verified?
b
21
j
I’m pushing up a test version of a JDK 23 docker image right now to see if it builds. If it finishes successfully, you can certainly give it a whirl.
l
Should be jfk 24
Not 23 fyi