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

Re: SvnCheckout Gradle plugin soon no longer usable with GitHub

2024-01-05 Thread Jacques Le Roux
Thanks Daniel, I'll try that, did not know for the --$branch option Jacques Le 05/01/2024 à 09:25, Daniel Watford a écrit : Hi Jacques, I note your point about avoiding reply-all when replying to mailing lists. Gmail seems to have reply-all as the default option - I'll try to avoid it in

Re: SvnCheckout Gradle plugin soon no longer usable with GitHub

2024-01-05 Thread Daniel Watford
Hi Jacques, I note your point about avoiding reply-all when replying to mailing lists. Gmail seems to have reply-all as the default option - I'll try to avoid it in future. When you tried the "--depth=1" option to git clone, did you also include the "--branch $branch" command line option? The