moodlehq / moodle-docker

A docker environment for moodle developers
GNU General Public License v3.0
373 stars 244 forks source link

Unpin mariadb:10.7 once 10.8 and 10.9 problems are solved #213

Open stronk7 opened 2 years ago

stronk7 commented 2 years ago

We have just pinned MariaDB again, to 10.7, because just released 10.8 and 10.9 images have problems.

https://github.com/moodlehq/moodle-docker/commit/53540c3dd35164676ac20e1376f94ee9c49fd6a0 and https://github.com/moodlehq/moodle-docker/commit/ec0bcf82b7d94d8ae7cfa6db288d12172354bdd1

This issue is about to proceed to unpin it once the problems are gone.

stronk7 commented 2 years ago

Interesting enough its seems to be some incompatibility with the new images (10.8 and 10.9) that use Ubuntu 22.04 (jammy) and older host OSs (we use 18.04).

10.7 is built using 20.04 (focal) and doesn't have that problem.

https://github.com/MariaDB/mariadb-docker/issues/434

skodak commented 1 year ago

https://github.com/moodlehq/moodle-docker/pull/225 could help - it adds support for multiple database versions

grooverdan commented 7 months ago

As you've undoubtedly bumped to a Docker-20.10.10 version is it time for the unpin? 10.7 (up to 10.10) are now EOL as they where short term releases.