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 --- ms/blueprintsprocessor/application/pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'ms/blueprintsprocessor/application/pom.xml') diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index db3bb949a..701d8139b 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -406,6 +406,7 @@ ${image.name} try + true ${basedir}/target/docker-stage ${project.docker.latestminortag.version} -- cgit 1.2.3-korg