Open bojanv55 opened 4 years ago
Hi @bojanv55,
Sorry for this regression! Would you like to submit a PR with a fix?
Also the problem with the configuration via maven-surefire-plugin
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<DOCKER_HOST>tcp://172.31.139.72:2375</DOCKER_HOST>
</systemPropertyVariables>
</configuration>
</plugin>
The strategy is not applicable but DockerClientConfig successfully receives data from System.properties
Seems that new releases of testcontainers broke my setup.
Here is a link with the problematic line and proposed solution:
https://github.com/testcontainers/testcontainers-java/commit/8e57ae60565f24c01ec7ef964dc37130a022eba4#r44075175