medic / medic-os

A space-efficient Linux-based operating system, designed specifically to run Medic's mHealth platform. This is the build system and source code; Docker images will be available on Medic's website.
https://medic.org
GNU Affero General Public License v3.0
10 stars 6 forks source link

Horti hardcoded to install specific medic-api version #41

Closed Hareet closed 5 years ago

Hareet commented 5 years ago

During medic-os startup scripts, horti was setup to pull medic:medic:master and install that version of medic-api.

It looks like medic:medic:master is the latest master branch and contains some breaking code. Horticulturalist hardcoded to install medic-api version 3.0.0 works as intended.

I'm okay with keeping this hardcoded to 3.0.0 on container launch since that is the base version of our new app + infrastructure.