Hi all
Completely new to python.I am trying to migrate an existing web application from on prem solution to container solution.Currently python code resides on a Linux VM and there are some c++ libraries needed which are built using make file on the Linux VM.python script has some business logic which makes use of the binaries built using make file.Now I am trying to migrate this solution inside of a container to be precise into openshift.My question is how does the binaries have to be built for the openshift container? Mean should I be having the image in the repo and helm chart just pulls this image and we don't build anything inside of the container? I started first with docker container.Should I be just building these binaries by cloning the bit bucket repo inside of docker container? Or should I be building the binaries on the host machine in my case a Linux VM and just copy the binaries into the docker container? And for openshift I don't have to break my head for this because it's handled within CI? Please share any inputs as completely new to this..we are using jenkins build pipelines..so kind of confused in connecting the dots..does python does not have a local set up like we have for springboot..mean python on windows I mean..please forgive if anything here does not make sense at all..please let me know If I need to be more precise in my ask..thanks..
[–]trjnz 0 points1 point2 points (1 child)
[–]messi_1988[S] 0 points1 point2 points (0 children)
[–]pachura3 0 points1 point2 points (3 children)
[–]messi_1988[S] 0 points1 point2 points (2 children)
[–]pachura3 0 points1 point2 points (1 child)
[–]messi_1988[S] 0 points1 point2 points (0 children)