Alan Stockwell alanstockwell
  • Joined on 2025-05-06

dkim-sender (ff4e2cb)

Published 2026-01-14 16:47:46 +13:00 by alanstockwell

Installation

docker pull git.stockwell.nz/alanstockwell/dkim-sender:ff4e2cb
sha256:d613b1da50666132706086f20bffbe89848aaaf2b0b78b2b626dcf02cc11bf45

Image Layers

ADD alpine-minirootfs-3.23.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk update && apk add --no-cache supervisor postfix opendkim opendkim-utils nano rsyslog # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
COPY ./etc/postifx/main.cf /etc/postfix/main.cf # buildkit
COPY ./etc/opendkim/opendkim.conf /etc/opendkim/opendkim.conf # buildkit
COPY ./etc/opendkim/trusted.hosts /etc/opendkim/trusted.hosts # buildkit
COPY ./etc/supervisord.conf /etc/supervisord.conf # buildkit
COPY ./etc/supervisor.d/*.ini /etc/supervisor.d/ # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
RUN /bin/sh -c mkdir /etc/opendkim/keys && chmod go-rw /etc/opendkim/keys && touch /etc/opendkim/signing.table && touch /etc/opendkim/key.table && chown -R opendkim:opendkim /etc/opendkim && addgroup postfix opendkim # buildkit
RUN /bin/sh -c newaliases # buildkit
RUN /bin/sh -c mkdir /var/log/supervisor # buildkit
RUN /bin/sh -c sed -i '/imklog/s/^/#/' /etc/rsyslog.conf # buildkit
ENTRYPOINT ["/entrypoint.sh"]
CMD ["--configuration" "/etc/supervisord.conf"]
Details
Container
2026-01-14 16:47:46 +13:00
0
OCI / Docker
linux/amd64
40 MiB
Versions (27) View all
latest 2026-01-14
0.1.16 2026-01-14
0.1 2026-01-14
0 2026-01-14
ff4e2cb 2026-01-14