<@U071QGDLH> What are the differences in the ortus...
# docker-commandbox
j
@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
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.
We only build the Adobe pre-seeded images with the JDK version. For Lucee we build with the JRE
j
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