This repository provides a kubernetes / docker / podman solution to run an ICAP service with ClamAV. This is designed for testing purpose only.
You can build your own container image or use the one provided on Docker Hub.
Deploy ICAP service in kubernetes
This container accept RESPMOD and REQMOD for following services
- avscan
- srv_clamav
- virus_scan
Virus signature database is updated every hour.
Following Logs are configured to write to stdout:
- C-ICAP ServerLog (istag is recomputed, virus detected, ...)
- ClamAV Updates status
To see Pod Logs, execute :
kubectl logs -f <pod name>