mailman (production-core)

Published 2024-11-30 16:56:49 -05:00 by colin

Installation

docker pull git.nixc.us/nixius/mailman:production-core
sha256:7e4bb4f5af3a6fbe9545d75d36e53208ee1bedca3f785b14eb7f35eb2c6f199a

Image Layers

ADD file:f77db8e5b937d8ebb7e254eccd4d311798ea9f4dd5081ea2a7e2b1d3790300c2 in /
CMD ["/bin/sh"]
MAINTAINER Abhilash Raj
COPY file:1024738741d2f03eb647b3234ce44173f83b07ad26eabe35538a46e223a6f5e0 in /usr/local/bin/
/bin/sh -c apk update && apk add --virtual build-deps gcc python3-dev musl-dev postgresql-dev libffi-dev && apk add --no-cache bash su-exec postgresql-client mysql-client curl python3 py3-pip linux-headers && python3 -m pip install -U pip setuptools wheel && python3 -m pip install psycopg2 gunicorn==19.9.0 mailman==3.3.4 mailman-hyperkitty==1.1.0 pymysql 'sqlalchemy<1.4.0' && apk del build-deps && adduser -S mailman
WORKDIR /opt/mailman
EXPOSE 8001 8024
ENV MAILMAN_CONFIG_FILE=/etc/mailman.cfg
ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["master" "--force"]

Labels

Key Value
com.docker.compose.project mailman
com.docker.compose.service mailman-core
com.docker.compose.version 2.28.1
Details
Container
2024-11-30 16:56:49 -05:00
9
OCI / Docker
linux/amd64
67 MiB
Versions (4) View all
production-core 2024-11-30
production-web 2024-11-30
staging-core 2024-11-30
staging-web 2024-11-30