X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fdocker%2FDockerfile;h=375ceba6e82c20a62637f184559b8fe2f27933e4;hb=43c038ddf45d5343f23cc0dbdd39c1eb8890f073;hp=217c136154cd65c6a712f5c8184ddc5cc926e7bb;hpb=bdd42e03b0e8ce99888d8ead6a622113af6d2ab5;p=bottlenecks.git diff --git a/ci/docker/Dockerfile b/ci/docker/Dockerfile index 217c1361..375ceba6 100644 --- a/ci/docker/Dockerfile +++ b/ci/docker/Dockerfile @@ -8,6 +8,7 @@ ############################################################################## FROM ubuntu:14.04 +MAINTAINER MatthewLi LABEL image=opnfv/bottlenecks @@ -37,7 +38,7 @@ RUN apt-get -y autoremove && \ RUN mkdir -p ${REPOS_DIR} RUN git config --global http.sslVerify false -# TODO fix code clone handler -#RUN git clone https://gerrit.opnfv.org/gerrit/bottlenecks ${BOTTLENECKS_REPO_DIR} -#RUN git clone https://gerrit.opnfv.org/gerrit/releng ${RELENG_REPO_DIR} +RUN git clone https://gerrit.opnfv.org/gerrit/bottlenecks ${BOTTLENECKS_REPO_DIR} +RUN git clone https://gerrit.opnfv.org/gerrit/releng ${RELENG_REPO_DIR} +COPY ../../run_tests.sh /usr/local/bin/