containers/postfix (2024-12-19_18-21-19)

Published 2024-12-19 23:21:22 +00:00 by michael in michael/containers

Installation

docker pull code.balsillie.net/michael/containers/postfix:2024-12-19_18-21-19
sha256:d5152b9b65db64538228e6eb27ceafea5b9b0d65e2e95e8af80b59d0bc7dd389

Image Layers

ADD alpine-minirootfs-3.21.0-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --update --no-cache bash nano curl postfix postfix-ldap postfix-pcre postfix-policyd-spf-perl ca-certificates # buildkit
RUN /bin/sh -c update-ca-certificates && mkdir /cert && mkdir /dh && chown 100:101 /cert && chown 100:101 /dh # buildkit
COPY --chown=root:root start.sh / # buildkit
COPY --chown=root:root config/ /config/ # buildkit
COPY --chown=root:root templates/ /templates/ # buildkit
RUN /bin/sh -c chown -R 100:101 /var/lib/postfix && chmod 750 /var/lib/postfix # buildkit
VOLUME [/cert]
VOLUME [/dh]
VOLUME [/var/spool/postfix]
EXPOSE map[10025/tcp:{}]
EXPOSE map[10465/tcp:{}]
USER root
CMD ["/start.sh"]
Details
Container
2024-12-19 23:21:22 +00:00
1
OCI / Docker
linux/amd64
22 MiB
Versions (24) View all
2025-01-13_17-24-55 2025-01-13
latest 2025-01-13
2025-01-01_19-42-59 2025-01-01
2024-12-29_17-54-43 2024-12-29
2024-12-19_20-58-53 2024-12-19