summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiang, Yunhong <yunhong.jiang@intel.com>2017-04-17 16:28:45 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-17 16:28:45 +0000
commit5e109e88c59fe548ba73b3c01bdabb2250ada5f7 (patch)
tree89fdae155e232e26b24f1a6e9e3559548eb132f8
parentc9f6c8ee5a42e7cf4af990a65e4b30d6363e1436 (diff)
parentb0d5d7e53464ea9b5baecae55a0c189fa16e5808 (diff)
Merge "To update the yardstick stable branch."
-rw-r--r--docker_image_build/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker_image_build/Dockerfile b/docker_image_build/Dockerfile
index 57e22bbef..6af1176f4 100644
--- a/docker_image_build/Dockerfile
+++ b/docker_image_build/Dockerfile
@@ -4,7 +4,7 @@
#kvmfornfv1 image has all dependency packages installed.
#
FROM kvmfornfv1:latest
-RUN cd /root && git clone https://gerrit.opnfv.org/gerrit/p/yardstick.git -b stable/colorado
+RUN cd /root && git clone https://gerrit.opnfv.org/gerrit/p/yardstick.git -b stable/danube
RUN sed -i -e "s/3600/9000/g" /root/yardstick/yardstick/ssh.py
RUN cd /root/yardstick && python setup.py install
WORKDIR /root