summaryrefslogtreecommitdiffstats
path: root/ubuntu/pom.xml
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2021-03-28 22:21:54 -0400
committerKAPIL SINGAL <ks220y@att.com>2021-03-29 02:24:59 +0000
commit643e032e9078ab47e1abb1f088aaec58a3361c7c (patch)
tree6eb6ddfcc68e87cc445c6188a1832362f1096821 /ubuntu/pom.xml
parent486bd1768c2b4e6bf4a83326fdc5f7d07d565222 (diff)
Adding noCache docker build argument
noCache will avoid picking the cached layers during the docker image build which may have been corrupted Issue-ID: CCSDK-3226 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: If7e88b80a6127156cff9943a9760db9a6a8a81c2
Diffstat (limited to 'ubuntu/pom.xml')
-rw-r--r--ubuntu/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ubuntu/pom.xml b/ubuntu/pom.xml
index e84c6868..0ee414ed 100644
--- a/ubuntu/pom.xml
+++ b/ubuntu/pom.xml
@@ -84,6 +84,7 @@
<name>${image.name}</name>
<build>
<cleanup>try</cleanup>
+ <noCache>true</noCache>
<contextDir>${basedir}/target/docker-stage</contextDir>
<dockerFile>Dockerfile</dockerFile>
<tags>