diff --git a/moodle-tools/README.md b/moodle-tools/README.md index f98703f..16cea68 100644 --- a/moodle-tools/README.md +++ b/moodle-tools/README.md @@ -5,6 +5,7 @@ Minimal image with the tools that are necessary for our Moodle Kubernetes CronJo * [wget](https://www.gnu.org/software/wget/) * [kubectl](https://kubernetes.io/docs/reference/kubectl/) * [boto](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html) +* [python3](https://www.python.org/downloads/) * [curl](https://curl.se/) * [duply](https://duply.net/) * [ca-certificates](https://launchpad.net/ubuntu/+source/ca-certificates) diff --git a/moodle/README.md b/moodle/README.md index 3b822f4..f3b4ac6 100644 --- a/moodle/README.md +++ b/moodle/README.md @@ -1,3 +1,11 @@ # dbp-moodle -Custom moodle image based on bitnami/moodle used in dBildungsplattform context. \ No newline at end of file +Custom moodle image based on bitnami/moodle used in dBildungsplattform context. + +## Requirements + +| Repository | Name | Version | Source | +|------------|------|---------| +| scripts/install/phpRedisInstall.sh | php-redis | 6.0.2 | https://pecl.php.net/package/redis | +| Dockerfile | Moosh | 1.21 | https://moosh-online.com/ | +| Dockerfile | Moodle Bitnami Image | Image Version | https://hub.docker.com/r/bitnami/moodle | \ No newline at end of file