Skip to content

stanislaspiron/c-icap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ICAP service with clamAV antivirus

This repository provides a kubernetes / docker / podman solution to run an ICAP service with ClamAV. This is designed for testing purpose only.

What you’ll need

Building your own container image

You can build your own container image or use the one provided on Docker Hub.

Build Docker image

Deploy ICAP Service in Kubernetes

Deploy ICAP service in kubernetes

Addtionnal informations

This container accept RESPMOD and REQMOD for following services

  • avscan
  • srv_clamav
  • virus_scan

Virus signature database is updated every hour.

Logs

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>