Update LABEL in docker file for Ubuntu 18 11/66211/1
authorStepan Andrushko <stepanx.andrushko@intel.com>
Fri, 4 Jan 2019 18:19:52 +0000 (20:19 +0200)
committerStepan Andrushko <stepanx.andrushko@intel.com>
Fri, 4 Jan 2019 18:19:52 +0000 (20:19 +0200)
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>
docker/Dockerfile_ubuntu18

index a9dfaeb..e9fe42e 100644 (file)
@@ -9,7 +9,7 @@
 
 FROM ubuntu:18.04
 
-LABEL image=opnfv/yardstick
+LABEL image=opnfv/yardstick-ubuntu-18.04
 
 ARG BRANCH=master