diff options
author | KAPIL SINGAL <ks220y@att.com> | 2021-04-05 13:50:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-04-05 13:50:34 +0000 |
commit | 232f7290449f8f707762740f70a8346f18cdb067 (patch) | |
tree | 4d9bfc837df450bbd30cda0cfa6e9a329da3a9bb /ms/py-executor/pom.xml | |
parent | 3ca2faef79e4a69cd03f202ab1ae26b4e564e743 (diff) | |
parent | 11687d2f164326e65b2d038563bc9dcda5e42acc (diff) |
Merge "Fixing DockerFile to avoid IOException"
Diffstat (limited to 'ms/py-executor/pom.xml')
-rw-r--r-- | ms/py-executor/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ms/py-executor/pom.xml b/ms/py-executor/pom.xml index 6efb57daf..a39767b35 100644 --- a/ms/py-executor/pom.xml +++ b/ms/py-executor/pom.xml @@ -26,7 +26,7 @@ <artifactId>py-executor</artifactId> - <name>MS Python Script Executor</name> + <name>MS Python Executor</name> <description>Micro-service providing python environment with gRPC binding for python script execution</description> <properties> @@ -117,6 +117,7 @@ <name>${image.name}</name> <build> <cleanup>try</cleanup> + <noCache>true</noCache> <dockerFileDir>${basedir}/target/docker-stage</dockerFileDir> <tags> <tag>${project.docker.latestminortag.version}</tag> |