aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSchmalzried, Terry (ts862m) <ts862m@att.com>2020-07-17 16:26:22 -0400
committerSchmalzried, Terry (ts862m) <ts862m@att.com>2020-07-17 17:36:39 -0400
commitcd8b14b63381111b4432689e78935ae8c2c6f083 (patch)
treeac8e9183a417327b1db08e3018addf7a8cc26cf9 /pom.xml
parentf94f4e2bfaa756620584ddcca6f8e0aad9aa3bb0 (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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 510f573..04dde26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>