crazy-max / docker-nextcloud

Nextcloud Docker image
MIT License
245 stars 47 forks source link

Official mariadb doesn't support armv7 even though this image does. #143

Closed black-ish closed 1 year ago

black-ish commented 1 year ago

Hi, I wanted to use this image and created a compose file for it and noticed that mariadb failed to create with a manifest error. Checked it out and the official image doesn't have armv7 support hence the error. I'm not exactly new to this but not advanced enough either to know to which image of maridb I can switch to that would work.

Could somebody point me in the right direction? This would be my first docker compose but I've ran docker images before. I'm not sure how environment variables would possibly change if using another mariadb image.

Thank you

black-ish commented 1 year ago

Solved it: Using jbergstroem/mariadb-alpine:10.6.13 works.