containers/postfix (2024-12-19_13-21-59)
Installation
docker pull code.balsillie.net/michael/containers/postfix:2024-12-19_13-21-59
sha256:dccdcbfe34e0cde1555110cb5dd9fadffec2f5c112ed5232cd972a24bb5fc233
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 && chown 100:101 /cert # buildkit |
COPY --chown=root:root start.sh / # buildkit |
COPY --chown=root:root config/ /config/ # buildkit |
VOLUME [/config] |
VOLUME [/cert] |
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