Block a user
postfix (v3.10.8)
Published 2026-03-29 07:04:49 +00:00 by lostakj
Installation
docker pull gitea.lostak.dev/lostakj/postfix:v3.10.8sha256:8bc4b722bf0a1f5d02238bf607e8125a85b48a1c3fce972ea1730f04e44330aa
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 194dfbd802 | linux/amd64 | 82 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:3f78aa860931e0853077f09eb31eddbeeef8a9dd70977305b4876aa176770721 in / |
| CMD ["/bin/bash"] |
| ARG DEBIAN_FRONTEND=noninteractive |
| RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libdb5.3t64 libssl3 libsasl2-2 libpcre3 libpam0g ssl-cert && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /opt/postfix-dist.tar /tmp/postfix-dist.tar # buildkit |
| COPY /opt/postfix-libs.tar /tmp/postfix-libs.tar # buildkit |
| RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c tar -C / -xf /tmp/postfix-dist.tar && tar -C / -xf /tmp/postfix-libs.tar && rm -f /tmp/postfix-dist.tar /tmp/postfix-libs.tar # buildkit |
| RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c groupadd -r postfix && groupadd -r postdrop && useradd -r -g postfix -G postdrop -d /var/spool/postfix -s /usr/sbin/nologin postfix # buildkit |
| RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c mkdir -p /var/spool/postfix /var/lib/postfix /var/mail /etc/postfix # buildkit |
| RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c chown root:root /var/spool/postfix && chmod 755 /var/spool/postfix && /usr/sbin/postfix set-permissions # buildkit |
| COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit |
| RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh # buildkit |
| EXPOSE [24/tcp 25/tcp 465/tcp 587/tcp] |
| ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 24.04 |