File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def buildImages = { ->
31
31
}
32
32
33
33
def getDockerVersions = { ->
34
- def dockerVersions = [" 19.03.5 " ]
34
+ def dockerVersions = [" 19.03.12 " ]
35
35
wrappedNode(label : " amd64 && ubuntu-1804 && overlay2" ) {
36
36
def result = sh(script : """ docker run --rm \\
37
37
--entrypoint=python \\
@@ -66,7 +66,7 @@ def runTests = { Map settings ->
66
66
throw new Exception (" Need test image object, e.g.: `runTests(testImage: img)`" )
67
67
}
68
68
if (! dockerVersion) {
69
- throw new Exception (" Need Docker version to test, e.g.: `runTests(dockerVersion: '1.12.3 ')`" )
69
+ throw new Exception (" Need Docker version to test, e.g.: `runTests(dockerVersion: '19.03.12 ')`" )
70
70
}
71
71
if (! pythonVersion) {
72
72
throw new Exception (" Need Python version being tested, e.g.: `runTests(pythonVersion: 'py2.7')`" )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ integration-test-py3: build-py3
42
42
docker run -t --rm -v /var/run/docker.sock:/var/run/docker.sock docker-sdk-python3 py.test -v tests/integration/${file}
43
43
44
44
TEST_API_VERSION ?= 1.35
45
- TEST_ENGINE_VERSION ?= 19.03.5
45
+ TEST_ENGINE_VERSION ?= 19.03.12
46
46
47
47
.PHONY : setup-network
48
48
setup-network :
You can’t perform that action at this time.
0 commit comments