We used commandbox docker image 3.9.3 on an iMac with M2 processor. The linux arch64 image is downloaded. Then start a container and connect to the terminal, run box and run java search
Notice the URL contains “alpine-linux” which is not correct. We are using the full linux version. Here is some system information of that linux system
I’ve found in the code that this file /proc/version is being read to determine the alpine version or not, so here is the output of that file. The output contains the word alpine, although I do not understand. We used the image with the full version of linux.
We used commandbox docker image 3.9.3 on an iMac with M2 processor. The linux arch64 image is downloaded. Then start a container and connect to the terminal, run
box
and runjava search
Notice the URL contains “alpine-linux” which is not correct. We are using the full linux version.
Here is some system information of that linux system
I’ve found in the code that this file
/proc/version
is being read to determine the alpine version or not, so here is the output of that file. The output contains the word alpine, although I do not understand. We used the image with the full version of linux.This is the location in the code:
We think the problem was introduced with this ticket: https://ortussolutions.atlassian.net/browse/COMMANDBOX-1576