Synthonyx Technologies Ltd

footer-milter (0.1.0-s1)

Published 2026-07-06 08:10:55 +00:00 by arjanvaneersel

Installation

docker pull cr.synthonyx.com/synthonyx/footer-milter:0.1.0-s1
sha256:8494fe3daec4997ee33d729ae5c981fc503e2c719c14c7f6163bf15da8b9d45f

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1782172800'
/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/*
/bin/sh -c useradd --system --uid 10003 --user-group --no-create-home --shell /usr/sbin/nologin footermilter
WORKDIR /app
COPY file:1c317ef062dacb0a8316e70aa9e8886ac0623bec9693303f417d3f7e7e1df3cf in /usr/local/bin/footer-milter
COPY dir:0fbf6833600c42c47d5cceaf180678b6cabf18046af23098de1c6f411abcd494 in /app/templates
ENV FOOTER_LISTEN=0.0.0.0:11333 FOOTER_TEXT_TEMPLATE=/app/templates/footer.txt FOOTER_HTML_TEMPLATE=/app/templates/footer.html FOOTER_OVERRIDE_TEXT_TEMPLATE=/app/templates/override.txt FOOTER_OVERRIDE_HTML_TEMPLATE=/app/templates/override.html RUST_LOG=info
EXPOSE 11333
USER footermilter:footermilter
HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 CMD bash -c 'exec 3<>/dev/tcp/127.0.0.1/11333' || exit 1
ENTRYPOINT ["/usr/local/bin/footer-milter"]

Labels

Key Value
io.buildah.version 1.43.2
Details
Container
2026-07-06 08:10:55 +00:00
1
OCI / Docker
linux/amd64
33 MiB
Versions (4) View all
0.3.0-s1 2026-07-07
0.2.0-s2 2026-07-06
0.2.0-s1 2026-07-06
0.1.0-s1 2026-07-06