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.
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.