diff options
author | liyin <liyin11@huawei.com> | 2016-12-01 15:32:13 +0800 |
---|---|---|
committer | liyin <liyin11@huawei.com> | 2016-12-01 15:34:59 +0800 |
commit | 0c8b2ef0c9749dc26d88e302a53ecc06c1258d36 (patch) | |
tree | ce24cdc757e0948eff5e8fd76f9a71113ebb5e5e /docker/bottleneck-compose/yardstick | |
parent | e53b6485f23fcb017a1a1bb376d5febfe92b5294 (diff) |
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>
Diffstat (limited to 'docker/bottleneck-compose/yardstick')
-rw-r--r-- | docker/bottleneck-compose/yardstick/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |