listmonk (production)

Published 2024-11-28 11:55:21 -05:00 by colin

Installation

docker pull git.nixc.us/colin/listmonk:production
sha256:6b471fbe9b7e4e4b130e4e0f59aa5bdd3234cef5c5089a404d70961bd6aa71ce

About this package

listmonk

Image Layers

ADD alpine-minirootfs-3.20.3-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
com.docker.compose.project listmonk
com.docker.compose.service listmonk
com.docker.compose.version 2.28.1
org.opencontainers.image.created 2024-11-12T18:48:48Z
org.opencontainers.image.description listmonk
org.opencontainers.image.licenses AGPL-3.0
org.opencontainers.image.revision 0a27de16c6e23b7d4b84d4d91fe59bea10877ad1
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 4.1.0
Details
Container
2024-11-28 11:55:21 -05:00
0
OCI / Docker
linux/amd64
AGPL-3.0
12 MiB
Versions (2) View all
production 2024-11-28
staging 2024-11-28