dovecot (2.4.4-s1)
Published 2026-07-05 05:11:39 +00:00 by arjanvaneersel
Installation
docker pull cr.synthonyx.com/synthonyx/dovecot:2.4.4-s1sha256:b25705491211a0bf7b4eefe3bc1e48e16925a3223b59ff96da8af2aa8ccc487a
Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1782172800' |
| ARG DOVECOT_VERSION |
| USER root |
| |1 DOVECOT_VERSION=2.4.4 /bin/sh -c set -eu; apt-get update; apt-get -y --no-install-recommends install ca-certificates curl gnupg; curl -fsSL https://repo.dovecot.org/DOVECOT-REPO-GPG-2.4 | gpg --dearmor -o /usr/share/keyrings/dovecot.gpg; echo "deb [signed-by=/usr/share/keyrings/dovecot.gpg] https://repo.dovecot.org/ce-2.4-latest/debian/trixie trixie main" > /etc/apt/sources.list.d/dovecot.list; apt-get update; apt-get -y --no-install-recommends install dovecot-core dovecot-imapd dovecot-lmtpd dovecot-managesieved dovecot-sieve dovecot-ldap; apt-get -y --no-install-recommends upgrade; apt-get clean; rm -rf /var/lib/apt/lists/*; groupadd -g 5000 vmail; useradd -u 5000 -g 5000 -M -s /usr/sbin/nologin -d /srv/vmail vmail; dovecot --version | grep -q "^${DOVECOT_VERSION}" || { echo "Dovecot version drift: got $(dovecot --version), want ${DOVECOT_VERSION}*"; exit 1; } |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.43.2 |