summaryrefslogtreecommitdiffstats
path: root/conductor/docker/assembly
diff options
context:
space:
mode:
authorkrishnaa96 <krishna.moorthy6@wipro.com>2021-04-15 15:07:47 +0530
committerkrishnaa96 <krishna.moorthy6@wipro.com>2021-05-03 19:42:38 +0530
commitbfa74aaed03f8aa120f9197bc5c5ed93ba442d84 (patch)
treefad1702088d59bdad101a9f09c9c213eff66c37d /conductor/docker/assembly
parent3b2b42576c88549511443042dcd2298242a4ba06 (diff)
Remove gplv3 components from docker image
Remove unwanted components installed in the image which might possibly be using a gplv3 license. Issue-ID: OPTFRA-853 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I375fa84fe598824ba0c4baf3401a520b9aa21ab2
Diffstat (limited to 'conductor/docker/assembly')
-rw-r--r--conductor/docker/assembly/has-files.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/conductor/docker/assembly/has-files.xml b/conductor/docker/assembly/has-files.xml
index 9590740..f190725 100644
--- a/conductor/docker/assembly/has-files.xml
+++ b/conductor/docker/assembly/has-files.xml
@@ -46,7 +46,7 @@
<fileSets>
<fileSet>
<includes>
- <include>${project.build.finalName}.zip</include>
+ <include>${project.build.finalName}/**</include>
</includes>
<directory>${project.build.directory}</directory>
<outputDirectory>/</outputDirectory>