From 0c8b2ef0c9749dc26d88e302a53ecc06c1258d36 Mon Sep 17 00:00:00 2001
From: liyin <liyin11@huawei.com>
Date: Thu, 1 Dec 2016 15:32:13 +0800
Subject: docker-compose dockerfile change

JIRA: BOTTLENECK-112

this patch change the yardstick and bottlenecks dockerfile
from stable to latest

Change-Id: I095957dc6aba25d76bb8e60be97c171c4a59ce57
Signed-off-by: liyin <liyin11@huawei.com>
---
 docker/bottleneck-compose/bottlenecks/Dockerfile | 2 +-
 docker/bottleneck-compose/yardstick/Dockerfile   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/bottleneck-compose/bottlenecks/Dockerfile b/docker/bottleneck-compose/bottlenecks/Dockerfile
index 5c793317..8e305111 100644
--- a/docker/bottleneck-compose/bottlenecks/Dockerfile
+++ b/docker/bottleneck-compose/bottlenecks/Dockerfile
@@ -1,4 +1,4 @@
-FROM opnfv/bottlenecks:stable
+FROM opnfv/bottlenecks:latest
 
 USER root
 
diff --git a/docker/bottleneck-compose/yardstick/Dockerfile b/docker/bottleneck-compose/yardstick/Dockerfile
index ae9181b0..e7e44f0d 100644
--- a/docker/bottleneck-compose/yardstick/Dockerfile
+++ b/docker/bottleneck-compose/yardstick/Dockerfile
@@ -1,4 +1,4 @@
-FROM opnfv/yardstick:stable
+FROM opnfv/yardstick:latest
 
 USER root
 
-- 
cgit