From 11687d2f164326e65b2d038563bc9dcda5e42acc Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Fri, 19 Mar 2021 15:08:22 -0400 Subject: Fixing DockerFile to avoid IOException chown on /opt isn't enough as files/directory permissions needs change so that onap user can access to execute Even if chown onap:onap was done, it was failing to create/run script due to permission issues Adding noCache to docker-maven-plugin so that it won't pick cached layers Issue-ID: CCSDK-3224 Signed-off-by: Singal, Kapil (ks220y) Change-Id: Idf56465eff6fa42b523bccfca56f84e93496a8d2 --- cds-ui/application/pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'cds-ui/application/pom.xml') diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index 1a184ee2e..6831c9aec 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -75,6 +75,7 @@ limitations under the License. ${image.name} try + true ${project.docker.latestminortag.version} ${project.docker.latestfulltag.version} -- cgit 1.2.3-korg