openmrs/openmrs-reference-application-distro

Sponsored OSS

By OpenMRS, Inc.

Updated about 3 years ago

OpenMRS reference application distribution

Image
Content management system
9

100K+

openmrs/openmrs-reference-application-distro repository overview

PLEASE NOTE THAT THE REPO HAS BEEN MOVED TO: https://hub.docker.com/r/openmrs/openmrs-reference-application

OpenMRS reference application 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.7.0:build-distro -B -Ddir=demo-server -Ddistro=referenceapplication:<version> -Dbundled=true
$ cd demo-server/web/
$ docker build -t openmrs/openmrs-reference-application-distro:<version> .
$ docker push openmrs/openmrs-reference-application-distro:<version>

Bundled option was included from version 2.6.


The following tags are available:

  • nightly: on every green build
  • latest: latest stable/released version
  • releases: e.g. 2.5, 2.6, and so on.
  • test servers versions: check OpenMRS environments for all the details on other tags

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:75c4fef7a

Size

366.3 MB

Last updated

about 3 years ago

docker pull openmrs/openmrs-reference-application-distro:uat

This week's pulls

Pulls:

700

Last week