We have issues with docker build behind our corporate firewall. Note that this all works as expected on machines that are not on the company VPN.
We pass required extensions like so…
ENV LUCEE_EXTENSIONS=
37C61C0A-5D7E-4256-8572639BE0CF5838;version=2.2.4.15,
B737ABC4-D43F-4D91-8E8E973E37C40D1B;version=2.0.0.26,
7E673D15-D87C-41A6-8B5F1956528C605F;version=9.1.0,
8D7FB0DF-08BB-1589-FE3975678F07DB17;version=1.0.0.15,
66E312DD-D083-27C0-64189D16753FD6F0;version=1.2.0.10
This operation is failing silently i.e. no error returned to the docker build output.
NOTE: Prime suspect is an SSL auth issue with the download site. We have loaded our corporate certificates into the container at run time. This works for our other containers with dependencies (n.b they are running php) and also works on the lucee image generally.
The lucee image that we are using is: 5.4.4.38-light-nginx
Can anyone help with the following please…
- Anyone got any experience with this issue?
- What happens, internally? i.e. how are the values in the var LUCEE_EXTENSIONS used?
- In case we we need to whitelist, what is the domain and url format for lucee extension downloads?