Moodle versions & docker tags

Moodle versions & docker tags

Paul Vriet -
回帖数:3

Hi

I need to install a new production Moodle for my company. As we use docker almost exclusively, I searched the doc for docker options. So I found this repo https://hub.docker.com/r/moodlehq/moodleapp, And noticed tag 4.5.0 is present, but not any minor versions.

All 4.5.* are 7 months old.

Is there any docker image provided for minor versions such as 4.5.4 ?

Thanks

回复Paul Vriet

Moodle versions & docker tags

Howard Miller -
Core developers的头像 Documentation writers的头像 Particularly helpful Moodlers的头像 Peer reviewers的头像 Plugin developers的头像
As you obviously must know Docker well, I would recommend building your own stack for Docker (web server, php-fpm, database, redis and so on) and then installing the normal Moodle download.

The link you found is for the Moodle Mobile App, not Moodle.
回复Paul Vriet

Moodle versions & docker tags

Howard Miller -
Core developers的头像 Documentation writers的头像 Particularly helpful Moodlers的头像 Peer reviewers的头像 Plugin developers的头像
I should add... there's an official Docker image for development and testing, here https://github.com/moodlehq/moodle-docker. It's not what you want but may give you a start.

There are some other images for Moodle - e.g. the Bitnami Docker images. I mention them only to caution you against using them. If you do, it would be very difficult to provide support here. We have no idea how they configure Moodle (and nor will you).