Henrik henrik
  • Joined on 2025-11-12

postfix-tlspol (latest)

Published 2026-02-13 14:31:42 +01:00 by henrik

Installation

docker pull git.hnrk.io/henrik/postfix-tlspol:latest
sha256:eba92df72c7fd1147d6086eb54054009baa0b03ca81f1b117f6b9073359eeda7

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'
LABEL maintainer=The Infrastructure Company GmbH <info@servercow.de>
ARG DEBIAN_FRONTEND=noninteractive
ENV LC_ALL=C
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates dirmngr dnsutils iputils-ping sudo supervisor redis-tools syslog-ng syslog-ng-core syslog-ng-mod-redis tzdata && rm -rf /var/lib/apt/lists/* && touch /etc/default/locale # buildkit
COPY supervisord.conf /etc/supervisor/supervisord.conf # buildkit
COPY syslog-ng.conf /etc/syslog-ng/syslog-ng.conf # buildkit
COPY syslog-ng-redis_slave.conf /etc/syslog-ng/syslog-ng-redis_slave.conf # buildkit
COPY postfix-tlspol.sh /opt/postfix-tlspol.sh # buildkit
COPY stop-supervisor.sh /usr/local/sbin/stop-supervisor.sh # buildkit
COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit
COPY /src/postfix-tlspol/build/postfix-tlspol /usr/local/bin/postfix-tlspol # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c chmod +x /opt/postfix-tlspol.sh /usr/local/sbin/stop-supervisor.sh /docker-entrypoint.sh # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c rm -rf /tmp/* /var/tmp/* # buildkit
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/supervisord.conf"]

Labels

Key Value
maintainer The Infrastructure Company GmbH <info@servercow.de>
Details
Container
2026-02-13 14:31:42 +01:00
0
OCI / Docker
linux/amd64
75 MiB
Versions (2) View all
1.8.22 2026-02-13
latest 2026-02-13