Synthonyx Technologies Ltd

rspamd (4.1.1-s1)

Published 2026-07-05 05:12:11 +00:00 by arjanvaneersel

Installation

docker pull git.synthonyx.com/synthonyx/rspamd:4.1.1-s1
sha256:d7df666f633f6847a2341c347e2889ee756e7679543a8926b66a67db3c616c38

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1782172800'
ARG RSPAMD_VERSION
USER root
|1 RSPAMD_VERSION=4.1.1 /bin/sh -c set -eu; apt-get update; apt-get -y --no-install-recommends install ca-certificates curl gnupg; curl -fsSL https://rspamd.com/apt-stable/gpg.key | gpg --dearmor -o /usr/share/keyrings/rspamd.gpg; echo "deb [signed-by=/usr/share/keyrings/rspamd.gpg] https://rspamd.com/apt-stable/ trixie main" > /etc/apt/sources.list.d/rspamd.list; apt-get update; apt-get -y --no-install-recommends install rspamd; apt-get -y --no-install-recommends upgrade; apt-get clean; rm -rf /var/lib/apt/lists/*; rspamd --version | grep -q "${RSPAMD_VERSION}" || { echo "rspamd version drift: got $(rspamd --version), want ${RSPAMD_VERSION}"; exit 1; }
USER _rspamd

Labels

Key Value
io.buildah.version 1.43.2
Details
Container
2026-07-05 05:12:11 +00:00
1
OCI / Docker
linux/amd64
74 MiB
Versions (1) View all
4.1.1-s1 2026-07-05