dovecot (2.3.16-4)
Published 2024-08-24 00:23:11 +00:00 by ace
Installation
docker pull gitea.geekhome.org/ghp/dovecot:2.3.16-4
sha256:c7fc90fa3c11fa828feeb8e8b87814dc867c7cc42d4256299eea78d4983175a6
Image Layers
ADD file:3fdb1e1e084f9adfa9354cc0d55674aadefb914a2a647cf64108082e380046fa in / |
CMD ["/bin/bash"] |
ARG DOVECOT_VERSION |
ARG POSTFIX_VERSION |
RUN |2 DOVECOT_VERSION=2.3.16 POSTFIX_VERSION=3.5.9 /bin/sh -c useradd -m -s /bin/false vmail # buildkit |
RUN |2 DOVECOT_VERSION=2.3.16 POSTFIX_VERSION=3.5.9 /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.9 /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"] |