mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-02-02 11:01:38 -05:00
The milter default was not set correctly so it was starting clamav-milter by default. Added default true/false settings for each of the docker daemon environment variables. Added command to entrypoint to change database directory ownership to the clamav user, in case it is a mounted volume (which get root ownership by default). Removed the clamav user & group from the build image, as it isn't needed until the base image. Added announcement details and acknowledgements to the News document. Added details to the Docker Readme describing: - the tag naming convention - how to mount database volumes - various other tweaks Fixed the path for the update script in the GitHub Action, and changed from alpine-latest to ubuntu-latest, because alpine-latest doesn't seem to be an option.