We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5943bd commit 397ececCopy full SHA for 397ecec
java/src/org/openqa/selenium/docker/v1_41/PullImage.java
@@ -51,7 +51,6 @@ public void apply(Reference ref) {
51
String image = String.format("%s/%s", ref.getDomain(), ref.getName());
52
HttpRequest req = new HttpRequest(POST, String.format("/v%s/images/create", DOCKER_API_VERSION))
53
.addHeader("Content-Type", JSON_UTF_8)
54
- .addHeader("Content-Length", "0")
55
.addQueryParameter("fromImage", image);
56
57
if (ref.getDigest() != null) {
0 commit comments