Docker Image with KoSIT Validator 1.6.3 an EN16391 and XRechnung 3.0.2 (German CIUS)
2.5K
Ready-to-use Docker image for validating German e-invoices against XRechnung 3.0.2, ZUGFeRD/Factur-X, and EN 16931 (UBL & CII).
Built on the official KoSIT Validator with the XRechnung Validator Configuration.
docker run -d -p 8081:8081 apps4everything/kosit-validator-xrechnung:3.0.2-3
curl -s -X POST http://localhost:8081/ \
-H "Content-Type: application/xml" \
-d @invoice.xml
The response is an XML validation report containing the assessment, errors, warnings, and applied rules.
curl http://localhost:8081/server/health
The image includes a built-in Docker health check (every 30s).
| Component | Version |
|---|---|
| KoSIT Validator | 1.6.3 |
| XRechnung | 3.0.2 |
| XRechnung Config | 2026-01-31 |
services:
xrechnung:
image: apps4everything/kosit-validator:3.0.2-2
ports:
- "8081:8081"
restart: unless-stopped
Apache 2.0
Content type
Image
Digest
sha256:1cb2405a0…
Size
90.7 MB
Last updated
21 days ago
docker pull apps4everything/kosit-validator-xrechnung