Overview
This chapter reflects the docker images that are part of the module. The docker images in the below table are shortly described i.e. whats meant by the images and wether it is mandatory "required" or not.
Definition Docker Images: A Docker image is a file used to execute code in a Docker container. Docker images act as a set of instructions to build a Docker container, like a template. Docker images also act as the starting point when using Docker. An image is comparable to a snapshot in virtual machine (VM) environments.
BCI Common Docker Registry (BCIDockerRegistry) contains all docker base images, other Nexeed modules' images or any general helpful images needed in BCI. The BCIDockerRegistry address is bcidockerregistry.azurecr.io
The Master Data Management consists of the following docker images.
| Docker Image | Description | Required |
|---|---|---|
mmpd/equipment-management-service |
One of the three main components of MDM the Equipment Management service |
x |
mmpd/process-service |
One of the three main components of MDM the Process service |
x |
mmpd/material-service |
One of the three main components of MDM the Material service |
x |
mmpd/messaging-service |
The Messaging service. Handles AMQP messaging for both Equipment and Process. |
x |
mmpd/nginx-gateway |
Web server serving as a reverse proxy and load balancer |
x |
mmpd/master-data-management-ui-tests |
Equipment Management e2e tests for UI |
x |
mmpd/equipment-performance-tests |
Equipment Management performance tests |
|
mmpd/process-e2e-ui-tests |
Process e2e tests for UI |
|
mdm/process-performance-tests |
Process performance tests |
|
mdm/helmchart/mmpd |
MDM module helmchart |
|
mmpd/material-e2e-ui-tests |
Material e2e tests for UI |
x |