Sign inSign up

gluech/msghandler

By gluech

•Updated 2 months ago

Open eGov MessageHandler

Image
0

3.2K

gluech/msghandler repository overview

⁠Open eGov MessageHandler Docker

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⁠.

⁠Build the image for development

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 .

⁠Usage

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

⁠How to test drive MH?

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.

DirectoryDescription
host-folders/confMH configuration relative to host-folders
host-folders/logMH log files
host-folders/sedex/interfacesedex interface direcories
host-folders/mh/ech-0112sample inbox, outbox and receipts directories of transparent (aka sedex) application
host-folders/mh/eschkgsample inbox, outbox and signing-outbox directories of native (aka eSchKG/eLP) application
host-folders/mh/workingWorking directories of MH

Use the configuration and directory structure underneath the directory host-folders as a model for your own deployments.

⁠Docker hub tags

TagDescriptionRelease date
1.1.1MessageHandler 3.5.2, Bellsoft Liberica JRE 17.0.19, Alpaquita Stream2026-07-28
1.1.0MessageHandler 3.5.1, Bellsoft Liberica JRE 17.0.17, Alpaquita Stream2026-01-29
mh-1.0.3MessageHandler 3.4.5, Amazon Corretto JRE 8u432, Alpine 3.202024-11-12
mh-1.0.2MessageHandler 3.4.4, Amazon Corretto JRE 8u402, Alpine 3.192024-04-12
mh-1.0.1MessageHandler 3.4.3, Amazon Corretto JRE 8u382, Alpine 3.182023-07-27
mh-1.0.0MessageHandler 3.4.2, Amazon Corretto JRE 8u372, Alpine 3.172023-06-01
devDevelopment version. Do not use for production

⁠Why does the tag latest not exist?

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.

⁠Known Vulnerabilities

As of July 2026 no vulnerabilities with a CVSS Score >= 7 are known.

CVE-IDSeverity
CVE-2026-598896.5
GHSA-mhm7-754n-r9p8w6.5
CVE-2026-545155.3

Tag summary

Content type

Image

Digest

sha256:005476d2e…

Size

174.2 MB

Last updated

2 months ago

docker pull gluech/msghandler:1.1.1