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

Commit 0f9b3f2c authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

Merge branch 'dev/update-slim' into 'slim'

Bump new app versions

See merge request !297
parents 3a5f0fc2 f7abf8b1
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ publish-slim-tag:
  variables:
    DOCKER_BUILD_ARGS: "-f slim.Dockerfile --target nextcloud"
    REGISTRY_SUBPATH: "/slim"
    MW_DOCKER_VERSION: "${CI_COMMIT_TAG/v/}"
    MW_DOCKER_VERSION: "${CI_COMMIT_TAG}"
  rules:
    - if: '$CI_COMMIT_TAG'

@@ -72,6 +72,6 @@ publish-nginx-tag:
  variables:
    DOCKER_BUILD_ARGS: "-f slim.Dockerfile --target nginx"
    REGISTRY_SUBPATH: "/nginx"
    MW_DOCKER_VERSION: "${CI_COMMIT_TAG/v/}"
    MW_DOCKER_VERSION: "${CI_COMMIT_TAG}"
  rules:
    - if: '$CI_COMMIT_TAG'
+7 −7
Original line number Diff line number Diff line
FROM nextcloud:31.0.11-fpm AS nextcloud
FROM nextcloud:31.0.13-fpm AS nextcloud

# see $OC_Version from /usr/src/nextcloud/version.php
ENV NEXTCLOUD_VERSION_LONG=31.0.11.2
ENV NEXTCLOUD_VERSION_LONG=31.0.13.1

ARG BASE_DIR="/usr/src/nextcloud"
ARG TMP_PATCH_DIR="/tmp/build_patches"

ARG THEME_HELPER_URL="https://gitlab.e.foundation/api/v4/projects/952/packages/generic/ecloud-theme-helper/v9.0.0/ecloud-theme-helper-v9.0.0.tar.gz"
ARG THEME_HELPER_URL="https://gitlab.e.foundation/api/v4/projects/952/packages/generic/ecloud-theme-helper/v9.0.2/ecloud-theme-helper-v9.0.2.tar.gz"
ARG LAUNCHER_URL="https://gitlab.e.foundation/api/v4/projects/927/packages/generic/murena_launcher/v9.0.0/murena_launcher-v9.0.0.tar.gz"
ARG DASHBOARD_URL="https://gitlab.e.foundation/api/v4/projects/1195/packages/generic/murena-dashboard/v9.0.0/murena-dashboard-v9.0.0.tar.gz"
ARG SNAPPY_URL="https://gitlab.e.foundation/api/v4/projects/1367/packages/generic/snappymail/v2.38.2+murena-20251202/snappymail-v2.38.2+murena-20251202.tar.gz"
ARG OIDC_LOGIN_URL="https://gitlab.e.foundation/api/v4/projects/1496/packages/generic/oidc_login/v3.2.2+murena-20251028/oidc_login-v3.2.2+murena-20251028.tar.gz"

ARG CALENDAR_URL="https://github.com/nextcloud-releases/calendar/releases/download/v5.3.10/calendar-v5.3.10.tar.gz"
ARG CONTACTS_URL="https://github.com/nextcloud-releases/contacts/releases/download/v7.3.7/contacts-v7.3.7.tar.gz"
ARG CALENDAR_URL="https://github.com/nextcloud-releases/calendar/releases/download/v5.5.13/calendar-v5.5.13.tar.gz"
ARG CONTACTS_URL="https://github.com/nextcloud-releases/contacts/releases/download/v7.3.11/contacts-v7.3.11.tar.gz"
ARG NOTES_URL="https://github.com/nextcloud-releases/notes/releases/download/v4.12.4/notes-v4.12.4.tar.gz"
ARG TASKS_URL="https://github.com/nextcloud/tasks/releases/download/v0.17.1/tasks.tar.gz"
ARG SENTRY_URL="https://github.com/ChristophWurst/nextcloud_sentry/releases/download/v8.16.7/sentry-v8.16.7.tar.gz"
ARG ONLYOFFICE_URL="https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v9.11.0/onlyoffice.tar.gz"
ARG SENTRY_URL="https://github.com/ChristophWurst/nextcloud_sentry/releases/download/v8.17.1/sentry-v8.17.1.tar.gz"
ARG ONLYOFFICE_URL="https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v9.12.0/onlyoffice.tar.gz"

ARG THEME_VERSION="https://gitlab.e.foundation/api/v4/projects/315/packages/generic/eCloud/v31.0.3/eCloud-v31.0.3.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"