Update stable containers to 3.2 suite release.
This commit is contained in:
committed by
Abhilash Raj
parent
0eda00bc41
commit
274965cced
@@ -9,8 +9,9 @@ COPY docker-entrypoint.sh /usr/local/bin/
|
|||||||
RUN apk update \
|
RUN apk update \
|
||||||
&& apk add --virtual build-deps gcc python3-dev musl-dev postgresql-dev libffi-dev \
|
&& apk add --virtual build-deps gcc python3-dev musl-dev postgresql-dev libffi-dev \
|
||||||
&& apk add bash su-exec postgresql-client mysql-client curl \
|
&& apk add bash su-exec postgresql-client mysql-client curl \
|
||||||
|
&& pip install -U pip \
|
||||||
&& pip install psycopg2 \
|
&& pip install psycopg2 \
|
||||||
mailman==3.1.1 \
|
mailman==3.2 \
|
||||||
mailman-hyperkitty==1.1.0 \
|
mailman-hyperkitty==1.1.0 \
|
||||||
pymysql \
|
pymysql \
|
||||||
&& apk del build-deps \
|
&& apk del build-deps \
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: '2'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
mailman-core:
|
mailman-core:
|
||||||
image: maxking/mailman-core:0.1
|
image: maxking/mailman-core:0.2
|
||||||
container_name: mailman-core
|
container_name: mailman-core
|
||||||
hostname: mailman-core
|
hostname: mailman-core
|
||||||
volumes:
|
volumes:
|
||||||
@@ -22,7 +22,7 @@ services:
|
|||||||
ipv4_address: 172.19.199.2
|
ipv4_address: 172.19.199.2
|
||||||
|
|
||||||
mailman-web:
|
mailman-web:
|
||||||
image: maxking/mailman-web:0.1
|
image: maxking/mailman-web:0.2
|
||||||
container_name: mailman-web
|
container_name: mailman-web
|
||||||
hostname: mailman-web
|
hostname: mailman-web
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM python:2.7-alpine3.6
|
FROM python:3.6-alpine3.7
|
||||||
|
|
||||||
MAINTAINER Abhilash Raj
|
MAINTAINER Abhilash Raj
|
||||||
|
|
||||||
@@ -15,11 +15,11 @@ RUN set -ex \
|
|||||||
postgresql-dev mariadb-dev \
|
postgresql-dev mariadb-dev \
|
||||||
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
|
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
|
||||||
postgresql-client mysql-client py-mysqldb curl mailcap \
|
postgresql-client mysql-client py-mysqldb curl mailcap \
|
||||||
&& pip install -U django==1.11 pip \
|
&& pip install -U django==2.0.5 pip \
|
||||||
&& pip install mailmanclient==3.1.1 \
|
&& pip install mailmanclient==3.2.0 \
|
||||||
postorius==1.1.2 \
|
postorius==1.2.1 \
|
||||||
hyperkitty==1.1.4 \
|
hyperkitty==1.2.0 \
|
||||||
django-mailman3==1.1.0 \
|
django-mailman3==1.2.0 \
|
||||||
whoosh \
|
whoosh \
|
||||||
uwsgi \
|
uwsgi \
|
||||||
psycopg2 \
|
psycopg2 \
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.6-alpine3.6
|
FROM python:3.6-alpine3.7
|
||||||
|
|
||||||
MAINTAINER Abhilash Raj
|
MAINTAINER Abhilash Raj
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user