Splitting our dockerhub organisation

Happy new year everyone :slight_smile:

Just letting you know that i will be moving some docker images from Openmrs to OpenMRS infra in the next couple of days to avoid confusion.

The images that will move are the ones that are only used by our infrastructure team (for example, our ID, addons, atlas). OpenMRS and OCL images will remain where they are.

Hopefully that will prevent confusion between the images available for the community and the ones that are only relevant for ourselves.

Please let me know if you see any problem with that.

cc @raff, @burke

2 Likes

Happy new year. Where i could find image without test data for production.

Hi @prapakaran

They continue on the same place as before

https://hub.docker.com/u/openmrs

There’s no data or database on that image.

@cintiadr May i know where i could find steps for installation along with new DB set-up for production.

Does this help?

https://wiki.openmrs.org/display/docs/Installing+OpenMRS+on+Docker

1 Like

Thank you. Is there plan for adding order entry module(https://wiki.openmrs.org/display/projects/Order+Entry+UI+Administrator+Guide) with core build.

@prapakaran, I don’t think so. At least I couldn’t find anything in talk, but maybe @dkayiwa would know better.

That said, you can install modules to reference application and they are going to be persisted across docker containers if you setup volumes: https://github.com/openmrs/openmrs-contrib-ansible-docker-compose/blob/master/files/modules-refapp/docker-compose.yml#L37

1 Like

Correct. We do not plan to do so.

@cintiadr @dkayiwa Is there docker-compose for accessing external DB with SSL JDBC connection. Is it possible for openmrs?

Oh sorry, I forgot to come back.

So it seems like the default docker image we have do not support SSL connection to MySQL.

If I remember it correctly, you want to use some extra parameters in the connection URL, right?

You might want to create your own images based on ours (maybe you might need to modify java truststore as well if it’s not a certificate signed by a trusted CA).

@dkayiwa do you know if there’s something some asked before?

@cintiadr Thanks for the update. Let me try to build new image. We would like to put DB on separate box instead of single box. Since the certificate used only DB and web, am going with self signed. It is not accessed by outside world. Is it possible to list of out what are the changes i need to make while building new image.

Thanks Prapa