Docker Image with KoSIT Validator 1.6.3 and Peppol Billing BIS 3.0.21
1.7K
Ready-to-use Docker image for validating international e-invoices against Peppol BIS Billing 3.0 and EN 16931 (UBL & CII).
Built on the official KoSIT Validator with the Peppol BIS Validator Configuration.
docker run -d -p 8081:8081 apps4everything/kosit-validator-peppol:3.0.21
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.2 |
| Peppol BIS Billing | 3.0.21 |
| BIS Config | 2026-05-20 |
services:
peppol:
image: apps4everything/kosit-validator-peppol:3.0.21
ports:
- "8081:8081"
restart: unless-stopped
Apache 2.0
Content type
Image
Digest
sha256:a494b98ea…
Size
90.4 MB
Last updated
20 days ago
docker pull apps4everything/kosit-validator-peppol