Hi everyone,
I’m trying to build the bahmni/odoo-connect:1.0.0 image manually as part of customizing Bahmni Dockerization, but I’m facing multiple Java, Maven, and dependency version conflicts during the build. I am not sure which exact Java and Maven versions are required to successfully build this older 1.0.0 release of odoo-connect.
What I am trying to do
-
Building bahmni/odoo-connect 1.0.0 from source
-
Using the Dockerized Bahmni environment
-
Building it as a custom image (
custom-latest
My Questions
-
What Java JDK version is officially supported for building
bahmni/odoo-connect:1.0.0? -
What Maven version should be used?
-
Are there any additional dependency constraints for this older release?
-
Does Bahmni have a recommended builder image (Java + Maven preinstalled) for building legacy modules?
-
What is the proper way to build bahmni/odoo-connect 1.0.0 with custom modification?