From a4c9e8b64f6cf322d200ed3d8dbc929b74f4f2d3 Mon Sep 17 00:00:00 2001 From: Lee Date: Thu, 16 Feb 2023 13:11:42 -0800 Subject: [PATCH 01/13] Update Moodle to 3.9.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 917f380..fb88222 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lthub/moodle:3.9.18 +FROM lthub/moodle:3.9.19 MAINTAINER Tyler Cinkant RUN curl -L https://moodle.org/plugins/download.php/22949/mod_questionnaire_moodle310_2020062302.zip -o /questionnaire.zip \ From 78f9374678f2635db4d36fb6da2be4cd0b7f2cb2 Mon Sep 17 00:00:00 2001 From: Lee Date: Wed, 15 Mar 2023 13:58:36 -0700 Subject: [PATCH 02/13] Update Moodle to 3.9.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fb88222..b74bd91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lthub/moodle:3.9.19 +FROM lthub/moodle:3.9.20 MAINTAINER Tyler Cinkant RUN curl -L https://moodle.org/plugins/download.php/22949/mod_questionnaire_moodle310_2020062302.zip -o /questionnaire.zip \ From b608740edcdf0eb4f902acc8290c4e0943139e3d Mon Sep 17 00:00:00 2001 From: Pan Luo Date: Thu, 30 Mar 2023 21:57:47 -0700 Subject: [PATCH 03/13] Update Arlo plugin to 3.11.3 (2023012000) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b74bd91..5fd11cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -103,7 +103,7 @@ RUN curl -L https://moodle.org/plugins/download.php/22949/mod_questionnaire_mood && unzip recomplete.zip \ && rm recomplete.zip \ - && curl -L https://moodle.org/plugins/download.php/27469/enrol_arlo_moodle311_2022090100.zip -o /enrolarlo.zip \ + && curl -L https://moodle.org/plugins/download.php/28406/enrol_arlo_moodle311_2023012000.zip -o /enrolarlo.zip \ && cp /enrolarlo.zip /var/www/html/enrol/ \ && cd /var/www/html/enrol \ && unzip enrolarlo.zip \ From dc7ada202b69726ac65b361e4c03e703fe763360 Mon Sep 17 00:00:00 2001 From: Tyler Cinkant Date: Thu, 27 Apr 2023 23:23:41 -0700 Subject: [PATCH 04/13] Updating medicine-moodle to 3.9.21 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fd11cd..2f95bcb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lthub/moodle:3.9.20 +FROM lthub/moodle:3.9.21 MAINTAINER Tyler Cinkant RUN curl -L https://moodle.org/plugins/download.php/22949/mod_questionnaire_moodle310_2020062302.zip -o /questionnaire.zip \ From 64f22ec4c78b90ab42ca5539762adc0089b004fa Mon Sep 17 00:00:00 2001 From: Lawrence Lee <31904187+chococatson@users.noreply.github.com> Date: Mon, 1 May 2023 14:42:51 -0700 Subject: [PATCH 05/13] h5p plugin previously upgraded to 2022121200 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f95bcb..59e6eeb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN curl -L https://moodle.org/plugins/download.php/22949/mod_questionnaire_mood && unzip certificate.zip \ && rm certificate.zip \ - && curl -L https://moodle.org/plugins/download.php/24438/mod_hvp_moodle311_2021061100.zip -o /hvp.zip \ + && curl -L https://moodle.org/plugins/download.php/25878/mod_hvp_moodle40_2022012000.zip -o /hvp.zip \ && cp /hvp.zip /var/www/html/mod/ \ && cd /var/www/html/mod \ && unzip hvp.zip \ From e9b739a507a77632328bb6491f4e566cc8084286 Mon Sep 17 00:00:00 2001 From: Lawrence Lee <31904187+chococatson@users.noreply.github.com> Date: Tue, 2 May 2023 12:13:15 -0700 Subject: [PATCH 06/13] updated path to h5p 2022121200 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59e6eeb..cf333f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN curl -L https://moodle.org/plugins/download.php/22949/mod_questionnaire_mood && unzip certificate.zip \ && rm certificate.zip \ - && curl -L https://moodle.org/plugins/download.php/25878/mod_hvp_moodle40_2022012000.zip -o /hvp.zip \ + && curl -L https://moodle.org/plugins/download.php/28179/mod_hvp_moodle41_2022121200.zip -o /hvp.zip \ && cp /hvp.zip /var/www/html/mod/ \ && cd /var/www/html/mod \ && unzip hvp.zip \ From 8d3a32475ea3cdb83ce41a403f759fb8b390a92c Mon Sep 17 00:00:00 2001 From: Lawrence Lee <31904187+chococatson@users.noreply.github.com> Date: Fri, 23 Jun 2023 10:03:46 -0700 Subject: [PATCH 07/13] update h5p plugin to 1.23.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf333f2..489d1eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN curl -L https://moodle.org/plugins/download.php/22949/mod_questionnaire_mood && unzip certificate.zip \ && rm certificate.zip \ - && curl -L https://moodle.org/plugins/download.php/28179/mod_hvp_moodle41_2022121200.zip -o /hvp.zip \ + && curl -L https://moodle.org/plugins/download.php/29419/mod_hvp_moodle42_2023061200.zip -o /hvp.zip \ && cp /hvp.zip /var/www/html/mod/ \ && cd /var/www/html/mod \ && unzip hvp.zip \ From 7041f1e752f88ebb5fe5d314c48f5399b4372be9 Mon Sep 17 00:00:00 2001 From: Lawrence Lee <31904187+chococatson@users.noreply.github.com> Date: Tue, 27 Jun 2023 13:19:14 -0700 Subject: [PATCH 08/13] update Moodle to 3.9.22 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 489d1eb..da7fb57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lthub/moodle:3.9.21 +FROM lthub/moodle:3.9.22 MAINTAINER Tyler Cinkant RUN curl -L https://moodle.org/plugins/download.php/22949/mod_questionnaire_moodle310_2020062302.zip -o /questionnaire.zip \ @@ -13,7 +13,7 @@ RUN curl -L https://moodle.org/plugins/download.php/22949/mod_questionnaire_mood && unzip certificate.zip \ && rm certificate.zip \ - && curl -L https://moodle.org/plugins/download.php/29419/mod_hvp_moodle42_2023061200.zip -o /hvp.zip \ + && curl -L https://moodle.org/plugins/download.php/28179/mod_hvp_moodle41_2022121200.zip -o /hvp.zip \ && cp /hvp.zip /var/www/html/mod/ \ && cd /var/www/html/mod \ && unzip hvp.zip \ From 7277bf4ebaf453bad38ddd30f000bf9d5aa942b3 Mon Sep 17 00:00:00 2001 From: Lawrence Lee <31904187+chococatson@users.noreply.github.com> Date: Tue, 27 Jun 2023 13:33:48 -0700 Subject: [PATCH 09/13] update h5p plugin to 1.23.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index da7fb57..0596287 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN curl -L https://moodle.org/plugins/download.php/22949/mod_questionnaire_mood && unzip certificate.zip \ && rm certificate.zip \ - && curl -L https://moodle.org/plugins/download.php/28179/mod_hvp_moodle41_2022121200.zip -o /hvp.zip \ + && curl -L https://moodle.org/plugins/download.php/29419/mod_hvp_moodle42_2023061200.zip -o /hvp.zip \ && cp /hvp.zip /var/www/html/mod/ \ && cd /var/www/html/mod \ && unzip hvp.zip \ From 484b2080279e4da39fad883fae385b60b44f6cab Mon Sep 17 00:00:00 2001 From: chococatson <31904187+chococatson@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:10:05 -0700 Subject: [PATCH 10/13] Update Moodle to 3.9.24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0596287..7ee9d95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lthub/moodle:3.9.22 +FROM lthub/moodle:3.9.24 MAINTAINER Tyler Cinkant RUN curl -L https://moodle.org/plugins/download.php/22949/mod_questionnaire_moodle310_2020062302.zip -o /questionnaire.zip \ From 67a2546b7ab248604606817bd7d5c16b32b24d25 Mon Sep 17 00:00:00 2001 From: Lawrence Lee <31904187+chococatson@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:55:32 -0700 Subject: [PATCH 11/13] replace url for arlo plugin v3.11.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ee9d95..def4ae4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -103,7 +103,7 @@ RUN curl -L https://moodle.org/plugins/download.php/22949/mod_questionnaire_mood && unzip recomplete.zip \ && rm recomplete.zip \ - && curl -L https://moodle.org/plugins/download.php/28406/enrol_arlo_moodle311_2023012000.zip -o /enrolarlo.zip \ + && curl -L https://github.com/ArloSoftware/moodle-enrol_arlo/archive/refs/tags/v3.11.3.zip -o /enrolarlo.zip \ && cp /enrolarlo.zip /var/www/html/enrol/ \ && cd /var/www/html/enrol \ && unzip enrolarlo.zip \ From 703b18da24b8d7100ad5e445d79d03f88465c41d Mon Sep 17 00:00:00 2001 From: Lawrence Lee <31904187+chococatson@users.noreply.github.com> Date: Thu, 19 Oct 2023 22:11:00 -0700 Subject: [PATCH 12/13] rename arlo plugin directory --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index def4ae4..6939b07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -107,6 +107,7 @@ RUN curl -L https://moodle.org/plugins/download.php/22949/mod_questionnaire_mood && cp /enrolarlo.zip /var/www/html/enrol/ \ && cd /var/www/html/enrol \ && unzip enrolarlo.zip \ + && mv moodle-enrol_arlo-3.11.3 arlo \ && rm enrolarlo.zip From e45812dbe09fcf76e4061faad4b70ce2ca4bb97c Mon Sep 17 00:00:00 2001 From: Lawrence Lee Date: Thu, 7 Mar 2024 15:43:09 -0800 Subject: [PATCH 13/13] Update Moodle to 3.9.25 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6939b07..780ee97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lthub/moodle:3.9.24 +FROM lthub/moodle:3.9.25 MAINTAINER Tyler Cinkant RUN curl -L https://moodle.org/plugins/download.php/22949/mod_questionnaire_moodle310_2020062302.zip -o /questionnaire.zip \