openmrs/openmrs-distro-platform

Sponsored OSS

By OpenMRS, Inc.

Updated about 2 months ago

OpenMRS platform distribution

Buildkit cache
Image
1

10K+

openmrs/openmrs-distro-platform repository overview

OpenMRS Platform docker image.

Used in our test environments: https://wiki.openmrs.org/x/-oO8Bg


The docker image used was generated by OpenMRS SDK, and deployed to Docker hub from CI:

$ mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:3.12.4:build-distro -B -Ddir=target/distro -Ddistro=./openmrs-distro.properties  -Dbundled=true
$ cd target/distro/web/
$ docker build -t openmrs/openmrs-distro-platform:<version> .
$ docker push openmrs/openmrs-distro-platform:<version>

Image generated by version 3.7.0+ of SDK has the following environment variables available:

  • DB_DATABASE
  • DB_HOST
  • DB_USERNAME
  • DB_PASSWORD
  • DB_CREATE_TABLES: 'false'/'true' (default: false)
  • DB_AUTO_UPDATE: 'false'/'true' (default: false)
  • MODULE_WEB_ADMIN: 'false'/'true' (default: true)
  • DEBUG: 'false'/'true' (default: false)

Tag summary

Content type

Image

Digest

sha256:81bafa860

Size

284.7 MB

Last updated

about 2 months ago

docker pull openmrs/openmrs-distro-platform:2.3.7-SNAPSHOT

This week's pulls

Pulls:

147

Last week