summaryrefslogtreecommitdiffstats
path: root/ansible-server
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 /ansible-server
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 'ansible-server')
-rw-r--r--ansible-server/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml
index 46e1de44..22f38086 100644
--- a/ansible-server/pom.xml
+++ b/ansible-server/pom.xml
@@ -140,6 +140,7 @@
<name>${image.name}</name>
<build>
<cleanup>try</cleanup>
+ <noCache>true</noCache>
<contextDir>${basedir}/target/docker-stage</contextDir>
<dockerFile>Dockerfile</dockerFile>
<tags>