Loading Dockerfile +4 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ ARG ECLOUD_LAUNCHER_JOB_ID="208960" ARG GOOGLE_INTEGRATION_VERSION="1.0.6-1-nightly" COPY patches/ ${TMP_PATCH_DIR}/ RUN sed -i 's/21,0,7,0/21,0,7,3/' ${BASE_DIR}/version.php RUN sed -i 's/21,0,7,0/21,0,7,4/' ${BASE_DIR}/version.php # Install unzip for unzipping artifacts RUN apt-get update && apt-get install unzip Loading Loading @@ -129,6 +129,9 @@ RUN sed -i "s/min-version=\"22\"/min-version=\"21\"/" ${BASE_DIR}/custom_apps/in RUN sed -i 's/ in Nextcloud/ /' ${BASE_DIR}/custom_apps/integration_google/js/integration_google-personalSettings.js RUN sed -i 's/Nextcloud administator/administator/' ${BASE_DIR}/custom_apps/integration_google/js/integration_google-personalSettings.js # Set shared access class to CONFIDENTIAL by default sed -i 's/defaultValue:"PUBLIC"/defaultValue:"CONFIDENTIAL"/' ${BASE_DIR}/custom_apps/calendar/js/calendar.js # Custom theme RUN curl -fsSL -o eCloud-theme.tar.gz \ "https://gitlab.e.foundation/e/infra/nextcloud-theme/-/archive/${THEME_VERSION}/nextcloud-theme-${THEME_VERSION}.tar.gz" && \ Loading Loading
Dockerfile +4 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ ARG ECLOUD_LAUNCHER_JOB_ID="208960" ARG GOOGLE_INTEGRATION_VERSION="1.0.6-1-nightly" COPY patches/ ${TMP_PATCH_DIR}/ RUN sed -i 's/21,0,7,0/21,0,7,3/' ${BASE_DIR}/version.php RUN sed -i 's/21,0,7,0/21,0,7,4/' ${BASE_DIR}/version.php # Install unzip for unzipping artifacts RUN apt-get update && apt-get install unzip Loading Loading @@ -129,6 +129,9 @@ RUN sed -i "s/min-version=\"22\"/min-version=\"21\"/" ${BASE_DIR}/custom_apps/in RUN sed -i 's/ in Nextcloud/ /' ${BASE_DIR}/custom_apps/integration_google/js/integration_google-personalSettings.js RUN sed -i 's/Nextcloud administator/administator/' ${BASE_DIR}/custom_apps/integration_google/js/integration_google-personalSettings.js # Set shared access class to CONFIDENTIAL by default sed -i 's/defaultValue:"PUBLIC"/defaultValue:"CONFIDENTIAL"/' ${BASE_DIR}/custom_apps/calendar/js/calendar.js # Custom theme RUN curl -fsSL -o eCloud-theme.tar.gz \ "https://gitlab.e.foundation/e/infra/nextcloud-theme/-/archive/${THEME_VERSION}/nextcloud-theme-${THEME_VERSION}.tar.gz" && \ Loading