Creating a build pipeline for OpenMRS 3.0

Alright after a few more commits and messing around with things, we have a working CI pipeline to build 3.x and actual images for the gateway, the frontend, and the backend with all the necessary components embedded in them.

That build has two pathways, one to build a “dev” image with the latest ESMs (at the time it’s run) and one to build a “demo” image with the latest released versions of the ESMs (at the time it’s run).

Next, I think we need to get the necessary docker-compose stuff added to the ansible configurations and then get it deployed somewhere.

4 Likes