Fix the docker version to be 1.12.3 in Dovetail docker image 17/35817/1
authorxudan <xudan16@huawei.com>
Tue, 6 Jun 2017 08:48:55 +0000 (04:48 -0400)
committerxudan <xudan16@huawei.com>
Tue, 6 Jun 2017 08:48:55 +0000 (04:48 -0400)
JIRA: DOVETAIL-442

Change-Id: I476c2dabf5b23ed42a0004d8d3a9e17727051eca
Signed-off-by: xudan <xudan16@huawei.com>
docker/Dockerfile

index 0401af7..a700a31 100644 (file)
@@ -18,7 +18,7 @@ RUN \
 && \
     apt-get update
 
-RUN wget -qO- https://get.docker.com/ | sh
+RUN wget -qO- https://get.docker.com/ | sed 's/ docker-engine/ docker-engine=1.12.3-0~trusty/' | sh
 
 ENV HOME /home/opnfv
 ENV REPOS_DIR ${HOME}/dovetail