postfix (alpine)

Published 2025-10-19 17:05:22 -07:00 by swee in swee/automationScripts

Installation

docker pull git.swee.codes/swee/postfix:alpine
sha256:7d69742eff4d1a53d856229d8af3700c5373d3f741419cbc5ff1ef52d859a455

Image layers

ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache postfix bash openrc # buildkit
EXPOSE [25/tcp 465/tcp 587/tcp]
CMD ["/usr/sbin/postfix" "start-fg" "-c" "/etc/postfix"]
Details
Container
2025-10-19 17:05:22 -07:00
3
OCI / Docker
linux/amd64
9.6 MiB
Versions (1) View all
alpine 2025-10-19