postfix-dashboard (sha256:684f70f7805f6ee3c3f7fd062a16d343f72b0149f3483de9c9f9a65a4453f081)
Installation
docker pull forge.rdr-it.com/dockerfiles/postfix-dashboard@sha256:684f70f7805f6ee3c3f7fd062a16d343f72b0149f3483de9c9f9a65a4453f081sha256:684f70f7805f6ee3c3f7fd062a16d343f72b0149f3483de9c9f9a65a4453f081About 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 |