postfix-dashboard (sha256:684f70f7805f6ee3c3f7fd062a16d343f72b0149f3483de9c9f9a65a4453f081)

Published 2026-06-04 13:38:05 +00:00 by romain in Dockerfiles/Postfix-Dashboard

Installation

docker pull forge.rdr-it.com/dockerfiles/postfix-dashboard@sha256:684f70f7805f6ee3c3f7fd062a16d343f72b0149f3483de9c9f9a65a4453f081
sha256:684f70f7805f6ee3c3f7fd062a16d343f72b0149f3483de9c9f9a65a4453f081

About this package

postfix-dashboard

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libsqlite3-0 && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd -r dashboard && useradd -r -g dashboard -d /app -s /sbin/nologin dashboard # buildkit
WORKDIR /app
COPY /postfix-dashboard /app/postfix-dashboard # buildkit
RUN /bin/sh -c mkdir -p /data && chown dashboard:dashboard /data # buildkit
USER dashboard
EXPOSE [8080/tcp]
HEALTHCHECK &{["CMD" "/app/postfix-dashboard" "-healthcheck"] "30s" "5s" "10s" "0s" '\x03'}
ENTRYPOINT ["/app/postfix-dashboard"]
CMD ["-addr" ":8080" "-db" "/data/postfix-dashboard.db"]

Labels

Key Value
org.opencontainers.image.authors Romain Drouche contact@rdr-it.com
org.opencontainers.image.created 2026-06-04T13:37:43Z
org.opencontainers.image.description postfix-dashboard
org.opencontainers.image.revision b0839c0485eb7e8facda6b9f5c708e26b56e9934
org.opencontainers.image.source https://forge.rdr-it.com/Dockerfiles/Postfix-Dashboard
org.opencontainers.image.title postfix-dashboard
org.opencontainers.image.version nightly
Details
Container
2026-06-04 13:38:05 +00:00
1
OCI / Docker
linux/amd64
Romain Drouche contact@rdr-it.com
34 MiB
Versions (1) View all
nightly 2026-06-04