Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista
This commit is contained in:
commit
b52598d1f7
2 changed files with 6 additions and 6 deletions
|
@ -19,11 +19,11 @@ steps:
|
||||||
event: "push"
|
event: "push"
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- ALPINE_VERSION: "3.20.0"
|
- ALPINE_VERSION: "3.20.1"
|
||||||
POSTFIX_VERSION: "3.9.0"
|
POSTFIX_VERSION: "3.9.0"
|
||||||
- ALPINE_VERSION: "3.19.1"
|
- ALPINE_VERSION: "3.19.2"
|
||||||
POSTFIX_VERSION: "3.8.6"
|
POSTFIX_VERSION: "3.8.6"
|
||||||
- ALPINE_VERSION: "3.18.5"
|
- ALPINE_VERSION: "3.18.7"
|
||||||
POSTFIX_VERSION: "3.8.6"
|
POSTFIX_VERSION: "3.8.6"
|
||||||
- ALPINE_VERSION: "3.17.7"
|
- ALPINE_VERSION: "3.17.8"
|
||||||
POSTFIX_VERSION: "3.7.11"
|
POSTFIX_VERSION: "3.7.11"
|
||||||
|
|
|
@ -2,7 +2,7 @@ ARG ALPINE_VERSION=3.18.3
|
||||||
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
|
ARG BASE_IMAGE=gitea.nulo.in/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>"
|
LABEL org.opencontainers.image.authors="f@sutty.nl"
|
||||||
|
|
||||||
RUN apk add --no-cache postfix~${POSTFIX_VERSION} ca-certificates
|
RUN apk add --no-cache postfix~${POSTFIX_VERSION} ca-certificates
|
||||||
RUN install -dm 2750 -o root -g root /etc/ssl/private
|
RUN install -dm 2750 -o root -g root /etc/ssl/private
|
||||||
|
@ -77,7 +77,7 @@ RUN postconf -e smtpd_forbid_bare_newline_exclusions='$mynetworks'
|
||||||
ARG ALPINE_VERSION=3.18.3
|
ARG ALPINE_VERSION=3.18.3
|
||||||
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
|
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
|
||||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
||||||
MAINTAINER "f <f@sutty.nl>"
|
LABEL org.opencontainers.image.authors="f@sutty.nl"
|
||||||
|
|
||||||
RUN apk add --no-cache postfix ca-certificates
|
RUN apk add --no-cache postfix ca-certificates
|
||||||
RUN install -dm 2750 -o root -g root /etc/ssl/private
|
RUN install -dm 2750 -o root -g root /etc/ssl/private
|
||||||
|
|
Loading…
Reference in a new issue