disable service chroots until I understand the problems properly

This commit is contained in:
Sebastian Hugentobler 2023-02-16 22:15:08 +01:00
parent 87adbb9b0c
commit 5724cc82eb
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
2 changed files with 14 additions and 1 deletions

View File

@ -56,7 +56,7 @@ RUN cd /tmp/pigeonhole && \
--disable-static && \
make && make install
FROM docker.io/thallian/confd-env:3.16
FROM docker.io/thallian/confd-env:3.17-3.1.3.0
COPY --from=builder /lib/dovecot/ /lib/dovecot/
COPY --from=builder /libexec/dovecot/ /libexec/dovecot/

View File

@ -21,3 +21,16 @@ service auth {
service auth-worker {
}
service anvil {
chroot =
}
service imap-login {
chroot =
}
service pop3-login {
chroot =
}
service ipc {
chroot =
}