Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbcfde86 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

new calendar-contact and loginfix

parent 200189a3
Loading
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
FROM nextcloud:22.2.8-fpm AS nextcloud
ARG BASE_DIR="/usr/src/nextcloud"
ARG TMP_PATCH_DIR="/tmp/build_patches"
ARG THEME_VERSION="22.1.0"
ARG THEME_VERSION="22.1.1"
ARG THEME_HELPER_VERSION="1.3.1"
ARG NEWS_VERSION="18.0.1"
ARG QUOTA_WARN_VERSION="1.14.0"
ARG NOTES_VERSION="4.3.1"
ARG CONTACTS_VERSION="4.1.1"
ARG CALENDAR_JOB_ID="321100"
ARG CONTACTS_JOB_ID="321066"
ARG CALENDAR_JOB_ID="322795"
ARG USER_BACKEND_RAW_SQL_VERSION="1.1.1"
ARG EMAIL_RECOVERY_JOB_ID="313915"
ARG RAINLOOP_VERSION="7.2.5"
@@ -40,10 +40,12 @@ RUN curl -fsSL -o notes.tar.gz \
    tar -xf notes.tar.gz -C ${BASE_DIR}/custom_apps/ && \
    rm notes.tar.gz;

RUN curl -fsSL -o contacts.tar.gz \
    "https://github.com/nextcloud-releases/contacts/releases/download/v${CONTACTS_VERSION}/contacts-v${CONTACTS_VERSION}.tar.gz" && \
    tar -xf contacts.tar.gz -C ${BASE_DIR}/custom_apps/ && \
    rm contacts.tar.gz;
# custom Contact
RUN curl -fsSL -o contacts.zip \
    "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/contacts/-/jobs/${CONTACTS_JOB_ID}/artifacts/download" && \
    unzip calendar.zip && \
    mv dist/contacts ${BASE_DIR}/custom_apps/ && \
    rm contacts.zip;

# custom Calendar 3.2.4
RUN curl -fsSL -o calendar.zip \