1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-23 00:28:06 +02:00
Commit Graph

20 Commits

Author SHA1 Message Date
4c1071a497 Move all requirements*.txt to base image 2022-10-14 14:34:27 +02:00
a29f066858 Move even more python deps to base image 2022-10-12 16:32:27 +02:00
a54a784168 Update alpine-linux to 3.14.5 - Zlib security FIX 2022-03-30 09:08:28 +00:00
d02296c3bc Update alpine-linux to 3.14.4 - OpenSSL security FIX 2022-03-17 10:40:42 +00:00
b2abbc8856 update Dockerfile to alpine 3.14.3 2021-12-22 09:19:44 +00:00
f7677543c6 Process code review remarks
- Moved run to bottom of Dockerfile to allow using unmodified / cached states.
- Simplified bash code in deploy.sh.
- Improved the large bash one-liner in CI.yml. It could not handle >9 for 1.x.
2021-11-18 17:21:56 +00:00
56dd70cf4a Implement versioning for CI/CD workflow (see #1182). 2021-11-17 20:00:04 +00:00
d7d02152bb Make fetchid file not hidden. 2021-11-13 14:40:22 +00:00
92e65b33e0 Configure fetchmail to use idfile to keep track of messages.
Run fetchmail as root. This is unfortunately required because
all files are owned by root in the mailu data folder.
In the future  we must switch all images to running all
all processes with a non-root user.
2021-11-10 09:07:03 +00:00
2404cf2e3d Fix for issue #1223 2021-11-09 14:10:04 +00:00
225160610b Set default TZ in Dockerfiles 2021-11-04 14:22:12 +01:00
50d76076ed Add tzdata to optional 2021-11-02 11:19:42 +01:00
d7c2b510c7 Give alpine 3.14.2 a shot 2021-09-01 18:56:44 +02:00
420afa53f8 Upgrade to alpine 3.14 2021-07-05 15:50:49 +02:00
72a9ec5b7c Fix extract_host_port port separation
Regex quantifier should be lazy to make port separation work.
2020-10-24 00:25:53 +01:00
b414757ff8 Fix hardcoded reference to admin container. 2020-08-23 14:32:02 +02:00
e8b72099a7 Switching to alpine:3.12 and use fetchmail from alpine repository
alpine3:12 provides fetchmail 6.4.5, so building fetchmail from alpha branch
is not needed anymore (ssl wrapped mode issue fixed) since 6.4.2
2020-06-16 09:19:37 +02:00
313e98c1a2 fetchmail: print unhandled exceptions, but don't crash
refs #1295
2020-03-07 21:41:45 +01:00
7507345ce9 Fix encoding of custom fields in fetchmailrc 2020-02-07 21:44:23 +01:00
4e4b071fb0 Move services into core and optional 2019-10-23 18:27:25 +03:00