You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please include a latest tag. This is an "autopilot" way that Moodle plugin authors and the ecosystem can ensure their projects are continuing to support the latest released version of Moodle on the latest released version of PHP.
Discussion
Please note that the published moodlehq/moodleapp image DOES maintain the latest tag.
As current, it is not possible automatically target the latest released version and the latest released version of PHP and this is contributing to glut of Moodle modules which fail to support these latest versions.
The text was updated successfully, but these errors were encountered:
Hi William,
for configuration management purposes even for development and testing it's not recommended to use latest since you need to have a clear picture of your configuration while latest is rolling by nature and not as people expected on average unless you pull it on a regular basis.
The use cases of moodle-php-images are more related to developing and testing Moodle code on specific requirements based on the Moodle version you want to code with.
Just to be clear, that's my opinion and I'm not involved in Moodle HQ.
For plugin development you DO want to set up a from job to smoke test new versions. Otherwise you get plugins that are outdated and don't support the latest Moodle... which is something I am seeing today.
Here are the tags that are pushed to the Docker HUB registry which are the official releases of this moodle-php-apache project:
https://hub.docker.com/r/moodlehq/moodle-php-apache/tags
At current this does not include a "latest" tag.
Please include a latest tag. This is an "autopilot" way that Moodle plugin authors and the ecosystem can ensure their projects are continuing to support the latest released version of Moodle on the latest released version of PHP.
Discussion
Please note that the published moodlehq/moodleapp image DOES maintain the
latest
tag.As current, it is not possible automatically target the latest released version and the latest released version of PHP and this is contributing to glut of Moodle modules which fail to support these latest versions.
The text was updated successfully, but these errors were encountered: