Loading Dockerfile +6 −6 Original line number Original line Diff line number Diff line Loading @@ -4,7 +4,7 @@ ARG TMP_PATCH_DIR="/tmp/build_patches" ARG THEME_HELPER_JOB_ID="1269062" ARG THEME_HELPER_JOB_ID="1269062" ARG NOTES_VERSION="4.11.0" ARG NOTES_VERSION="4.11.0" ARG CONTACTS_JOB_ID="1272425" ARG CONTACTS_JOB_ID="1272425" ARG CALENDAR_JOB_ID="1262776" ARG CALENDAR_JOB_ID="1272463" ARG EMAIL_RECOVERY_JOB_ID="1269031" ARG EMAIL_RECOVERY_JOB_ID="1269031" ARG EA_JOB_ID="1269049" ARG EA_JOB_ID="1269049" ARG LAUNCHER_JOB_ID="1269140" ARG LAUNCHER_JOB_ID="1269140" Loading @@ -29,11 +29,11 @@ RUN curl -fsSL -o notes.tar.gz \ rm notes.tar.gz; rm notes.tar.gz; # custom Contact # custom Contact #RUN curl -fsSL -o contacts.zip \ RUN curl -fsSL -o contacts.zip \ # "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/contacts/-/jobs/${CONTACTS_JOB_ID}/artifacts/download" && \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/contacts/-/jobs/${CONTACTS_JOB_ID}/artifacts/download" && \ # unzip contacts.zip && \ unzip contacts.zip && \ # mv dist/contacts ${BASE_DIR}/custom_apps/ && \ mv dist/contacts ${BASE_DIR}/custom_apps/ && \ # rm contacts.zip; rm contacts.zip; RUN curl -fsSL -o calendar.zip \ RUN curl -fsSL -o calendar.zip \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/calendar/-/jobs/${CALENDAR_JOB_ID}/artifacts/download" && \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/calendar/-/jobs/${CALENDAR_JOB_ID}/artifacts/download" && \ Loading Loading
Dockerfile +6 −6 Original line number Original line Diff line number Diff line Loading @@ -4,7 +4,7 @@ ARG TMP_PATCH_DIR="/tmp/build_patches" ARG THEME_HELPER_JOB_ID="1269062" ARG THEME_HELPER_JOB_ID="1269062" ARG NOTES_VERSION="4.11.0" ARG NOTES_VERSION="4.11.0" ARG CONTACTS_JOB_ID="1272425" ARG CONTACTS_JOB_ID="1272425" ARG CALENDAR_JOB_ID="1262776" ARG CALENDAR_JOB_ID="1272463" ARG EMAIL_RECOVERY_JOB_ID="1269031" ARG EMAIL_RECOVERY_JOB_ID="1269031" ARG EA_JOB_ID="1269049" ARG EA_JOB_ID="1269049" ARG LAUNCHER_JOB_ID="1269140" ARG LAUNCHER_JOB_ID="1269140" Loading @@ -29,11 +29,11 @@ RUN curl -fsSL -o notes.tar.gz \ rm notes.tar.gz; rm notes.tar.gz; # custom Contact # custom Contact #RUN curl -fsSL -o contacts.zip \ RUN curl -fsSL -o contacts.zip \ # "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/contacts/-/jobs/${CONTACTS_JOB_ID}/artifacts/download" && \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/contacts/-/jobs/${CONTACTS_JOB_ID}/artifacts/download" && \ # unzip contacts.zip && \ unzip contacts.zip && \ # mv dist/contacts ${BASE_DIR}/custom_apps/ && \ mv dist/contacts ${BASE_DIR}/custom_apps/ && \ # rm contacts.zip; rm contacts.zip; RUN curl -fsSL -o calendar.zip \ RUN curl -fsSL -o calendar.zip \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/calendar/-/jobs/${CALENDAR_JOB_ID}/artifacts/download" && \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/calendar/-/jobs/${CALENDAR_JOB_ID}/artifacts/download" && \ Loading