Loading Dockerfile +6 −7 Original line number Diff line number Diff line FROM nextcloud:25.0.5-fpm AS nextcloud ARG BASE_DIR="/usr/src/nextcloud" ARG TMP_PATCH_DIR="/tmp/build_patches" ARG THEME_HELPER_JOB_ID="555956" ARG THEME_HELPER_JOB_ID="564351" ARG NOTES_VERSION="4.6.0" ARG CONTACTS_JOB_ID="559941" ARG CALENDAR_JOB_ID="559880" ARG USER_BACKEND_RAW_SQL_VERSION="1.3.0" ARG EMAIL_RECOVERY_JOB_ID="535883" ARG EA_JOB_ID="535903" ARG ECLOUD_LAUNCHER_JOB_ID="559988" ARG EA_JOB_ID="562506" ARG LAUNCHER_JOB_ID="564592" ARG GOOGLE_INTEGRATION_VERSION="1.0.9" ARG ECLOUD_DASHBOARD_JOB_ID="535923" ARG ECLOUD_DASHBOARD_JOB_ID="564386" ARG SNAPPY_VERSION="2.26.3" ARG SNAPPY_THEME_VERSION="1.2.3" RUN sed -i 's/25,0,5,1/25,0,5,4/' ${BASE_DIR}/version.php RUN sed -i 's/25,0,5,1/25,0,5,5/' ${BASE_DIR}/version.php COPY custom_entrypoint.sh / RUN chmod +x /custom_entrypoint.sh RUN mkdir -p /var/www/skeleton/Documents && mkdir -p /var/www/skeleton/Images Loading Loading @@ -53,7 +53,7 @@ RUN curl -fsSL -o ecloud-theme-helper.zip \ rm ecloud-theme-helper.zip; RUN curl -fsSL -o murena_launcher.zip \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/launcher/-/jobs/${ECLOUD_LAUNCHER_JOB_ID}/artifacts/download" && \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/launcher/-/jobs/${LAUNCHER_JOB_ID}/artifacts/download" && \ unzip murena_launcher.zip && \ mv dist/murena_launcher ${BASE_DIR}/custom_apps/ && \ rm murena_launcher.zip; Loading Loading @@ -149,7 +149,6 @@ RUN sed -i 's/Nextcloud administrator/administrator/' ${BASE_DIR}/custom_apps/in RUN sed -i 's/update/error/g' ${BASE_DIR}/apps/dav/templates/schedule-response-error.php # Fix the navbar entries RUN sed -i 's/this.appLimit=e/this.appLimit=e<7?e:7/' ${BASE_DIR}/dist/core-main.js RUN sed -i 's/this.appLimit=e/this.appLimit=this.appList.length/' ${BASE_DIR}/dist/core-main.js # Fix snappymail icon Loading Loading
Dockerfile +6 −7 Original line number Diff line number Diff line FROM nextcloud:25.0.5-fpm AS nextcloud ARG BASE_DIR="/usr/src/nextcloud" ARG TMP_PATCH_DIR="/tmp/build_patches" ARG THEME_HELPER_JOB_ID="555956" ARG THEME_HELPER_JOB_ID="564351" ARG NOTES_VERSION="4.6.0" ARG CONTACTS_JOB_ID="559941" ARG CALENDAR_JOB_ID="559880" ARG USER_BACKEND_RAW_SQL_VERSION="1.3.0" ARG EMAIL_RECOVERY_JOB_ID="535883" ARG EA_JOB_ID="535903" ARG ECLOUD_LAUNCHER_JOB_ID="559988" ARG EA_JOB_ID="562506" ARG LAUNCHER_JOB_ID="564592" ARG GOOGLE_INTEGRATION_VERSION="1.0.9" ARG ECLOUD_DASHBOARD_JOB_ID="535923" ARG ECLOUD_DASHBOARD_JOB_ID="564386" ARG SNAPPY_VERSION="2.26.3" ARG SNAPPY_THEME_VERSION="1.2.3" RUN sed -i 's/25,0,5,1/25,0,5,4/' ${BASE_DIR}/version.php RUN sed -i 's/25,0,5,1/25,0,5,5/' ${BASE_DIR}/version.php COPY custom_entrypoint.sh / RUN chmod +x /custom_entrypoint.sh RUN mkdir -p /var/www/skeleton/Documents && mkdir -p /var/www/skeleton/Images Loading Loading @@ -53,7 +53,7 @@ RUN curl -fsSL -o ecloud-theme-helper.zip \ rm ecloud-theme-helper.zip; RUN curl -fsSL -o murena_launcher.zip \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/launcher/-/jobs/${ECLOUD_LAUNCHER_JOB_ID}/artifacts/download" && \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/launcher/-/jobs/${LAUNCHER_JOB_ID}/artifacts/download" && \ unzip murena_launcher.zip && \ mv dist/murena_launcher ${BASE_DIR}/custom_apps/ && \ rm murena_launcher.zip; Loading Loading @@ -149,7 +149,6 @@ RUN sed -i 's/Nextcloud administrator/administrator/' ${BASE_DIR}/custom_apps/in RUN sed -i 's/update/error/g' ${BASE_DIR}/apps/dav/templates/schedule-response-error.php # Fix the navbar entries RUN sed -i 's/this.appLimit=e/this.appLimit=e<7?e:7/' ${BASE_DIR}/dist/core-main.js RUN sed -i 's/this.appLimit=e/this.appLimit=this.appList.length/' ${BASE_DIR}/dist/core-main.js # Fix snappymail icon Loading