mailcow / mailcow-dockerized

mailcow: dockerized - 🐮 + 🐋 = 💕
https://mailcow.email
GNU General Public License v3.0
8.73k stars 1.17k forks source link

Fix broken dependencies for dovecot image #5870

Closed icedream closed 3 months ago

icedream commented 5 months ago
milkmaker commented 5 months ago

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging. See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

icedream commented 5 months ago

Tested with

docker build --platform=armhf --rm --no-cache data/Dockerfiles/dovecot
docker build --platform=aarch64 --rm --no-cache data/Dockerfiles/dovecot
docker build --platform=amd64 --rm --no-cache data/Dockerfiles/dovecot
DerLinkman commented 3 months ago

mailcow is not armhf compatible, only ARM64 and x64.

Won't merge this as this change is obsolelet with Alpine 3.20 as the perl package is bundled inside Alpine 3.20 natively without the need of the edge repo