Instant OpenHIE
  • Landing
  • Vision
  • Get Started
    • Quick start
    • Config
    • CLI reference
  • Packages
    • What are packages?
    • Create a package
      • Script
      • Package Metadata
    • Adding your package
  • Concepts
    • Overview
    • Architecture
  • Community
Powered by GitBook
On this page
  • Using a custom package config
  • In a custom docker image

Was this helpful?

Edit on GitHub
Export as PDF
  1. Packages

Adding your package

PreviousPackage MetadataNextConcepts

Last updated 1 year ago

Was this helpful?

Packages can be added in tow different ways. These are described below.

Using a custom package config

You may define custom packages either in the or via a . This configuration can either be a local path to the package or a github url.

In a custom docker image

Packages can be built into a custom docker image that you may version and push to Docker Hub as you wish. This is the image referenced in the image property of the config file. This image MUST be built by extending the openhie/package-base package which contains some key dependencies. See an example of how Jembi does this . You simple need to add your package folder into the image.

config file
command line flag
for Jembi Platform here