summaryrefslogtreecommitdiffstats
path: root/docker/core
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-10-30 09:02:15 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2017-10-30 09:07:29 +0100
commite1ac08297e711ab4a49c062fd30f2ef9379af8a6 (patch)
tree1bc45b2630f1638eb9e64e3f8d3ac85862250855 /docker/core
parent249864cfb9c4b08e95a7a616c09f2c36b5a56c5d (diff)
Select Rally 0.9.1
stable/rally forces to use a newer version os-faults which is not synced and is incompatible by default. Then it selects the rally version tested as the community hugely updates its stable branches. JIRA: PROMISE-88 Change-Id: I6c15f71737af5edac53972a8463cc166bd096a7e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/core')
-rw-r--r--docker/core/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index 929f35d49..316e4e2d2 100644
--- a/docker/core/Dockerfile
+++ b/docker/core/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.6
ARG BRANCH=stable/euphrates
ARG OPENSTACK_TAG=stable/ocata
-ARG RALLY_TAG=stable/0.9
+ARG RALLY_TAG=0.9.1
RUN apk --no-cache add --update \
python libffi libssl1.0 libjpeg-turbo py-pip bash \