diff options
author | Ashish Singh <ashishsingh2k8@gmail.com> | 2016-09-14 15:51:51 +0530 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-09-14 11:29:26 +0000 |
commit | bb2a2249ec50f050d5b23ef88e98c343fb6f790f (patch) | |
tree | 43be68b507cbb6a44b5a0172f3437580df9f96bc /docker | |
parent | 3d012db86bbdfeb51ed5c6da52523fc2647dffb0 (diff) |
Include latest tag for Multisite Kingbird
Fix for one of Kingbird testcase failure is in latest tag.
Modifying docker to pick the latest kingbird tag from github.
Change-Id: I4250322b808a104511e68b9a085717e6141a9eca
Signed-off-by: ashish singh <ashishsingh2k8@gmail.com>
(cherry picked from commit 8fdb64e2edce12589ab59594fbb914df3c32b81b)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 3d9940406..7120d3480 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -33,7 +33,7 @@ ARG TEMPEST_TAG=12.2.0 ARG RALLY_TAG=0.5.0 ARG ODL_TAG=release/beryllium-sr3 ARG OPENSTACK_TAG=stable/mitaka -ARG KINGBIRD_TAG=0.2.1 +ARG KINGBIRD_TAG=0.2.2 ARG VIMS_TAG=stable ENV HOME /home/opnfv ENV repos_dir /home/opnfv/repos |