aboutsummaryrefslogtreecommitdiffstats
path: root/docker/osdf/assembly
diff options
context:
space:
mode:
authorkrishnaa96 <krishna.moorthy6@wipro.com>2021-06-24 16:12:32 +0530
committerkrishnaa96 <krishna.moorthy6@wipro.com>2021-06-24 16:16:01 +0530
commitabff9d4966b12beeafcf8366712d2e27555fd2a2 (patch)
tree8352661c14073f2fa9eef64e60e199fcc690c517 /docker/osdf/assembly
parent1176c145328a61f314ccba63c4083d2d1990d4dc (diff)
Remove unwanted components from image
Remove unwanted linux components from the docker image and move the common parts to osdf-base image Issue-ID: OPTFRA-853 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I1b2185781e187526bae114ad718c4758d373cee5
Diffstat (limited to 'docker/osdf/assembly')
-rw-r--r--docker/osdf/assembly/osdf-files.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/docker/osdf/assembly/osdf-files.xml b/docker/osdf/assembly/osdf-files.xml
index fc8a864..1b7c349 100644
--- a/docker/osdf/assembly/osdf-files.xml
+++ b/docker/osdf/assembly/osdf-files.xml
@@ -46,14 +46,13 @@
<fileSets>
<fileSet>
<includes>
- <include>${project.build.finalName}.zip</include>
- </includes>
- <directory>${project.build.directory}</directory>
- <outputDirectory>/</outputDirectory>
- </fileSet>
- <fileSet>
- <includes>
<include>apps/**</include>
+ <include>osdf/**</include>
+ <include>config/**</include>
+ <include>setup.py</include>
+ <include>osdfapp.py</include>
+ <include>requirements.txt</include>
+ <include>requirements-osdf.txt</include>
</includes>
<excludes>
<exclude>**/*.pyc</exclude>