aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/create_dockerfile/templates/centos/Dockerfile
diff options
context:
space:
mode:
authorEmma Foley <emma.l.foley@intel.com>2018-03-02 14:06:26 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-02 14:06:26 +0000
commitf28354a8d0c7e3aa190d8c71391d03be4608c70d (patch)
tree6dad11a6a366d7fcb222ffe6009ae468e16695f6 /ansible/roles/create_dockerfile/templates/centos/Dockerfile
parent2736a90663e8d29cc968a5dac16b7606f9554001 (diff)
parentf0edf98fb3aeec720c18636a600f91f5031e9f88 (diff)
Merge "remove releng from Dockerfile and elsewhere"
Diffstat (limited to 'ansible/roles/create_dockerfile/templates/centos/Dockerfile')
-rw-r--r--ansible/roles/create_dockerfile/templates/centos/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/ansible/roles/create_dockerfile/templates/centos/Dockerfile b/ansible/roles/create_dockerfile/templates/centos/Dockerfile
index ca104c8f8..96d8a0041 100644
--- a/ansible/roles/create_dockerfile/templates/centos/Dockerfile
+++ b/ansible/roles/create_dockerfile/templates/centos/Dockerfile
@@ -18,7 +18,6 @@ ENV REPOS_DIR /home/opnfv/repos
# Yardstick repo
ENV YARDSTICK_REPO_DIR ${REPOS_DIR}/yardstick
-ENV RELENG_REPO_DIR ${REPOS_DIR}/releng
RUN yum -y install\
deltarpm \
@@ -50,7 +49,6 @@ RUN yum -y install\
RUN mkdir -p ${REPOS_DIR} && \
git config --global http.sslVerify false && \
git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/yardstick ${YARDSTICK_REPO_DIR} && \
- git clone --depth 1 https://gerrit.opnfv.org/gerrit/releng ${RELENG_REPO_DIR}
# install yardstick + dependencies
# explicity pin pip version to avoid future issues like the ill-fated pip 8.0.0 release