diff options
-rw-r--r-- | docker/Dockerfile | 2 | ||||
-rw-r--r-- | docker/core/Dockerfile | 2 | ||||
-rw-r--r-- | docker/parser/Dockerfile | 2 | ||||
-rw-r--r-- | upper-constraints.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 477dce52e..21412aa0d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -13,7 +13,7 @@ LABEL version="0.1" description="OPNFV Functest Docker container" # Environment variables ARG BRANCH=stable/euphrates -ARG RALLY_TAG=stable/0.9 +ARG RALLY_TAG=0.9.1 ARG ODL_TAG=e12ba90cd27577c4c6c70ee54f7d599b5f6777ba ARG OPENSTACK_TAG=stable/ocata ARG VIMS_TAG=stable 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 \ diff --git a/docker/parser/Dockerfile b/docker/parser/Dockerfile index 8ea734c6c..66855dc92 100644 --- a/docker/parser/Dockerfile +++ b/docker/parser/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.6 ARG BRANCH=stable/euphrates ARG OPENSTACK_TAG=stable/pike -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 \ diff --git a/upper-constraints.txt b/upper-constraints.txt index 1222e56d2..f64c3e03b 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -14,6 +14,6 @@ robotframework-httplibrary===0.4.2 robotframework-requests===0.4.7 robotframework-sshlibrary===2.1.3;python_version=='2.7' IPy===0.83 -os-faults===0.1.15 +os-faults===0.1.10 ansible===2.3.2.0 flasgger===0.6.6 |