aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/server/pom.xml
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2021-04-05 13:50:34 +0000
committerGerrit Code Review <gerrit@onap.org>2021-04-05 13:50:34 +0000
commit232f7290449f8f707762740f70a8346f18cdb067 (patch)
tree4d9bfc837df450bbd30cda0cfa6e9a329da3a9bb /cds-ui/server/pom.xml
parent3ca2faef79e4a69cd03f202ab1ae26b4e564e743 (diff)
parent11687d2f164326e65b2d038563bc9dcda5e42acc (diff)
Merge "Fixing DockerFile to avoid IOException"
Diffstat (limited to 'cds-ui/server/pom.xml')
-rw-r--r--cds-ui/server/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml
index c8da49b98..eefcd8848 100644
--- a/cds-ui/server/pom.xml
+++ b/cds-ui/server/pom.xml
@@ -144,6 +144,7 @@ limitations under the License.
<name>${image.name}</name>
<build>
<cleanup>try</cleanup>
+ <noCache>true</noCache>
<dockerFileDir>${basedir}</dockerFileDir>
<tags>
<tag>${project.docker.latestminortag.version}</tag>