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

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

version bump

parent fd398059
Loading
Loading
Loading
Loading
Loading
+3 −10
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ ARG DASHBOARD_URL="https://gitlab.e.foundation/api/v4/projects/1195/packages/gen
ARG SNAPPY_URL="https://gitlab.e.foundation/api/v4/projects/1367/packages/generic/snappymail/v2.38.2+murena-20250822/snappymail-v2.38.2+murena-20250822.tar.gz"
ARG OIDC_LOGIN_URL="https://gitlab.e.foundation/api/v4/projects/1496/packages/generic/oidc_login/3.2.2-4/oidc_login-3.2.2-4.tar.gz"
ARG SNAPPY_THEME_VERSION="https://gitlab.e.foundation/api/v4/projects/1377/packages/generic/snappymail/v4.0.5/snappymail-v4.0.5.tar.gz"
ARG EA_URL="https://gitlab.e.foundation/api/v4/projects/648/packages/generic/ecloud-accounts/12.0.1-dev-package-registry/ecloud-accounts-12.0.1-dev-package-registry.tar.gz"


ARG NOTES_URL="https://github.com/nextcloud-releases/notes/releases/download/v4.11.0/notes-v4.11.0.tar.gz"
@@ -19,14 +20,13 @@ ARG GOOGLE_INTEGRATION_URL="https://github.com/nextcloud/integration_google/rele


ARG EMAIL_RECOVERY_JOB_ID="1313239"
ARG EA_JOB_ID="1317005"
ARG USER_MIGRATION_JOB_ID="1313296"





RUN sed -i 's/31,0,9,1/31,0,9,5/' ${BASE_DIR}/version.php
RUN sed -i 's/31,0,9,1/31,0,9,6/' ${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
@@ -50,7 +50,7 @@ RUN curl -sL ${LAUNCHER_URL} | tar xzf - -C ${BASE_DIR}/custom_apps
RUN curl -sL ${DASHBOARD_URL} | tar xzf - -C ${BASE_DIR}/custom_apps
RUN curl -sL ${SNAPPY_URL} | tar xzf - -C ${BASE_DIR}/custom_apps
RUN curl -sL ${OIDC_LOGIN_URL} | tar xzf - -C ${BASE_DIR}/custom_apps

RUN curl -sL ${EA_URL} | tar xzf - -C ${BASE_DIR}/custom_apps

# External apps
RUN curl -sL ${NOTES_URL} | tar xzf - -C ${BASE_DIR}/custom_apps
@@ -69,13 +69,6 @@ RUN curl -fsSL -o email-recovery.zip \



RUN curl -fsSL -o ecloud-accounts.zip \
  "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/ecloud-accounts/-/jobs/${EA_JOB_ID}/artifacts/download" && \
  unzip ecloud-accounts.zip && \
  mv dist/ecloud-accounts ${BASE_DIR}/custom_apps/ && \
  rm ecloud-accounts.zip;


RUN curl -fsSL -o user_migration.zip \
  "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/user_migration/-/jobs/${USER_MIGRATION_JOB_ID}/artifacts/download" && \
  unzip user_migration.zip && \