The IDLive Doc Server is a Docker container with the application providing turn-key testing and tuning of the liveness checking engine on document datasets. The container consists of the following items:
- Base Docker image - BusyBox(Ubuntu 22).
- IDLive Doc SDK.
- Java Spring application that implements the HTTP API.
- Logging module with support of ELK Stack.
- Configurator.
Starting on version 3.2.0, in order to keep the vulnerabilities to the minimum we have stripped the image from any library, executable or file that was not needed to run the server. To achieve this goal the server image is now built on top a busybox image instead of using ubuntu, with only the bare minimum ubuntu 22 packages installed.
Additionally, you can use Logstash and Elasticsearch for storing and indexing logs, as well as AWS S3 for storing images.
The evaluation version of the container also contains a licensing subsystem.