You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supports a subset of the Docker Remote API [v1.22](https://github.com/docker/docker/blob/master/docs/reference/api/docker_remote_api_v1.22.md), Docker Server version 1.10.x
53
+
Supports a subset of the Docker Remote API [v1.23](https://github.com/docker/docker/blob/master/docs/reference/api/docker_remote_api_v1.23.md), Docker Server version 1.11.x
54
54
55
55
<dependency>
56
56
<groupId>com.github.docker-java</groupId>
57
57
<artifactId>docker-java</artifactId>
58
-
<version>3.0.0</version>
58
+
<version>3.0.1</version>
59
59
</dependency>
60
60
61
61
### Latest development version
62
-
Supports a subset of the Docker Remote API [v1.22](https://github.com/docker/docker/blob/master/docs/reference/api/docker_remote_api_v1.22.md), Docker Server version 1.10.x
62
+
Supports a subset of the Docker Remote API [v1.23](https://github.com/docker/docker/blob/master/docs/reference/api/docker_remote_api_v1.23.md), Docker Server version 1.11.x
63
63
64
64
You can find the latest development version including javadoc and source files on [Sonatypes OSS repository](https://oss.sonatype.org/content/groups/public/com/github/docker-java/docker-java/).
65
65
66
66
<dependency>
67
67
<groupId>com.github.docker-java</groupId>
68
68
<artifactId>docker-java</artifactId>
69
-
<version>3.0.1-SNAPSHOT</version>
69
+
<version>3.0.2-SNAPSHOT</version>
70
70
</dependency>
71
71
72
72
@@ -82,7 +82,7 @@ There are a couple of configuration items, all of which have sensible defaults:
82
82
*`DOCKER_TLS_VERIFY` enable/disable TLS verification (switch between `http` and `https` protocol)
83
83
*`DOCKER_CERT_PATH` Path to the certificates needed for TLS verification
84
84
*`DOCKER_CONFIG` Path for additional docker configuration files (like `.dockercfg`)
85
-
*`api.version` The API version, e.g. `1.21`.
85
+
*`api.version` The API version, e.g. `1.23`.
86
86
*`registry.url` Your registry's address.
87
87
*`registry.username` Your registry username (required to push containers).
0 commit comments