replace ENTRYPOINT 32/110532/2
authorSchmalzried, Terry (ts862m) <ts862m@att.com>
Thu, 23 Jul 2020 20:41:06 +0000 (16:41 -0400)
committerSchmalzried, Terry (ts862m) <ts862m@att.com>
Thu, 23 Jul 2020 21:36:12 +0000 (17:36 -0400)
Replace ENTRYPOINT in base image with the shell command previously used.

Issue-ID: DCAEGEN2-2330
Change-Id: I15105bc40063f6a644233489f66c65248ca77e84
Signed-off-by: Schmalzried, Terry (ts862m) <ts862m@att.com>
pom.xml
resources/sch.sh

diff --git a/pom.xml b/pom.xml
index 04dde26..9f218fc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -226,8 +226,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
                     <user>onap</user>
                     <!-- NOTE: Couldn't figure out how to package the jar to be named: ${project.build.finalName}. This might be
                             because of the clojure maven plugin -->
-                    <entrypoint></entrypoint>
-                    <cmd>["/opt/sch.sh"]</cmd>
+                    <entryPoint>["/bin/sh", "-c", "/opt/sch.sh"]</entryPoint>
                     <!-- copy the service's jar file from target into the root directory of the image -->
                     <resources>
                         <resource>
index 05c8e97..c4e4dab 100755 (executable)
@@ -39,7 +39,7 @@ fi
 
 # Add the cacert to validate inventory's cert to support TLS.  This command is
 # allowed to fail when there is no need for https.
-# NOTE: This user must have permission to write to /etc/ssl/certs/java/cacerts
+# NOTE: This user must have permission to write to /usr/local/openjdk-11/lib/security/cacerts
 keytool -importcert -file $PATH_TO_CACERT -keystore /usr/local/openjdk-11/lib/security/cacerts -alias "inventory" -noprompt -storepass changeit
 
 # Now launch SCH