blackleafmail/rspamd (sha256:d3b9b0cbe9045df9a14ba9f2b6bcbc7a6e79abbdc5d3a966a06e8183bf8a85db)

Published 2026-05-29 08:12:24 +02:00 by zachhandley

Installation

docker pull forge.blackleafdigital.com/zachhandley/blackleafmail/rspamd@sha256:d3b9b0cbe9045df9a14ba9f2b6bcbc7a6e79abbdc5d3a966a06e8183bf8a85db
sha256:d3b9b0cbe9045df9a14ba9f2b6bcbc7a6e79abbdc5d3a966a06e8183bf8a85db

Image layers

# debian.sh --arch 'arm64' out/ 'bookworm' '@1779062400'
LABEL maintainer=https://github.com/aaPanel/BillionMail
ARG DEBIAN_FRONTEND=noninteractive
ARG RSPAMD_VER=rspamd_3.14.3-1~236eb65
ARG CODENAME=bookworm
ENV LC_ALL=C
COPY rspamd.sh /rspamd.sh # buildkit
COPY stop-supervisor.sh /stop-supervisor.sh # buildkit
COPY rotate_log.sh /rotate_log.sh # buildkit
RUN |3 DEBIAN_FRONTEND=noninteractive RSPAMD_VER=rspamd_3.14.3-1~236eb65 CODENAME=bookworm /bin/sh -c apt-get update && apt-get install -y tzdata ca-certificates gnupg2 apt-transport-https dnsutils netcat-traditional wget redis-tools procps vim-tiny lua-cjson cron supervisor && arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && wget -O /tmp/${RSPAMD_VER}~${CODENAME}_${arch}.deb https://rspamd.com/apt-stable/pool/main/r/rspamd/${RSPAMD_VER}~${CODENAME}_${arch}.deb && apt install -y /tmp/${RSPAMD_VER}~${CODENAME}_${arch}.deb && rm -rf /var/lib/apt/lists/* /tmp/* && apt-get autoremove --purge && apt-get clean && mkdir -p /run/rspamd && chown _rspamd:_rspamd /run/rspamd && chmod +x /rspamd.sh /stop-supervisor.sh /rotate_log.sh && echo 'alias ll="ls -la --color"' >> ~/.bashrc # buildkit
COPY supervisord.conf /etc/supervisor/supervisord.conf # buildkit
ENTRYPOINT ["/rspamd.sh"]
STOPSIGNAL SIGTERM
CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/supervisord.conf"]

Labels

Key Value
maintainer https://github.com/aaPanel/BillionMail
Details
Container
2026-05-29 08:12:24 +02:00
0
OCI / Docker
linux/arm64
84 MiB
Versions (6) View all
4090821c 2026-05-29
latest 2026-05-29
09a9cf3e 2026-05-29
e0d78c50 2026-05-29
134ebfb2 2026-05-29