containers/postfix (2024-12-19_19-13-38)
Installation
docker pull code.balsillie.net/michael/containers/postfix:2024-12-19_19-13-38
sha256:57a7c86e0a8be3f2419c59430634bef7dc27bb0a5bcad0b8427a9f3e52c295fc
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 openldap 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
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