totara-docker-dev
totara-docker-dev copied to clipboard
A docker setup to create a development environment for Totara Learn
Ideally the docker images should be covered by tests so that if something breaks after a change we know immediately and can fix it before someone starts using a broken...
Both the nginx.yml and apache.yml files have not got the newer 8.2 & 8.3 images listed as aliases. **To Reproduce** View https://github.com/totara/totara-docker-dev/blob/master/compose/nginx.yml or https://github.com/totara/totara-docker-dev/blob/master/compose/apache.yml ``` networks: totara: aliases: ... -...
`docker-compose` is outdated and not available for new versions, time to upgrade.
To generate coverage reports pcov needs some settings, it's bet to provide some defaults. To test build and fire up the debug container with the patch and check that the...
**Describe the bug** Apache container fails to expose Totara repository folders when the folder name contains a '-' (hyphen). **To Reproduce** Steps to reproduce the behavior: Change the name of...
The github repository for the tideways/xhprof extension used has been superseded by https://github.com/longxinH/xhprof which is now actively maintained. This patch updates the Dockerfiles to use the new repo. ### How...