diff options
author | Dominic Lunanuova <dgl@research.att.com> | 2020-03-05 13:53:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-05 13:53:51 +0000 |
commit | bf72b3396c4a29568ed4093e6cda52c69f322eb7 (patch) | |
tree | 91fb668b334e35c75c098d9c057a9c277fda260c /datarouter-subscriber/pom.xml | |
parent | b1ce4e066413a06cd2a2223180b8faac2e763e9f (diff) | |
parent | d20d5f5749f30f547ff80b0821eff8c1c4f3d681 (diff) |
Merge "Implementing CSI Docker Benchmark v.1.2.0"
Diffstat (limited to 'datarouter-subscriber/pom.xml')
-rwxr-xr-x | datarouter-subscriber/pom.xml | 4 |
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> |