I know there are native Lucee M1 / ARM images - ap...
# docker
s
I know there are native Lucee M1 / ARM images - apologies if this has been asked before, but curious if there are impediments to a Commandbox docker builder on M1? Or is it just a matter of using the right JDK base image?
p
My only issue was using the right jdk. Which was
openjdk8
s
has to be 8? not 11?
p
Ahh it could be 11; I think I needed 8 using cf11
s
oh yeah definitely
Just curious if anyone is running Lucee 5 on Commandbox & M1
p
I am, and no need to define jdk defined on the server.json
but I did have to install Zulu17.30+15-CA openjdk on my mac
I set this machine up about a year ago so little rusty but shoot your questions anyway
s
but that's Commandbox natively on the Mac, not in Docker?
p
ahh yes, natively on mac
but I have docker containers running on this machine too
commandbox 5.4.2 image from ortus's git
Sorry here was my dockerfile:
image: ortussolutions/commandbox:jdk8
thus prob change to your flavor jdk
j
@sknowlton : The CommandBox images for Debian are built with arm64 support. Just pulling from an M1 machine will pull that arch.