dovecot (2.3.16-5)
Published 2025-02-15 19:12:54 +00:00 by ace
Installation
docker pull gitea.geekhome.org/ghp/dovecot:2.3.16-5
sha256:8ba289c7e535539e2bdbf7b3859cbaf3b40e9019754571f6f1edf1cbf229a1f4
Image Layers
ADD almalinux-9-default-amd64.tar.xz / # buildkit |
CMD ["/bin/bash"] |
ARG DOVECOT_VERSION=2.3.16 |
ARG POSTFIX_VERSION=3.5.25 |
RUN |2 DOVECOT_VERSION=2.3.16 POSTFIX_VERSION=3.5.25 /bin/sh -c useradd -m -s /bin/false vmail # buildkit |
RUN |2 DOVECOT_VERSION=2.3.16 POSTFIX_VERSION=3.5.25 /bin/sh -c dnf install -y epel-release dnf-plugins-core && dnf update -y && dnf config-manager --enable crb && dnf clean all && rm -rf /var/cache/yum # buildkit |
RUN |2 DOVECOT_VERSION=2.3.16 POSTFIX_VERSION=3.5.25 /bin/sh -c dnf install -y postfix-${POSTFIX_VERSION} postfix-ldap-${POSTFIX_VERSION} postfix-mysql-${POSTFIX_VERSION} postfix-pgsql-${POSTFIX_VERSION} dovecot-${DOVECOT_VERSION} dovecot-pigeonhole-${DOVECOT_VERSION} cyrus-sasl cyrus-sasl-plain cyrus-sasl-md5 pypolicyd-spf && dnf clean all && rm -rf /var/cache/yum # buildkit |
EXPOSE map[110/tcp:{} 143/tcp:{} 993/tcp:{} 995/tcp:{}] |
CMD ["/usr/sbin/dovecot" "-F"] |