summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2017-01-17 06:12:53 -0500
committerMatthewLi <matthew.lijun@huawei.com>2017-01-17 06:16:33 -0500
commit0f5b551c5b9b0cea145930d49659f74d9c1c4ae9 (patch)
treed9deb0e9e185547407919588d8ae84b2bc3a98d2 /docker
parent5a1687b29e7d01929bb1d3bf82c70cb7cc305bd7 (diff)
dovetail tool: change to git repo then pbr.version can be get inside docker
JIRA: DOVETAIL-184 Change-Id: I6d466dc34de027faab1aa74f66cc6c8e453111d1 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile2
-rw-r--r--docker/Dockerfile.centos72
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 6694c501..c329c53d 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -23,7 +23,7 @@ WORKDIR /home/opnfv
RUN \
git config --global http.sslVerify false \
&& \
- git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/dovetail.git ${REPOS_DIR} \
+ git clone --depth 1 -b $BRANCH https://git.opnfv.org/dovetail ${REPOS_DIR} \
&& \
mkdir -p ${REPOS_DIR}/results \
&& \
diff --git a/docker/Dockerfile.centos7 b/docker/Dockerfile.centos7
index 0107cb7b..acf60282 100644
--- a/docker/Dockerfile.centos7
+++ b/docker/Dockerfile.centos7
@@ -14,7 +14,7 @@ ENV REPOS_DIR ${HOME}/dovetail
WORKDIR /home/opnfv
RUN git config --global http.sslVerify false && \
- git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/dovetail.git ${REPOS_DIR} && \
+ git clone --depth 1 -b $BRANCH https://git.opnfv.org/dovetail ${REPOS_DIR} && \
mkdir -p ${REPOS_DIR}/results
WORKDIR ${REPOS_DIR}/dovetail