opendmarc: version 1.4.1.1, build 1
This commit is contained in:
parent
3ff436787f
commit
308fca916e
@ -1,4 +1,4 @@
|
||||
FROM rockylinux/rockylinux:8
|
||||
FROM almalinux:8
|
||||
|
||||
RUN useradd -m -s /bin/false vmail
|
||||
|
||||
@ -7,7 +7,7 @@ RUN dnf install -y epel-release && dnf update -y \
|
||||
&& rm -rf /var/cache/yum
|
||||
|
||||
RUN dnf install -y postfix-3.5.8 postfix-ldap-3.5.8 postfix-mysql-3.5.8 postfix-pgsql-3.5.8 \
|
||||
dovecot-2.3.8 dovecot-pigeonhole-2.3.8 opendkim-2.11.0 opendmarc-1.4.1.1 \
|
||||
dovecot-2.3.16 dovecot-pigeonhole-2.3.16 opendkim-2.11.0 opendmarc-1.4.1.1 \
|
||||
cyrus-sasl cyrus-sasl-plain cyrus-sasl-md5 pypolicyd-spf \
|
||||
&& dnf clean all \
|
||||
&& rm -rf /var/cache/yum
|
||||
|
@ -1,4 +1,4 @@
|
||||
VERSION=2.3.8
|
||||
VERSION=2.3.16-1
|
||||
IMAGE=dovecot
|
||||
REGISTRY=registry.0xace.cc/ghp
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM rockylinux/rockylinux:8
|
||||
FROM almalinux:8
|
||||
|
||||
RUN useradd -m -s /bin/false vmail
|
||||
|
||||
@ -7,7 +7,7 @@ RUN dnf install -y epel-release && dnf update -y \
|
||||
&& rm -rf /var/cache/yum
|
||||
|
||||
RUN dnf install -y postfix-3.5.8 postfix-ldap-3.5.8 postfix-mysql-3.5.8 postfix-pgsql-3.5.8 \
|
||||
dovecot-2.3.8 dovecot-pigeonhole-2.3.8 opendkim-2.11.0 opendmarc-1.4.1.1 \
|
||||
dovecot-2.3.16 dovecot-pigeonhole-2.3.16 opendkim-2.11.0 opendmarc-1.4.1.1 \
|
||||
cyrus-sasl cyrus-sasl-plain cyrus-sasl-md5 pypolicyd-spf \
|
||||
&& dnf clean all \
|
||||
&& rm -rf /var/cache/yum
|
||||
|
@ -1,4 +1,4 @@
|
||||
VERSION=1.3.2
|
||||
VERSION=1.4.1.1-1
|
||||
IMAGE=opendmarc
|
||||
REGISTRY=registry.0xace.cc/ghp
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM rockylinux/rockylinux:8
|
||||
FROM almalinux:8
|
||||
|
||||
RUN useradd -m -s /bin/false vmail
|
||||
|
||||
@ -7,14 +7,14 @@ RUN dnf install -y epel-release && dnf update -y \
|
||||
&& rm -rf /var/cache/yum
|
||||
|
||||
RUN dnf install -y postfix-3.5.8 postfix-ldap-3.5.8 postfix-mysql-3.5.8 postfix-pgsql-3.5.8 \
|
||||
dovecot-2.3.8 dovecot-pigeonhole-2.3.8 opendkim-2.11.0 opendmarc-1.4.1.1 \
|
||||
dovecot-2.3.16 dovecot-pigeonhole-2.3.16 opendkim-2.11.0 opendmarc-1.4.1.1 \
|
||||
cyrus-sasl cyrus-sasl-plain cyrus-sasl-md5 pypolicyd-spf \
|
||||
&& dnf clean all \
|
||||
&& rm -rf /var/cache/yum
|
||||
|
||||
RUN curl https://rspamd.com/rpm-stable/centos-8/rspamd.repo > /etc/yum.repos.d/rspamd.repo \
|
||||
&& rpm --import https://rspamd.com/rpm/gpg.key \
|
||||
&& dnf install -y rspamd-3.0 \
|
||||
&& dnf install -y rspamd-3.2 \
|
||||
&& dnf clean all \
|
||||
&& rm -rf /var/cache/yum
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
VERSION=3.0
|
||||
VERSION=3.2-1
|
||||
IMAGE=rspamd
|
||||
REGISTRY=registry.0xace.cc/ghp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user