listmonk (v6.0.0)
Published 2026-03-22 20:52:55 -06:00 by admin
Installation
docker pull gitea.bnkops.com/admin/listmonk:v6.0.0sha256:d9c37805fdc486e5ca28d995c71757b60cac978e063d91849e49e7163ef3e6f0About this package
listmonk
Image Layers
| ADD alpine-minirootfs-3.23.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk --no-cache add ca-certificates tzdata shadow su-exec # buildkit |
| WORKDIR /listmonk |
| COPY listmonk . # buildkit |
| COPY config.toml.sample config.toml # buildkit |
| COPY docker-entrypoint.sh /usr/local/bin/ # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh # buildkit |
| EXPOSE map[9000/tcp:{}] |
| ENTRYPOINT ["docker-entrypoint.sh"] |
| CMD ["./listmonk"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-01-02T17:49:53Z |
| org.opencontainers.image.description | listmonk |
| org.opencontainers.image.licenses | AGPL-3.0 |
| org.opencontainers.image.revision | 00f303c25b925e2e2b33f515f53a704c8d1e1645 |
| org.opencontainers.image.source | https://github.com/knadh/listmonk |
| org.opencontainers.image.title | listmonk |
| org.opencontainers.image.url | https://github.com/knadh/listmonk |
| org.opencontainers.image.version | 6.0.0 |