v4
All checks were successful
Build Docker images / docker (eumau/postfix, 4) (push) Successful in 3m2s
All checks were successful
Build Docker images / docker (eumau/postfix, 4) (push) Successful in 3m2s
This commit is contained in:
parent
7ac0958c63
commit
c5b8641454
@ -15,7 +15,7 @@ jobs:
|
|||||||
repo:
|
repo:
|
||||||
- eumau/postfix
|
- eumau/postfix
|
||||||
tag:
|
tag:
|
||||||
- "3"
|
- "4"
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set up QEMU
|
name: Set up QEMU
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM eumau/debian:bullseye-slim
|
FROM eumau/debian:bookworm-slim
|
||||||
LABEL maintainer "Mauro Torrez <mauro@mau.ro>"
|
LABEL maintainer "Mauro Torrez <mauro@mau.ro>"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ENV LC_ALL C
|
ENV LC_ALL C
|
||||||
|
@ -13,4 +13,4 @@ postconf -h \
|
|||||||
virtual_mailbox_maps \
|
virtual_mailbox_maps \
|
||||||
| sed "s/,/\n/g" | sed "s/ /\n/g" | sort | uniq \
|
| sed "s/,/\n/g" | sed "s/ /\n/g" | sort | uniq \
|
||||||
| egrep '(hash):' \
|
| egrep '(hash):' \
|
||||||
| xargs -n1 postmap
|
| xargs -t -n1 postmap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user