@jclausen What are the differences in the ortus commandbox jdk11-alpine-3.7.6 vs jre11-alpine-3.7.6 images? The jre is clearly smaller, is there any loss of functionality?
j
jclausen
06/13/2023, 4:23 PM
The difference is that the former has the full JDK, where as the latter only bundles the JRE. There should be no loss of functionality for most applications. If you are running ACF and are doing any work with
cfdocument
or
cfimage
( along with some other tags ) you will want to use the JDK version.
jclausen
06/13/2023, 4:24 PM
We only build the Adobe pre-seeded images with the JDK version. For Lucee we build with the JRE
j
Jordan Clark
06/13/2023, 4:25 PM
We're using lucee, but we were using the ortussolutions/commandbox:jdk11-alpine-3.7.6 image, I'll switch to the JRE version then