summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-10-27 11:33:17 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-10-27 11:56:43 +0200
commit15b3284a90b6337361c6dea6134e76045de2415d (patch)
treeaa5e6be34de4cdfd94ed6949e85a1ca32da8d33a
parent431dcea1e9882cc0c58f3d23b02e1cbeb1bcf925 (diff)
Update rally and rally-openstack tags
It switches from commit id to tag in case of rally-openstack. Change-Id: I0316f33e960b1ddc50acdae20603eeeaba3e6942 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--docker/tempest/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/tempest/Dockerfile b/docker/tempest/Dockerfile
index f457d2ec4..6c54a4cf3 100644
--- a/docker/tempest/Dockerfile
+++ b/docker/tempest/Dockerfile
@@ -2,9 +2,9 @@ FROM opnfv/functest-core:hunter
ARG BRANCH=stable/hunter
ARG OPENSTACK_TAG=stable/rocky
-ARG RALLY_TAG=1.1.0
-ARG RALLY_OPENSTACK_TAG=67882d55ca453d6aa863d279ec4cfc2b52c80f0a
-ARG OS_FAULTS_TAG=0.1.17
+ARG RALLY_TAG=1.2.1
+ARG RALLY_OPENSTACK_TAG=1.3.0
+ARG OS_FAULTS_TAG=0.1.18
RUN apk --no-cache add --virtual .build-deps --update \
python-dev build-base linux-headers libffi-dev \