postfix (3.10.5-s1)
Published 2026-07-05 05:10:32 +00:00 by arjanvaneersel
Installation
docker pull git.synthonyx.com/synthonyx/postfix:3.10.5-s1sha256:3a24daf2adb90a2239e60f42f04d9635a61f85e75c68ba55ddf882844ee376d5
Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1782172800' |
| ARG POSTFIX_VERSION |
| USER root |
| |1 POSTFIX_VERSION=3.10 /bin/sh -c set -eu; apt-get update; DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install postfix postfix-ldap ca-certificates curl; apt-get -y --no-install-recommends upgrade; apt-get clean; rm -rf /var/lib/apt/lists/*; postconf mail_version | grep -q "= ${POSTFIX_VERSION}" || { echo "Postfix branch drift: got $(postconf -h mail_version), want ${POSTFIX_VERSION}.x"; exit 1; } |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.43.2 |