Compare commits
No commits in common. "c1297480bc042f76d3244d4c21e08bb10d71e6e0" and "6b1d2fa765f47b7f894bda98aa0ddd48144bbeff" have entirely different histories.
c1297480bc
...
6b1d2fa765
2 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@ pipeline:
|
||||||
event: "push"
|
event: "push"
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- ALPINE_VERSION: "3.18.4"
|
- ALPINE_VERSION: "3.18.3"
|
||||||
POSTFIX_VERSION: "3.8.1"
|
POSTFIX_VERSION: "3.8.1"
|
||||||
- ALPINE_VERSION: "3.17.5"
|
- ALPINE_VERSION: "3.17.5"
|
||||||
POSTFIX_VERSION: "3.7.6"
|
POSTFIX_VERSION: "3.7.6"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
ARG ALPINE_VERSION=3.18.3
|
ARG ALPINE_VERSION=3.13.6
|
||||||
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
|
ARG BASE_IMAGE=sutty/monit
|
||||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION} AS build
|
FROM ${BASE_IMAGE}:${ALPINE_VERSION} AS build
|
||||||
ARG POSTFIX_VERSION=3.6.6
|
ARG POSTFIX_VERSION=3.6.6
|
||||||
MAINTAINER "f <f@sutty.nl>"
|
MAINTAINER "f <f@sutty.nl>"
|
||||||
|
@ -72,8 +72,8 @@ RUN postconf -e sender_canonical_classes=envelope_sender
|
||||||
RUN postconf -e recipient_canonical_classes=envelope_recipient,header_recipient
|
RUN postconf -e recipient_canonical_classes=envelope_recipient,header_recipient
|
||||||
RUN postconf -e smtpd_client_connection_rate_limit=10
|
RUN postconf -e smtpd_client_connection_rate_limit=10
|
||||||
|
|
||||||
ARG ALPINE_VERSION=3.18.3
|
ARG ALPINE_VERSION=3.13.6
|
||||||
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
|
ARG BASE_IMAGE=sutty/monit
|
||||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
||||||
MAINTAINER "f <f@sutty.nl>"
|
MAINTAINER "f <f@sutty.nl>"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue