postfix (3.11.6-s1)
Published 2026-08-12 14:59:22 +00:00 by arjanvaneersel
Installation
docker pull cr.synthonyx.com/synthonyx/postfix:3.11.6-s1sha256:a021c7f0e797092adac2654dbcce57236ec16163e8088af7dd2a8c2ad6a0f15a
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.1 |