Build Mendix Docker Image with company proxy and own certificate authority

0
We're currently started to deploy our first mendix application with docker. For this reason we tried to build an image of the application with the docker-mendix-buildpack on an linux server running with ubuntu.  The network traffic is secured with a proxy and the company also uses an own certificate authority. Becauso of this security steps the dockerfile runs into a few errors when trying to fetch the required ressources. Is there a possibility to configure custom proxy and CA settings in the build process without creating an own dockerfile?   
asked
1 answers
0

With plain dockerfile you will need to create your own. 

 

if you are not familiar or do not want to, consider mendix for private cloud product that makes the process a bit easier. It is paid/licensed product: 

 

https://docs.mendix.com/developerportal/deploy/private-cloud/

 

do note mx4pc is only supported in kubernetes/openshift. Your bare linux VM is not enough.

answered