diff options
author | Schmalzried, Terry (ts862m) <ts862m@att.com> | 2020-07-23 16:41:06 -0400 |
---|---|---|
committer | Schmalzried, Terry (ts862m) <ts862m@att.com> | 2020-07-23 17:36:12 -0400 |
commit | 77248eb6d83ac2a124b273874a6c036ff6332721 (patch) | |
tree | 4195201bf2d0736cc48f195855ae50ea6f90c668 /resources/sch.sh | |
parent | cd8b14b63381111b4432689e78935ae8c2c6f083 (diff) |
replace ENTRYPOINT
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>
Diffstat (limited to 'resources/sch.sh')
-rwxr-xr-x | resources/sch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/sch.sh b/resources/sch.sh index 05c8e97..c4e4dab 100755 --- a/resources/sch.sh +++ b/resources/sch.sh @@ -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 |