postfix (latest)

Published 2024-12-02 07:57:25 +00:00 by pennywise in public/containers

Installation

docker pull git.domainforge.de/public/postfix:latest
sha256:044d4af9f380377c4451996ad41126298843590dc00d66624ce5f86348911993

Image Layers

ADD rootfs.tar.xz / # buildkit
CMD ["bash"]
COPY entrypoint.sh /entrypoint.sh # buildkit
RUN /bin/sh -c apt-get update && apt-get -y upgrade && apt-get -y --purge autoremove && apt-get -y install postfix postfix-pgsql postgrey && apt-get -y clean && chmod a+x /entrypoint.sh # buildkit
EXPOSE map[25/tcp:{}]
EXPOSE map[465/tcp:{}]
EXPOSE map[587/tcp:{}]
CMD ["/entrypoint.sh"]
Details
Container
2024-12-02 07:57:25 +00:00
51
OCI / Docker
linux/amd64
87 MiB
Versions (1) View all
latest 2024-12-02