Hi guys, I have a few jobs running mvnw to build my projects. These were running on an openjdk:8-jdk.
I started getting issues like fail to fork vm, with some maven plugins specifically surefire and failsafe.
Changing to older or newer versions didn't solve the problem.
What it did solve the problem was to use another docker image that's based on alpine and on top it install java 8.
I think the issue is with the Debian Stretch image but no idea what could have caused it. Any ideas?
Hi guys, I have a few jobs running mvnw to build my projects. These were running on an openjdk:8-jdk.
I started getting issues like fail to fork vm, with some maven plugins specifically surefire and failsafe.
Changing to older or newer versions didn't solve the problem.
What it did solve the problem was to use another docker image that's based on alpine and on top it install java 8.
I think the issue is with the Debian Stretch image but no idea what could have caused it. Any ideas?