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 | |
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')
-rw-r--r-- | docker/bottleneck-compose/bottlenecks/Dockerfile | 2 | ||||
-rw-r--r-- | 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 |