-
-
Notifications
You must be signed in to change notification settings - Fork 465
[Feature] Add official Rspamd Docker Image #4400
Description
Summary
Please add an official Docker Rspamd Docker Image or, maybe equally as good, explain why a Rspamd Docker image is a bad idea.
Motivation
There are multiple Rspamd Docker Images on Dockerhub but they are mostly from 3rd parties where you cannot read the code of the image and have to blindly trust some stranger. An official Rspamd image would make it easier to choose or save the time to build an own image.
Describe alternatives you've considered
I wondered wether the rspamd/centos-7/8 images are the official images but could not find anything about them.
I ended up building my own image: https://hub.docker.com/r/gevattergaul/rspamd
Code: https://boredconsultant.com/2022/12/31/How-to-Build-a-Rspamd-Docker-Image/
Usage example: https://boredconsultant.com/2023/02/06/Dockerized-Spam-Filtering-With-Rspamd/
Feel free to use anything helpful from my image to make an official image.
Additional context
None