rspamd (3.10.2-1)
Published 2024-11-03 13:26:13 +00:00 by ace
Installation
docker pull gitea.geekhome.org/ghp/rspamd:3.10.2-1
sha256:f801368e711c0535b4ac9d66ec719c913a75bf746eaa1c21ade83731488690cc
Image Layers
ADD file:3fdb1e1e084f9adfa9354cc0d55674aadefb914a2a647cf64108082e380046fa in / |
CMD ["/bin/bash"] |
ARG DOVECOT_VERSION |
ARG POSTFIX_VERSION |
ARG RSPAMD_VERSION |
RUN |3 DOVECOT_VERSION=2.3.16 POSTFIX_VERSION=3.5.9 RSPAMD_VERSION=3.10.2 /bin/sh -c useradd -m -s /bin/false vmail # buildkit |
RUN |3 DOVECOT_VERSION=2.3.16 POSTFIX_VERSION=3.5.9 RSPAMD_VERSION=3.10.2 /bin/sh -c dnf install -y epel-release dnf-plugins-core && dnf update -y && dnf config-manager --enable crb && dnf clean all && rm -rf /var/cache/yum # buildkit |
RUN |3 DOVECOT_VERSION=2.3.16 POSTFIX_VERSION=3.5.9 RSPAMD_VERSION=3.10.2 /bin/sh -c dnf install -y postfix-${POSTFIX_VERSION} postfix-ldap-${POSTFIX_VERSION} postfix-mysql-${POSTFIX_VERSION} postfix-pgsql-${POSTFIX_VERSION} dovecot-${DOVECOT_VERSION} dovecot-pigeonhole-${DOVECOT_VERSION} cyrus-sasl cyrus-sasl-plain cyrus-sasl-md5 pypolicyd-spf && dnf clean all && rm -rf /var/cache/yum # buildkit |
RUN |3 DOVECOT_VERSION=2.3.16 POSTFIX_VERSION=3.5.9 RSPAMD_VERSION=3.10.2 /bin/sh -c update-crypto-policies --set DEFAULT:SHA1 && curl https://rspamd.com/rpm-stable/centos-9/rspamd.repo > /etc/yum.repos.d/rspamd.repo && rpm --import https://rspamd.com/rpm/gpg.key && dnf install -y rspamd-${RSPAMD_VERSION} && dnf clean all && rm -rf /var/cache/yum && update-crypto-policies --set DEFAULT # buildkit |
EXPOSE map[11332/tcp:{}] |
CMD ["/usr/bin/rspamd" "-f" "--insecure"] |