summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuyang <Gabriel.yuyang@huawei.com>2017-03-23 16:59:52 +0800
committeryuyang <Gabriel.yuyang@huawei.com>2017-03-23 16:59:52 +0800
commit136b188b4713f4ec2a20d6a09b4284a02f520aa3 (patch)
tree47b02d20b6feb862346936228bd80c39eed86999
parent1dba28f78d6f63de5d09e97bd5499175ea6bc1ea (diff)
bugfix: docker client version newer than docker server
JIRA: BOTTLENECK-146 Docker client is needed in Bottlenecks docker for the purpose to use docker command within docker. The inconsistence of docker client version with docker server version causing building falure. Change-Id: Ib4ecf9c40db5492438b27550636413e5f3a69ea3 Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 39808c77..8644b885 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -79,4 +79,4 @@ warlock==1.2.0
wrapt==1.10.6
pyroute2==0.4.10
elasticsearch==5.0.1
-docker
+docker==1.24