Henrik henrik
  • Joined on 2025-11-12

rspamd (latest)

Published 2026-02-13 14:32:23 +01:00 by henrik

Installation

docker pull git.hnrk.io/henrik/rspamd:latest
sha256:014b0051701bef637cc21f2230b327830014c6f1c73327af41a3c6e28ed3fb52

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1769990400'
LABEL maintainer=The Infrastructure Company GmbH <info@servercow.de>
ARG DEBIAN_FRONTEND=noninteractive
ARG RSPAMD_VER=rspamd_3.14.3-1~236eb65
ARG CODENAME=trixie
ENV LC_ALL=C
RUN |3 DEBIAN_FRONTEND=noninteractive RSPAMD_VER=rspamd_3.14.3-1~236eb65 CODENAME=trixie /bin/sh -c apt-get update && apt-get install -y --no-install-recommends tzdata ca-certificates gnupg2 apt-transport-https dnsutils netcat-traditional wget redis-tools procps nano lua-cjson && arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && wget -P /tmp 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 && echo 'alias ll="ls -la --color"' >> ~/.bashrc && sed -i 's/#analysis_keyword_table > 0/analysis_cat_table.macro_exist == "M"/g' /usr/share/rspamd/lualib/lua_scanners/oletools.lua # buildkit
COPY settings.conf /etc/rspamd/settings.conf # buildkit
COPY set_worker_password.sh /set_worker_password.sh # buildkit
COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit
ENTRYPOINT ["/docker-entrypoint.sh"]
STOPSIGNAL SIGTERM
CMD ["/usr/bin/rspamd" "-f" "-u" "_rspamd" "-g" "_rspamd"]

Labels

Key Value
maintainer The Infrastructure Company GmbH <info@servercow.de>
Details
Container
2026-02-13 14:32:23 +01:00
0
OCI / Docker
linux/amd64
76 MiB
Versions (2) View all
3.14.3 2026-02-13
latest 2026-02-13