diff options
author | Jiang, Yunhong <yunhong.jiang@intel.com> | 2016-08-27 00:34:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-27 00:34:54 +0000 |
commit | bb8d2500ed21fc455a6bd2b6dccd0241b515508e (patch) | |
tree | aafaad83cd886a0bfe2bf51f2a4b80daf30b0b59 /docker_image_build | |
parent | 76c2ed6659d79ee83c8fc4f00e955268779db826 (diff) | |
parent | 76aa5ea1c150396731e22389f86430ddc86a01d0 (diff) |
Merge "CI integration for KVMforNFV."
Diffstat (limited to 'docker_image_build')
-rw-r--r-- | docker_image_build/Dockerfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docker_image_build/Dockerfile b/docker_image_build/Dockerfile new file mode 100644 index 000000000..fd1ea5883 --- /dev/null +++ b/docker_image_build/Dockerfile @@ -0,0 +1,9 @@ +# +#Dockerfile for creating image with yardstick and its dependency +#packages installed. +#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/yardstick && python setup.py install +WORKDIR /root |