diff options
author | Ashish Singh <ashishsingh2k8@gmail.com> | 2016-09-14 15:51:51 +0530 |
---|---|---|
committer | Ashish Singh <ashishsingh2k8@gmail.com> | 2016-09-14 16:01:14 +0530 |
commit | 8fdb64e2edce12589ab59594fbb914df3c32b81b (patch) | |
tree | d7d54d9f7d3d7010a34fbbd41e0a9e2f0d79898c | |
parent | 737648750587eeb9834b8bf190ae2fc0a2a8ab53 (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>
-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 |