diff options
author | 2021-06-24 16:12:32 +0530 | |
---|---|---|
committer | 2021-06-24 16:16:01 +0530 | |
commit | abff9d4966b12beeafcf8366712d2e27555fd2a2 (patch) | |
tree | 8352661c14073f2fa9eef64e60e199fcc690c517 /docker/opteng/assembly/osdf-files.xml | |
parent | 1176c145328a61f314ccba63c4083d2d1990d4dc (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/opteng/assembly/osdf-files.xml')
-rw-r--r-- | docker/opteng/assembly/osdf-files.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docker/opteng/assembly/osdf-files.xml b/docker/opteng/assembly/osdf-files.xml index 60dd6cc..03a6c45 100644 --- a/docker/opteng/assembly/osdf-files.xml +++ b/docker/opteng/assembly/osdf-files.xml @@ -37,6 +37,10 @@ <fileSet> <includes> <include>runtime/**</include> + <include>osdf/**</include> + <include>config/**</include> + <include>setup.py</include> + <include>solverapp.py</include> </includes> <excludes> <exclude>**/*.pyc</exclude> @@ -50,6 +54,5 @@ </includes> <outputDirectory>/</outputDirectory> </fileSet> - </fileSets> </assembly> |