summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJan Malkiewicz <jan.malkiewicz@nokia.com>2020-10-21 10:52:33 +0200
committerJan Malkiewicz <jan.malkiewicz@nokia.com>2020-10-21 10:55:52 +0200
commitaa23960c5d444dea307e0934b446f12ab0256689 (patch)
tree1a7fb2a36edd1bb1c4dd455984e83c1f00e52ae1 /Makefile
parent74d440cc8ce2d8a6e48121ca017c0d1e9b09f009 (diff)
Fix docker image name.
Issue-ID: OOM-2559 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: Ib2130563379e6160ab7c29592b5d4428d6550b48
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0017e1e..9a9da2c9 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ run-client:
--mount type=bind,src=`pwd`/compose-resources/client-volume/,dst=/var/certs \
--volume `pwd`/certs/truststore.jks:/etc/onap/oom/certservice/certs/truststore.jks \
--volume `pwd`/certs/certServiceClient-keystore.jks:/etc/onap/oom/certservice/certs/certServiceClient-keystore.jks \
- onap/org.onap.oom.certservice.oom-certservice-client:latest
+ onap/org.onap.oom.platform.cert-service.oom-certservice-client:latest
stop-backend:
@echo "##### Stop Cert Service #####"