Adopt locally build docker client

- supports connection pool config

See: https://github.com/docker-java/docker-java/pull/1474
This commit is contained in:
Kris De Volder
2020-10-26 12:50:30 -07:00
parent 833950648b
commit 84ca8b4571
19 changed files with 136 additions and 32 deletions

View File

@@ -22,12 +22,17 @@
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java-core</artifactId>
<version>3.2.5</version>
<version>3.2.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java-transport-zerodep</artifactId>
<version>3.2.5</version>
<version>3.2.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.30</version>
</dependency>
</dependencies>