Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Releases: SecurityCompass/moodle-docker

Auto enrol plugin, updates

07 Jan 18:38
381dc43
Compare
Choose a tag to compare
Moodle updates (#32)

Added
- Bake in auto enrol Moodle plugin

Changed
- Nginx/PHP Dockerfile refactor
- Remove write permissions from the Moodle `app` directory
- Update Moove theme version
- Remove patch number from MOODLE_VERSION because we always build the latest 3.5

v0.1.14: Moodle Updates (#31)

14 Nov 22:44
486a7d9
Compare
Choose a tag to compare
# Added
- Bake in 'postfix' as default `smtphost`

# Changed
- Clean up Travis CI configuration
- Use new API token in CI
- Simplify container publish script
- Update OneLogin plugin
- Update Nginx version
- Enable logging for PHP

v0.1.13: CI Updates, Plugins and more! (#27)

07 Nov 20:09
64c3a9e
Compare
Choose a tag to compare
## Added
- Bake in Moodle Custom certificate plugin
- Bake in Moodle Scheduler plugin
- Add `CONTRIBUTION.md`

 ## Changed
- Clean up Travis CI configuration
- Add deployment support for DEB packages
- Update `check_tag.sh` to handle different scenarios

 ## Removed
- Unused script, `deb_publish.sh`

v0.1.12: Code review updates (#23)

26 Oct 15:58
000c92e
Compare
Choose a tag to compare
Pre-release
### Changed
- Fix `.gitignore` pattern
- Move build specific variables to Dockerfile
- Bake in files from the `conf` directory (vs. bind mount)
- Rename volume that holds certificates
- Fix ownership and permission for Moodle artifacts in container
- Remove the use of `MOODLE_VERSION` and `PHP_VERSION` inside the container
- Bump BUILD and THEME version
- Use `latest` image for nginx/php/moodle

 ### Removed
- Remove `certbot-docker` from this repo
- Clean up unused ENV vars from `docker-compose` configuration files

Bump nginx version to 1.14.0-0+xenial2

17 Oct 20:25
7cc50a0
Compare
Choose a tag to compare
Pre-release
Merge pull request #25 from SecurityCompass/fix/bump_nginx_version

Bump nginx version

Update Moove Theme to v0.1.1

17 Oct 20:08
1a92895
Compare
Choose a tag to compare
Pre-release
v0.1.10

Merge pull request #24 from SecurityCompass/fix/update_moove_theme_ve…

Code review fixes/updates

16 Oct 20:09
36a4d1b
Compare
Choose a tag to compare
Pre-release
Merge pull request #20 from SecurityCompass/fix/code_review

Improve local/initial configuration

v0.1.8: Add upgrade support (#17)

05 Oct 04:10
bf18283
Compare
Choose a tag to compare
Pre-release
- A volume to store `config.php` once its created
- Refactor `configure-moodle.sh` to support container upgrades
- Only run CI tag check on non tag commits

Add support for TLS certificates via certbot

03 Oct 18:29
f73c4ca
Compare
Choose a tag to compare
  • Adds a certbot container to add the ability to obtain and renew TLS certificates for the web server.

v0.1.6: DEB/Docker container build updates (#16)

01 Oct 22:14
ba95523
Compare
Choose a tag to compare
- Add build version for DEB and containers
- Add Moove version to track repo
- Check BUILD_VERSION vs tag in CI check
- Add an additional check to match CHANGELOG to BUILD_VERSION
- Clean up Nginx/PHP Dockerfile to speed up build time