diff options
author | Schmalzried, Terry (ts862m) <ts862m@att.com> | 2020-07-17 16:26:22 -0400 |
---|---|---|
committer | Schmalzried, Terry (ts862m) <ts862m@att.com> | 2020-07-17 17:36:39 -0400 |
commit | cd8b14b63381111b4432689e78935ae8c2c6f083 (patch) | |
tree | ac8e9183a417327b1db08e3018addf7a8cc26cf9 | |
parent | f94f4e2bfaa756620584ddcca6f8e0aad9aa3bb0 (diff) |
Removed chmod command that fails image build.
Removed RUN chmod command since it is not permitted by the
Java 11 baseimage that sets the USER to non-root user 'onap'.
Issue-ID: DCAEGEN2-2330
Change-Id: I189c1696f816b41e00af1bbc17d93efbcf03bf5e
Signed-off-by: Schmalzried, Terry (ts862m) <ts862m@att.com>
-rw-r--r-- | pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -221,10 +221,9 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <imageTag>latest</imageTag> </imageTags> <baseImage>onap/integration-java11:7.0.0</baseImage> - <user>onap</user> <runs> - <run>chmod 666 /usr/local/openjdk-11/lib/security/cacerts</run> </runs> + <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> |