aboutsummaryrefslogtreecommitdiffstats
path: root/docker/osdf/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2021-06-24Remove unwanted components from imagekrishnaa961-41/+9
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.8vrvarma1-17/+12
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 imagevrvarma1-1/+1
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 osdfvrvarma1-5/+5
Change-Id: Ie3d44592a382ba8e886c2a7544520cbed6971f84 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-722
2020-03-04Adding the generic solver codevrvarma1-0/+76
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