From cd8b14b63381111b4432689e78935ae8c2c6f083 Mon Sep 17 00:00:00 2001 From: "Schmalzried, Terry (ts862m)" Date: Fri, 17 Jul 2020 16:26:22 -0400 Subject: 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) --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 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. latest onap/integration-java11:7.0.0 - onap - chmod 666 /usr/local/openjdk-11/lib/security/cacerts + onap -- cgit 1.2.3-korg