Get Docker Images

Docker images are available in Edifecs Docker Registry in Google Cloud Repository (GCR). To get access to the Edifecs Docker Registry, contact Edifecs Customer Support to get the necessary credentials (key.json file).

As a result, you get an email with instructions that show how to:

  • authenticate in Edifecs Docker Registry in GCR,
  • pull Docker images from the registry,
  • create a Kubernetes secret to allow the access to the Edifecs registry from your Kubernetes cluster.

Follow the instructions in the email to pull images from GCR.

Available images

The following XESModule for Docker images are available in GCR:

  • XEServer
  • XEngine
  • XEConnect
  • XESManager
  • Standards database

You can find the full and up-to-date list of Edifecs container images here.

Init Containers

Several containers (XEngine, ECL, HIPAA, HL7, and other standards) run in a Kubernetes cluster as Init Containers - they are special containers that run before others. This design allows you to smoothly update a running container version (for example, an ECL version) without stopping all other containers .