Pin docker for k8s test
Docker 18.09 has released, but minikube currently fails with [ERROR SystemVerification]: unsupported docker version: 18.09.0 Although I'm sure this will be fixed quickly, pin to the prior release for the moment. Depends-On: https://review.openstack.org/616391 Change-Id: I4b7bd6a7ef016106808d95f37ba5caa2b4e0a9b3
This commit is contained in:
parent
e0ebaa9799
commit
17d053cf94
@ -1,5 +1,6 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- install-kubernetes
|
||||
- role: install-kubernetes
|
||||
docker_version: 18.06.1~ce~3-0~ubuntu
|
||||
- role: tox
|
||||
tox_envlist: functional_kubernetes
|
||||
|
Loading…
x
Reference in New Issue
Block a user