Re: Docker Image build from Release 22.01 does not start up - JAVA_HOME issues?

2024-01-05 Thread Carsten Schinzer
Thanks for your reply, Eugen, I am still investigating and come to understand that this might be a side-effect of gitlab-ci deciding too early to move ahead; when switching on full logs I still see startup sequence running on the container when gitlab already executes the tests I wrote. So I

Re: Docker Image build from Release 22.01 does not start up - JAVA_HOME issues?

2024-01-05 Thread Eugen Stan
Hi Carsten, I tried the following and it worked: git checkout release22.01 DOCKER_BUILDKIT=1 docker build --tag ofbiz-docker . --load docker run -it -p 8443:8443 ofbiz-docker Please try the commands locally, and if it does not work, post the full list of commands. There is a large set of