JIRA: DOVETAIL-447
Change-Id: Id49d6ded8188900b58349e1983ac3fc8b40b6059
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
MAINTAINER Leo Wang <grakiss.wanglei@huawei.com>
LABEL version="0.1" description="OPNFV Dovetail Docker Container"
+ARG BRANCH=master
+
RUN \
apt-get update \
&& \
RUN \
git config --global http.sslVerify false \
&& \
- git clone https://git.opnfv.org/dovetail ${REPOS_DIR} \
-&& \
- pip install -U pip \
-&& \
- pip install -r ${REPOS_DIR}/requirements.txt \
-&& \
- cd ${REPOS_DIR} \
+ pip install git+https://git.opnfv.org/dovetail@$BRANCH#egg=dovetail \
&& \
- pip install -e .
+ ln -s /usr/local/lib/python2.7/dist-packages/dovetail ${REPOS_DIR}/dovetail
WORKDIR ${REPOS_DIR}/dovetail
---
functest:
image_name: opnfv/functest
- docker_tag: latest
+ docker_tag: danube.2.0
opts: '-id --privileged=true'
config:
dir: '/home/opnfv/userconfig'
---
yardstick:
image_name: opnfv/yardstick
- docker_tag: latest
+ docker_tag: danube.2.0
opts: '-id --privileged=true'
config:
dir: '/home/opnfv/userconfig'