ckonto
Lightweight Docker image for IBAN validation and up-to-date SEPA bank data retrieval.
1.2K
ckonto is a lightweight command-line tool for validating IBANs and retrieving SEPA-related bank information. It is designed for deterministic, stateless use in scripts, pipelines, and server environments.
This Docker image provides ckonto as a minimal, multi-architecture container (amd64 and arm64).
Validate an IBAN and retrieve all available information:
docker run --rm netslavegmbh/ckonto sepa -allinfo \
"ibn=DE40100101780123456789"
Example output:
code=1&name=Revolut Bank, Zweigniederlassung Deutschland&zip=DE-10117&location=Berlin&bic=REVODEB2XXX&sct=1&sdd=1&b2b=1&scc=0&country=GERMANY&key=DEMO&mode=SEPA
The container behaves exactly like the native ckonto binary.
All command-line arguments are passed directly to the executable.
General form:
docker run --rm netslavegmbh/ckonto <command> [options] "<parameters>"
The container:
The version reported by the binary (cKonto -v) identifies the software interface and behavior, not the embedded bank data.
Docker images may be updated between scheduled quarterly releases to include updated bank data.
| Tag | Meaning |
|---|---|
latest | Always the newest available image (recommended) |
3.26.1 | Latest image for this quarterly release |
3.26.1-r2 | Immutable image with a specific embedded bank data revision |
Immutable tags are never changed once published.
For most use cases, especially in production, we recommend using:
netslavegmbh/ckonto:latest
This ensures that IBAN validation is performed against the most up-to-date bank data.
If strict reproducibility is required, pin an immutable tag such as:
netslavegmbh/ckonto:3.26.1-r2
This image is built and published for:
linux/amd64linux/arm64Docker will automatically pull the correct image for your platform.
scratchckonto is a commercial product. Use of this Docker image is subject to the ckonto license terms.
Content type
Image
Digest
sha256:3904a15ec…
Size
2.7 MB
Last updated
about 1 month ago
docker pull netslavegmbh/ckonto