Source based Rspamd on Debian Jessie
Rspamd build from source from https://github.com/vstakhov/rspamd
By default it builds the stable if you use docker compose and latest unstable master if you build directly from Dockerfile.
Image is based on debian/jessie, the same as an official Jenkis docker container.
Rspamd executed directly as PID 1 process with logging to STDOUT.
You may provide rspamd user id with USER_ID environment variable and group id with GROUP_ID one.
You may set rspamd version via version argument.
You may set UID for rspamd user via user_id argument.
You may alter build parameters of Rspamd with rspamd_config argument.
Default configuration:
-DCMAKE_INSTALL_PREFIX=/usr
-DCONFDIR=/rspamd/etc
-DDBDIR=/rspamd/db
-DENABLE_FANN=ON
-DENABLE_FULL_DEBUG=OFF
-DENABLE_GD=ON
-DENABLE_HIREDIS=ON
-DENABLE_HYPERSCAN=OFF
-DENABLE_JEMALLOC=ON
-DENABLE_LUAJIT=ON
-DENABLE_OPTIMIZATION=OFF
-DENABLE_PCRE2=OFF
-DLOGDIR=/rspamd/log
-DNO_SHARED=ON
-DPLUGINSDIR=/rspamd/plugin
-DRSPAMD_USER='rspamd'
-DRUNDIR=/rspamd/run
-DWANT_SYSTEMD_UNITS=OFF
Copyright © 2017 Alexey B. Aksenov/Ezh. All rights reserved.
Content type
Image
Digest
Size
227.2 MB
Last updated
over 9 years ago
docker pull ezh1k/rspamd