tomsquest / docker-radicale

Docker image for Radicale calendar and contact server :calendar: + security :closed_lock_with_key: + addons :rocket:
GNU General Public License v3.0
591 stars 82 forks source link

fix: drop support for arm v7 #128

Closed tomsquest closed 1 year ago

tomsquest commented 1 year ago

Updating Alpine to 3.17 blocked the release of the arm v7. bcrypt need rusts which cause oom or network error downloading cargo indices. There seems to be workaround when running in tmpfs or other strange stuff. In all case, too complex to maintain, so I am dropping support for arm v7 (which is 32bits, so a bit old).