containers/postfix (2025-01-13_17-24-55)

Published 2025-01-13 22:25:08 +00:00 by michael in michael/containers

Installation

docker pull code.balsillie.net/michael/containers/postfix:2025-01-13_17-24-55
sha256:db84f46b03b128c01c277949ae7d65b643e31d8c3195be03fa70c225a1fa3f32

Image Layers

ADD alpine-minirootfs-3.21.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --update --no-cache bash nano curl bind-tools 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
2025-01-13 22:25:08 +00:00
1
OCI / Docker
linux/amd64
25 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