Sign inSign up

openmrs/openmrs-distro-platform

Sponsored OSS

By OpenMRS, Inc.

Updated 2 days ago

OpenMRS platform distribution

Image
Buildkit cache
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:06be223bf

Size

315.6 MB

Last updated

2 days ago

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

This week's pulls

Pulls:

392

Last week