From 0a897d6edd561976552196572ee843f9fdae4f31 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 28 Mar 2019 20:10:49 +0100 Subject: Prepare Functest Iruya Containers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It takes into account the new branch stable/iruya. Change-Id: I802a42b07ceae2328a812a99a99057beb1b94e5b Signed-off-by: Cédric Ollivier --- docker/tempest/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docker/tempest/Dockerfile') 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 -- cgit 1.2.3-korg