This repository is used to build the offical docker image for Open eGov MessageHandler. Further information regarding Open eGov MessageHandler consult the MessageHandler Wiki
This Docker image should be used in conjunction with the offical sedex Docker image.
To build the Docker image locally for development
docker build \
--build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
--build-arg BUILD_VERSION="develop" \
--tag gluech/msghandler:dev .
The docker images are available on Glue AG - MessageHandler Images
To use the MessageHandler images from Docker hub, run
docker pull gluech/msghandler:1.1.1
To test drive the docker image, clone the msghandler-docker repository on Github and
cd .../msghandler-docker
docker compose up -d
The MH container will start up. All files and directories it needs are located underneath the directory host-folders.
| Directory | Description |
|---|---|
| host-folders/conf | MH configuration relative to host-folders |
| host-folders/log | MH log files |
| host-folders/sedex/interface | sedex interface direcories |
| host-folders/mh/ech-0112 | sample inbox, outbox and receipts directories of transparent (aka sedex) application |
| host-folders/mh/eschkg | sample inbox, outbox and signing-outbox directories of native (aka eSchKG/eLP) application |
| host-folders/mh/working | Working directories of MH |
Use the configuration and directory structure underneath the directory host-folders as a model for your own
deployments.
| Tag | Description | Release date |
|---|---|---|
| 1.1.1 | MessageHandler 3.5.2, Bellsoft Liberica JRE 17.0.19, Alpaquita Stream | 2026-07-28 |
| 1.1.0 | MessageHandler 3.5.1, Bellsoft Liberica JRE 17.0.17, Alpaquita Stream | 2026-01-29 |
| mh-1.0.3 | MessageHandler 3.4.5, Amazon Corretto JRE 8u432, Alpine 3.20 | 2024-11-12 |
| mh-1.0.2 | MessageHandler 3.4.4, Amazon Corretto JRE 8u402, Alpine 3.19 | 2024-04-12 |
| mh-1.0.1 | MessageHandler 3.4.3, Amazon Corretto JRE 8u382, Alpine 3.18 | 2023-07-27 |
| mh-1.0.0 | MessageHandler 3.4.2, Amazon Corretto JRE 8u372, Alpine 3.17 | 2023-06-01 |
| dev | Development version. Do not use for production |
In the Docker world, the special tag latest usually points to the latest image for a container. It can be dangerous to use this tag, as it references different versions of the container over time that may not be compatible. Using the latest tag can lead to unpredictable behaviour. For this reason, we avoid using the latest tag. For more about the different versions and tags of the Docker image, see above.
As of July 2026 no vulnerabilities with a CVSS Score >= 7 are known.
| CVE-ID | Severity |
|---|---|
| CVE-2026-59889 | 6.5 |
| GHSA-mhm7-754n-r9p8w | 6.5 |
| CVE-2026-54515 | 5.3 |
Content type
Image
Digest
sha256:005476d2e…
Size
174.2 MB
Last updated
2 months ago
docker pull gluech/msghandler:1.1.1