Moodle versions & docker tags

Moodle versions & docker tags

Paul Vriet發表於
Number of replies: 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

評比平均分數: -
In reply to 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.
In reply to 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).