aboutsummaryrefslogtreecommitdiffstats
path: root/datarouter-subscriber/pom.xml
diff options
context:
space:
mode:
authorDominic Lunanuova <dgl@research.att.com>2020-03-05 13:53:51 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-05 13:53:51 +0000
commitbf72b3396c4a29568ed4093e6cda52c69f322eb7 (patch)
tree91fb668b334e35c75c098d9c057a9c277fda260c /datarouter-subscriber/pom.xml
parentb1ce4e066413a06cd2a2223180b8faac2e763e9f (diff)
parentd20d5f5749f30f547ff80b0821eff8c1c4f3d681 (diff)
Merge "Implementing CSI Docker Benchmark v.1.2.0"
Diffstat (limited to 'datarouter-subscriber/pom.xml')
-rwxr-xr-xdatarouter-subscriber/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/datarouter-subscriber/pom.xml b/datarouter-subscriber/pom.xml
index 28372f4e..a2e99366 100755
--- a/datarouter-subscriber/pom.xml
+++ b/datarouter-subscriber/pom.xml
@@ -112,7 +112,9 @@
<name>${datarouter.sub.image.name}</name>
<build>
<cleanup>try</cleanup>
- <dockerFileDir>${basedir}/target/docker-stage</dockerFileDir>
+ <noCache>true</noCache>
+ <optimise>true</optimise>
+ <contextDir>${basedir}/target/docker-stage</contextDir>
<dockerFile>Dockerfile</dockerFile>
<tags>
<tag>${dockertag1}</tag>