Can docker-mendix-buildpack Build from Files Other Than .mda?

0
Besides building from an .mda file, are there other file formats supported by docker-mendix-buildpack for building Mendix apps?
asked
1 answers
0

Hi Toan Hoang,

 

docker-mendix-buildpack is able to build from the raw mendix project (.mpr) into .mda file/directories. It is also able to build .mkp files in to .mdafiles/directories. Our company relies on it to facilitate a pipeline that build our raw project into a deployable image on gitlab. You can give a deep dive into the build.py file to better understand the steps.

 

Regards,

Yongyan.

answered