aboutsummaryrefslogtreecommitdiffstats
path: root/docker
AgeCommit message (Collapse)AuthorFilesLines
2021-06-24Remove unwanted components from imagekrishnaa966-97/+122
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
2021-01-05Remove ca-cert from docker imagekrishnaa961-4/+0
CA cert can be directly used by the request library. So it is not needed to install in the base image Issue-ID: OPTFRA-891 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Ia7642cded9057148abcaf0f2f8c9e85d63a08012
2020-09-13Upgrade osdf python to 3.8vrvarma2-36/+34
Upgrade docker image to ubuntu20.04 Change-Id: I9fbb3acc921fe689bc4a3302543e5e872c72668f Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-796
2020-03-27optf-osdf pod failing to start in k8s env2.0.2vrvarma1-0/+5
Change-Id: I4c9f4f5df5462419e39b063666ff5f5187ad71ef Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-729
2020-03-23Refactor docker timeouts for opteng imagevrvarma2-3/+2
scikit-learning package is causing timeouts for alpine based docker. Change-Id: I1b8670bacce9135b74d01778da47926f10f09e6a Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-722
2020-03-20fix csit, cleanup dockerfile for osdfvrvarma2-9/+12
Change-Id: Ie3d44592a382ba8e886c2a7544520cbed6971f84 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-722
2020-03-04Adding the generic solver codevrvarma5-2/+138
Add docker file for optim engine Run pods as a non-root user Fix docker tag script Change-Id: If25fe66b839a70e83e35292031a2da012e81fe47 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-712
2020-02-25Setting the python oparent to 3.0.0 for osdfvrvarma1-3/+2
Change-Id: I333b5be4260d4968d7a9602eccdb8a8e3d99bea9 Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-686
2019-12-13osdf rearchitecture into apps and libsvrvarma2-11/+82
Change-Id: I2db2f8e252bd5e60807b2ffabf5a5b193a789f7a Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-637
2018-08-08Fix the docker build image workflowv1.2.0Dileep Ranganathan1-10/+26
Fixed the Docker build image workflow. Added seperate tagging for SNAPSHOT-latest and STAGING-latest There are two docker jobs currently. One produces SNAPSHOT images and other produces STAGING images. SNAPSHOT images are build from nexus2 maven snapshots artifacts where as STAGING images are built from nexus2 maven releases artifacts. Removed libxml2-utils dependency from docker build image script. Since the dedicated docker node might be shared by multiple jobs, apt-get install inside the script might cause conflict and cause failure of the docker jenkins jobs. Moved the dependency to be part of the jenkins infrastructure node itself. Change-Id: Ib33681ade6408a1116a5be84f19d0bf84e188aac Issue-ID: OPTFRA-301 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-07-30Added missing sudo privilegesDileep Ranganathan1-1/+1
Added the missing sudo privilieges required to install packages Change-Id: Ic59a83eac17a18f24e78a7a52823dbb58ad58b08 Issue-ID: OPTFRA-301 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-07-30Missing xmllint package for version scrapingDileep Ranganathan1-0/+1
Installed missing xmllint package for version scraping Change-Id: I019c8d43ef145b3713f7267d52bd14fec5df2a76 Issue-ID: OPTFRA-301 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-07-25Fix Docker image to use the nexus artifactsDileep Ranganathan2-15/+63
Fixed Docker image to use the nexus artifacts instead of building from source. Added proxy support. Updated the Docker image version for Casablanca. Change-Id: If7f6eb206356c5b255804f27949d23ab85068f52 Issue-ID: OPTFRA-301 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-05-16Updating the config fileAnkitkumar Patel1-1/+1
Updating the config file as workaround Issue-ID: OPTFRA-237 Change-Id: Iacdb4e8ab0f38d0809c4881b3faca0b4f3164d0c Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
2018-05-16Updated DockerFile to set environment variableAnkitkumar Patel1-1/+1
Updated docker file to set the environment variable Issue-ID: OPTFRA-237 Change-Id: I97275c9c7b3963b6282a8d59f4177dc8b94e53fe Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
2018-05-07Updated docker fileAnkitkumar Patel1-1/+1
Updated docker file Issue-ID: OPTFRA-200 Change-Id: Iac689582a86a73e36048b93daf656d162aa5a3af Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
2018-05-04EELF logging is addedAnkitkumar Patel1-1/+1
EELF logging is added. Issue-ID: OPTFRA-227 Change-Id: I2ec7ab4c13f93736acee82a36b9420480d78b50c Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
2018-04-22Fixing the docker file to set default python execVarma, Vikas (vv8305)1-0/+2
Change-Id: I3bd6f16b85ada4111585818a3009de75f7294665 Issue-ID: OPTFRA-221 Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com>
2018-03-28Adding an autostart in DockerSastry Isukapalli1-0/+2
Issue-ID: OPTFRA-22 Change-Id: I6b5e072d48d312e86cd681908e62b71059774093 Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
2018-03-24fixing docker image tagramkri1231-1/+1
Issue-ID: OPTFRA-22 Change-Id: Iacd81643a3a317171aaa3af8e78b2c6a33c52348 Signed-off-by: ramkri123 <ramkri123@gmail.com>
2018-03-24fixing name of staging imageramkri1231-1/+1
Issue-ID: OPTFRA-22 Change-Id: Iea233cbebc5b277ee23e7e52edce3778a23308a0 Signed-off-by: ramkri123 <ramkri123@gmail.com>
2018-03-24Fix bug in docker build scriptSastry Isukapalli1-1/+1
Fixed a spurios typo in date command Issue-ID: OPTFRA-22 Change-Id: I4a9b02f52d07bba2091b95ab201c9fc0b252f971 Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
2018-03-22Add docker components for CSITSastry Isukapalli2-0/+101
Added license to Dockerfile Added 8699 internal port and 8698 external port Issue-ID: OPTFRA-22 Change-Id: I232acc6cd417efda164ae825362dcc6d0be28a12 Signed-off-by: Sastry Isukapalli <sastry@research.att.com>