Merge branch '1.5' into 1.5-alpine_3.8

This commit is contained in:
kaiyou
2018-10-07 11:56:13 +02:00
committed by GitHub
13 changed files with 21 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:3-alpine3.7
RUN mkdir -p /app
WORKDIR /app

View File

@@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.7
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --no-cache \

View File

@@ -1,3 +1,11 @@
require "vnd.dovecot.execute";
require ["vnd.dovecot.execute", "copy", "imapsieve", "environment", "variables"];
if environment :matches "imap.mailbox" "*" {
set "mailbox" "${1}";
}
if string "${mailbox}" "Trash" {
stop;
}
execute :pipe "mailtrain" "ham";

View File

@@ -1,5 +1,5 @@
# This is an idle image to dynamically replace any component if disabled.
FROM alpine
FROM alpine:3.7
CMD sleep 1000000d

View File

@@ -1,4 +1,4 @@
FROM alpine
FROM alpine:3.7
RUN apk add --no-cache postfix postfix-sqlite postfix-pcre rsyslog python py-jinja2