commit | bba65ff06acba42c7da84ed59789ed5157508fa0 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Fri Jan 19 09:26:09 2018 -0800 |
committer | khenaidoo Nursimulu <knursimu@ciena.com> | Fri Jan 19 19:33:40 2018 +0000 |
tree | dcd5afdd23c87fbd9456852798582269b886f7c2 | |
parent | 8536d1b051d722fbea94db0aefeced45807b0a68 [diff] [blame] |
VOL-595 - container image name consistency and general cleanup Change-Id: Iccac1ccba61537cefa046118df139196e9e87713
diff --git a/unum/Makefile b/unum/Makefile index ef82dfe..ce8c23c 100644 --- a/unum/Makefile +++ b/unum/Makefile
@@ -20,7 +20,7 @@ @echo " rm - remove the sample 3 instance cluster" image: - docker build --rm --tag unum:latest . + docker build --rm --tag voltha/unum:latest . deploy: docker stack deploy -c docker-compose.yml test