postfix (3.11.5-s1)
Published 2026-07-13 03:35:58 +00:00 by arjanvaneersel
Installation
docker pull cr.synthonyx.com/synthonyx/postfix:3.11.5-s1sha256:ebc418d1bbf7c18fde4767511602afdf325e847fa824c67c1c4fe45795573487
Image Layers
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG POSTFIX_VERSION |
| USER root |
| |1 POSTFIX_VERSION=3.11 /bin/sh -c set -eu; addgroup -g 101 postfix; adduser -S -u 100 -G postfix -H -h /var/spool/postfix -s /sbin/nologin postfix; apk add --no-cache postfix postfix-ldap ca-certificates curl; apk upgrade --no-cache; 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.44.0 |