From cc0416d0ebe529191a1a17e05ff281daad01e691 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 3 Oct 2019 16:51:03 +0200 Subject: [PATCH] bump docker-py to 4.1.0 Signed-off-by: Sebastiaan van Stijn (cherry picked from commit 5a703ccb469c1bd2c75d80ed9891c432078db316) Signed-off-by: Sebastiaan van Stijn --- hack/make/test-docker-py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/make/test-docker-py b/hack/make/test-docker-py index e2c6200254..f9e4e33468 100644 --- a/hack/make/test-docker-py +++ b/hack/make/test-docker-py @@ -7,7 +7,7 @@ source hack/make/.integration-test-helpers # TODO docker 17.06 cli client used in CI fails to build using a sha; # unable to prepare context: unable to 'git clone' to temporary context directory: error fetching: error: no such remote ref ead0bb9e08c13dd3d1712759491eee06bf5a5602 #: exit status 128 -: "${DOCKER_PY_COMMIT:=master}" +: "${DOCKER_PY_COMMIT:=4.1.0}" # custom options to pass py.test # TODO remove these skip once we update to a docker-py version that has https://github.com/docker/docker-py/pull/2485