sha256:b064462cc0d1461f86a2a311b75e1a1b6a64f5ac7ee0eb8e9c5472df705139bd
OS/ARCH
Compressed size
292.86 MB
Last pushed
5 days by edgd1er
Type
Image
Manifest digest
sha256:20cb4126d41920fc6f6135d8eb9b16bd648aa91047522a0153617c32a587f09e
Image Layers
1# debian.sh --arch 'arm64' out/28.76 MB2ARG APTCACHER=0 B3ARG DEBIAN_FRONTEND=noninteractive0 B4ARG DOVECOT_COMMUNITY_REPO=00 B5ARG LOG_LEVEL=trace0 B6SHELL [/bin/bash -e -o pipefail0 B7RUN |4 APTCACHER= DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=032 B8COPY --chmod=+x target/bin/sedfile /usr/local/bin/sedfile #866 B9COPY target/scripts/build/packages.sh /build/ # buildkit4.05 KB10COPY target/scripts/helpers/log.sh /usr/local/bin/helpers/log.sh # buildkit1.56 KB11COPY target/8738559E26F671DF9E2C6D9E683BF1BEBD0A882C.asc /temp/ # buildkit1.43 KB12RUN |4 APTCACHER= DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0156.33 MB13SHELL [/bin/bash -e -o pipefail0 B14COPY --chown=200 /var/lib/clamav /var/lib/clamav #107.61 MB15RUN |4 APTCACHER= DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=01.55 KB16COPY target/dovecot/*.inc target/dovecot/*.conf /etc/dovecot/conf.d/ #15.3 KB17COPY target/dovecot/dovecot-purge.cron /etc/cron.d/dovecot-purge.disabled # buildkit242 B18RUN |4 APTCACHER= DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0239 B19COPY target/rspamd/local.d/ /etc/rspamd/local.d/ # buildkit3.09 KB20COPY target/dovecot/auth-oauth2.conf.ext /etc/dovecot/conf.d # buildkit710 B21COPY target/dovecot/auth-ldap.conf.ext /etc/dovecot/conf.d # buildkit1.09 KB22COPY target/postfix/ldap-users.cf target/postfix/ldap-groups.cf target/postfix/ldap-aliases.cf target/postfix/ldap-domains.cf506 B23RUN |4 APTCACHER= DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=01.95 KB24COPY target/postsrsd/postsrsd /etc/default/postsrsd # buildkit875 B25COPY target/postgrey/postgrey /etc/default/postgrey # buildkit300 B26RUN |4 APTCACHER= DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=04.07 KB27COPY target/amavis/conf.d/* /etc/amavis/conf.d/ # buildkit682 B28COPY target/amavis/postfix-amavis.cf /etc/dms/postfix/master.d/ # buildkit633 B29RUN |4 APTCACHER= DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=02.37 KB30COPY target/fail2ban/jail.local /etc/fail2ban/jail.local # buildkit825 B31COPY target/fail2ban/fail2ban.d/fixes.local /etc/fail2ban/fail2ban.d/fixes.local # buildkit427 B32RUN |4 APTCACHER= DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0171 B33COPY target/opendkim/opendkim.conf /etc/opendkim.conf # buildkit508 B34COPY target/opendkim/default-opendkim /etc/default/opendkim # buildkit454 B35COPY target/opendmarc/opendmarc.conf /etc/opendmarc.conf # buildkit300 B36COPY target/opendmarc/default-opendmarc /etc/default/opendmarc # buildkit457 B37COPY target/opendmarc/ignore.hosts /etc/opendmarc/ignore.hosts # buildkit171 B38COPY target/mta-sts-daemon/mta-sts-daemon.yml /etc/mta-sts-daemon.yml # buildkit288 B39RUN |4 APTCACHER= DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0121 B40RUN |4 APTCACHER= DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0367 B41COPY target/fetchmail/fetchmailrc /etc/fetchmailrc_general # buildkit197 B42COPY target/getmail/getmailrc_general /etc/getmailrc_general # buildkit276 B43COPY target/getmail/getmail-service.sh /usr/local/bin/ # buildkit930 B44COPY target/postfix/main.cf target/postfix/master.cf /etc/postfix/ #3.08 KB45COPY target/postfix/header_checks.pcre target/postfix/sender_header_filter.pcre target/postfix/sender_login_maps.pcre /etc/postfix/maps/472 B46RUN |4 APTCACHER= DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0430 B47RUN |4 APTCACHER= DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=08.36 KB48COPY target/logwatch/maillog.conf /etc/logwatch/conf/logfiles/maillog.conf # buildkit312 B49COPY target/logwatch/ignore.conf /etc/logwatch/conf/ignore.conf # buildkit269 B50COPY target/supervisor/supervisord.conf /etc/supervisor/supervisord.conf # buildkit728 B51COPY target/supervisor/conf.d/* /etc/supervisor/conf.d/ # buildkit1.4 KB52RUN |4 APTCACHER= DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=06.39 KB53COPY target/bin/* target/scripts/*.sh target/scripts/startup/*.sh /usr/local/bin/28.98 KB54RUN |4 APTCACHER= DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=08.79 KB55COPY target/scripts/helpers /usr/local/bin/helpers # buildkit29.67 KB56COPY target/scripts/startup/setup.d /usr/local/bin/setup.d # buildkit23.61 KB57RUN |4 APTCACHER= DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=02.66 KB58RUN |4 APTCACHER= DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=01.16 KB59ARG DMS_RELEASE=edge0 B60ARG VCS_REVISION=5991af71689e5c15a75a3b01f439281789a27b130 B61WORKDIR /etc/postfix/32 B62EXPOSE [110/tcp 143/tcp 25/tcp 4190/tcp0 B63ENTRYPOINT ["/usr/bin/dumb-init" "--"]0 B64CMD ["supervisord" "-c" "/etc/supervisor/supervisord.conf"]0 B65ENV FETCHMAIL_POLL=3000 B66ENV POSTGREY_AUTO_WHITELIST_CLIENTS=50 B67ENV POSTGREY_DELAY=3000 B68ENV POSTGREY_MAX_AGE=350 B69ENV POSTGREY_TEXT=Delayed by Postgrey0 B70ENV SASLAUTHD_MECH_OPTIONS=0 B71HEALTHCHECK {Test:[CMD-SHELL dms-healthcheck] Interval:0s Timeout:0s0 B72LABEL org.opencontainers.image.title=docker-mailserver0 B73LABEL org.opencontainers.image.vendor=The Docker Mailserver Organization0 B74LABEL org.opencontainers.image.authors=The Docker Mailserver Organization0 B75LABEL org.opencontainers.image.licenses=MIT0 B76LABEL org.opencontainers.image.description=A fullstack but simple0 B77LABEL org.opencontainers.image.url=https://github.com/docker-mailserver0 B78LABEL org.opencontainers.image.documentation=https://github.com/docker-mailserver/docker-mailserver/blob/master/README.md0 B79LABEL org.opencontainers.image.source=https://github.com/docker-mailserver/docker-mailserver0 B80LABEL org.opencontainers.image.revision=5991af71689e5c15a75a3b01f439281789a27b130 B81LABEL org.opencontainers.image.version=edge0 B82ENV DMS_RELEASE=edge0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1787529600'