Merge pull request #42940 from thaJeztah/update_docker_py

CI: update docker-py to 5.0.3
This commit is contained in:
Sebastiaan van Stijn 2021-10-21 21:10:26 +02:00 committed by GitHub
commit 4bc9b91704
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:=5.0.0}"
: "${DOCKER_PY_COMMIT:=5.0.3}"
# custom options to pass py.test
#