diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-28 20:10:49 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-28 20:10:49 +0100 |
commit | 0a897d6edd561976552196572ee843f9fdae4f31 (patch) | |
tree | ebde287b4f0333f9e79b2a39262048dbc6eff14f /docker/tempest | |
parent | 1cdfea73e35500fb0f949a548344363a6f709a66 (diff) |
Prepare Functest Iruya Containers
It takes into account the new branch stable/iruya.
Change-Id: I802a42b07ceae2328a812a99a99057beb1b94e5b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/tempest')
-rw-r--r-- | docker/tempest/Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/tempest/Dockerfile b/docker/tempest/Dockerfile index a58730bed..2716b2db3 100644 --- a/docker/tempest/Dockerfile +++ b/docker/tempest/Dockerfile @@ -1,7 +1,7 @@ -FROM opnfv/functest-core +FROM opnfv/functest-core:iruya -ARG BRANCH=master -ARG OPENSTACK_TAG=master +ARG BRANCH=stable/iruya +ARG OPENSTACK_TAG=stable/stein ARG RALLY_TAG=master ARG RALLY_OPENSTACK_TAG=master ARG OS_FAULTS_TAG=0.1.18 |