commit | 124630518d150ad861e52a3a36cf7ec633fedfe7 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Fri Jan 19 09:26:09 2018 -0800 |
committer | Jonathan Hart <jono@opennetworking.org> | Tue Feb 27 10:43:07 2018 -0800 |
tree | 34a77739619ce0927d52beae78673d4894827935 | |
parent | 068bddbd831979a4590f6d77ca05f78e5d45bc84 [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