aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStepan Andrushko <stepanx.andrushko@intel.com>2019-01-04 20:19:52 +0200
committerStepan Andrushko <stepanx.andrushko@intel.com>2019-01-04 20:19:52 +0200
commit5ef221fa21d7a5cb44879998e3242aa0f20a1db6 (patch)
treec1b3cf5c8a29945d8d92443675b0f3329780b775
parentfd5fdb646ae46819fe2f80e35d0d2630a620e8ee (diff)
Update LABEL in docker file for Ubuntu 18
Label for dcoker image is changed to opnfv/yardstick-ubuntu-18.04. JIRA: YARDSTICK-1470 Change-Id: I983e2b25ba258bbf7ae96efa14f5f994bf783c81 Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
-rw-r--r--docker/Dockerfile_ubuntu182
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile_ubuntu18 b/docker/Dockerfile_ubuntu18
index a9dfaeb6a..e9fe42ecb 100644
--- a/docker/Dockerfile_ubuntu18
+++ b/docker/Dockerfile_ubuntu18
@@ -9,7 +9,7 @@
FROM ubuntu:18.04
-LABEL image=opnfv/yardstick
+LABEL image=opnfv/yardstick-ubuntu-18.04
ARG BRANCH=master