Skip to content

Commit

Permalink
updated modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ubc-tuehoang committed Dec 11, 2023
1 parent e56cc85 commit 5d18667
Showing 1 changed file with 22 additions and 12 deletions.
34 changes: 22 additions & 12 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN curl -L https://moodle.org/plugins/download.php/29228/mod_questionnaire_mood
&& unzip questionnaire.zip \
&& rm questionnaire.zip \

#This is the latest version of plugin moodle33 as of 20Dec2022
#This is the latest version of plugin moodle33 as of 20Dec2022 and 11Dec2023
&& curl -L https://moodle.org/plugins/download.php/11565/mod_certificate_moodle33_2016052300.zip -o /certificate.zip \
&& cp /certificate.zip /var/www/html/mod/ \
&& cd /var/www/html/mod \
Expand All @@ -23,25 +23,29 @@ RUN curl -L https://moodle.org/plugins/download.php/29228/mod_questionnaire_mood
&& rm hvp.zip \

#This is the latest version: And pending on Kate verification with her team.
#This is the latest version of plugin moodle33 as of 11Dec2023
&& curl -L https://moodle.org/plugins/download.php/16906/block_poll_moodle37_2018052500.zip -o /poll.zip \
&& cp /poll.zip /var/www/html/blocks/ \
&& cd /var/www/html/blocks \
&& unzip poll.zip \
&& rm poll.zip \

#This is the latest version of plugin moodle31 as of 11Dec2023
&& curl -L https://moodle.org/plugins/download.php/26177/report_customsql_moodle40_2022031800.zip -o /customsql.zip \
&& cp /customsql.zip /var/www/html/report/ \
&& cd /var/www/html/report \
&& unzip customsql.zip \
&& rm customsql.zip \

&& curl -L https://moodle.org/plugins/download.php/28049/format_grid_moodle41_2022112600.zip -o /grid.zip \
#Updated as of 11Dec2023
&& curl -L https://moodle.org/plugins/download.php/30206/format_grid_moodle41_2022112607.zip -o /grid.zip \
&& cp /grid.zip /var/www/html/course/format/ \
&& cd /var/www/html/course/format \
&& unzip grid.zip \
&& rm grid.zip \

&& curl -L https://moodle.org/plugins/download.php/26868/format_flexsections_moodle40_2022061900.zip -o /flex.zip \
#Updated as of 11Dec2023
&& curl -L https://moodle.org/plugins/download.php/29754/format_flexsections_moodle42_2023080800.zip -o /flex.zip \
&& cp /flex.zip /var/www/html/course/format/ \
&& cd /var/www/html/course/format \
&& unzip flex.zip \
Expand All @@ -54,27 +58,29 @@ RUN curl -L https://moodle.org/plugins/download.php/29228/mod_questionnaire_mood
# && unzip facetoface.zip \
# && rm facetoface.zip \
#
#This is the last version of this plugin for moodle33 as of 20Dec2022:
&& curl -L https://moodle.org/plugins/download.php/14468/local_mass_enroll_moodle33_2015092402.zip -o /mass.zip \

#Updated as of 11Dec2023
&& curl -L https://moodle.org/plugins/download.php/30331/local_mass_enroll_moodle43_2023102300.zip -o /mass.zip \
&& cp /mass.zip /var/www/html/local/ \
&& cd /var/www/html/local \
&& unzip mass.zip \
&& rm mass.zip \

&& curl -L https://moodle.org/plugins/download.php/28180/block_course_modulenavigation_moodle41_2022121300.zip -o /modulenav.zip \
#Updated as of 11Dec2023
&& curl -L https://moodle.org/plugins/download.php/30267/block_course_modulenavigation_moodle43_2023101700.zip -o /modulenav.zip \
&& cp /modulenav.zip /var/www/html/blocks/ \
&& cd /var/www/html/blocks \
&& unzip modulenav.zip \
&& rm modulenav.zip \

#This is the latest version of this plugin for moodle310 as of 11Jan2023:
#This is the latest version of this plugin for moodle310 as of 11Jan2023 and 11Dec2023:
&& curl -L https://moodle.org/plugins/download.php/22758/block_configurable_reports_moodle310_2020110300.zip -o /configurable.zip \
&& cp /configurable.zip /var/www/html/blocks/ \
&& cd /var/www/html/blocks \
&& unzip configurable.zip \
&& rm configurable.zip \


#No change as of 11Dec2023
&& curl -L https://moodle.org/plugins/download.php/27010/local_boostnavigation_moodle311_2021071501.zip -o /boostnavig.zip \
&& cp /boostnavig.zip /var/www/html/local/ \
&& cd /var/www/html/local \
Expand All @@ -88,26 +94,30 @@ RUN curl -L https://moodle.org/plugins/download.php/29228/mod_questionnaire_mood
&& unzip mergeuser.zip \
&& rm mergeuser.zip \

&& curl -L https://moodle.org/plugins/download.php/22662/filter_multilang2_moodle40_2020101300.zip -o /multi.zip \
#Updated as of 11Dec2023
&& curl -L https://moodle.org/plugins/download.php/29794/filter_multilang2_moodle42_2022120900.zip -o /multi.zip \
&& cp /multi.zip /var/www/html/filter/ \
&& cd /var/www/html/filter \
&& unzip multi.zip \
&& rm multi.zip \

&& curl -L https://moodle.org/plugins/download.php/26482/availability_language_moodle41_2022041900.zip -o /avail.zip \
#Updated as of 11Dec2023
&& curl -L https://moodle.org/plugins/download.php/30198/availability_language_moodle43_2023101400.zip -o /avail.zip \
&& cp /avail.zip /var/www/html/availability/condition/ \
&& cd /var/www/html/availability/condition \
&& unzip avail.zip \
&& rm avail.zip \

#Pending on Kate verification with her team.
&& curl -L https://moodle.org/plugins/download.php/27505/block_panopto_moodle40_2022090700.zip -o /panopto.zip \
#Updated as of 11Dec2023
&& curl -L https://moodle.org/plugins/download.php/29980/block_panopto_moodle42_2023091800.zip -o /panopto.zip \
&& cp /panopto.zip /var/www/html/blocks/ \
&& cd /var/www/html/blocks \
&& unzip panopto.zip \
&& rm panopto.zip \

&& curl -L https://moodle.org/plugins/download.php/27445/local_recompletion_moodle40_2022082900.zip -o /recomplete.zip \
#Updated as of 11Dec2023
&& curl -L https://moodle.org/plugins/download.php/30492/local_recompletion_moodle42_2023111402.zip -o /recomplete.zip \
&& cp /recomplete.zip /var/www/html/local/ \
&& cd /var/www/html/local \
&& unzip recomplete.zip \
Expand Down

0 comments on commit 5d18667

Please sign in to comment.