summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2017-06-23 06:40:12 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-06-23 06:40:12 +0000
commit1cc4cf8dc2a47a58d19e5d0e3e2525b94be0f6cd (patch)
tree9c844b8e9335dd5206c476b534490db4a8eed871 /docker
parente62f0f289621c843e60f21f69a8e87e7d2778f36 (diff)
parenta18a9917e547918f1b4ea930eabb27473137a35d (diff)
Merge "Revert rally version to 0.8.1"
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile2
-rw-r--r--docker/Dockerfile.aarch642
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index d3f9d0465..0421e6150 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -130,7 +130,7 @@ RUN find -L ${FUNCTEST_REPO_DIR} -name "*.py" \
RUN /bin/bash ${REPOS_DIR}/parser/tests/parser_install.sh ${REPOS_DIR}
RUN wget -q https://raw.githubusercontent.com/openstack/rally/${RALLY_TAG}/install_rally.sh \
- && bash install_rally.sh --yes && rm install_rally.sh
+ && bash install_rally.sh --branch ${RALLY_TAG} --yes && rm install_rally.sh
RUN add_images.sh
diff --git a/docker/Dockerfile.aarch64 b/docker/Dockerfile.aarch64
index f240523ea..89f45ba05 100644
--- a/docker/Dockerfile.aarch64
+++ b/docker/Dockerfile.aarch64
@@ -120,7 +120,7 @@ RUN find -L ${FUNCTEST_REPO_DIR} -name "*.py" \
RUN /bin/bash ${REPOS_DIR}/parser/tests/parser_install.sh ${REPOS_DIR}
RUN wget -q https://raw.githubusercontent.com/openstack/rally/${RALLY_TAG}/install_rally.sh \
- && bash install_rally.sh --yes && rm install_rally.sh
+ && bash install_rally.sh --branch ${RALLY_TAG} --yes && rm install_rally.sh
RUN add_images.sh