nextcloud 31 GHA + MM Fix

This commit is contained in:
STAM 2025-04-21 18:05:28 +03:00
parent 2deb000ed4
commit 13c723613a
No known key found for this signature in database
GPG Key ID: 711526C6938897F1
28 changed files with 65 additions and 104 deletions

View File

@ -4,8 +4,8 @@ on:
push:
branches:
- 'master'
# schedule:
# - cron: '00 00 * * 6' # At 12:00 AM, only on Saturday
schedule:
- cron: '00 00 * * 6' # At 12:00 AM, only on Saturday
jobs:

View File

@ -4,8 +4,8 @@ on:
push:
branches:
- 'master'
# schedule:
# - cron: '00 00 * * 6' # At 12:00 AM, only on Saturday
schedule:
- cron: '00 00 * * 6' # At 12:00 AM, only on Saturday
jobs:

View File

@ -2,8 +2,8 @@ name: EpicMorg Advanced Debian Python Images
on:
workflow_dispatch:
# schedule:
# - cron: '1 1 * * 1,3,5'
schedule:
- cron: '1 1 * * 1,3,5'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -95,7 +94,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -1,8 +1,8 @@
name: EpicMorg EcoSystem FreeGPT Images
on:
# schedule:
# - cron: '0 0 * * 2,4,6'
schedule:
- cron: '0 0 * * 2,4,6'
jobs:
@ -27,7 +27,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg Advanced Images
on:
workflow_dispatch:
# schedule:
# - cron: '0 02 * * 2,4,6'
schedule:
- cron: '0 02 * * 2,4,6'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg Advanced Nextcloud Images
on:
workflow_dispatch:
# schedule:
# - cron: '0 02 * * 2,4,6'
schedule:
- cron: '0 02 * * 2,4,6'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -91,6 +90,9 @@ jobs:
- name: "Build and Deploy Advanced Nextcloud 30 Stock Images:"
run: cd linux/advanced/nextcloud/pure/30 && pwd && make build && make deploy
- name: "Build and Deploy Advanced Nextcloud 31 Stock Images:"
run: cd linux/advanced/nextcloud/pure/31 && pwd && make build && make deploy
- name: "Build and Deploy Advanced Nextcloud Latest Stock Images:"
run: cd linux/advanced/nextcloud/pure/latest && pwd && make build && make deploy
@ -102,6 +104,7 @@ jobs:
build-patched-images:
name: Advanced Nextcloud Patched Images
runs-on: [ubuntu-24.04]
needs: build-pure-images
steps:
- uses: actions/checkout@v4
@ -118,7 +121,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -183,6 +185,9 @@ jobs:
- name: "Build and Deploy Advanced Nextcloud 30 Patched Images:"
run: cd linux/advanced/nextcloud/patched/30 && pwd && make build && make deploy
- name: "Build and Deploy Advanced Nextcloud 31 Patched Images:"
run: cd linux/advanced/nextcloud/patched/31 && pwd && make build && make deploy
- name: "Build and Deploy Advanced Nextcloud Latest Patched Images:"
run: cd linux/advanced/nextcloud/patched/latest && pwd && make build && make deploy

View File

@ -2,8 +2,8 @@ name: "EpicMorg Advanced Vscode Server Images"
on:
workflow_dispatch:
# schedule:
# - cron: '0 0 * * 2,4,6'
schedule:
- cron: '0 0 * * 2,4,6'
jobs:

View File

@ -2,8 +2,8 @@ name: EpicMorg Advanced Zabbix Images
on:
workflow_dispatch:
# schedule:
# - cron: '0 03 * * 2,4,6'
schedule:
- cron: '0 03 * * 2,4,6'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -85,7 +84,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -141,7 +139,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -197,7 +194,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -256,7 +252,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -315,7 +310,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -374,7 +368,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -433,7 +426,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -492,7 +484,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -551,7 +542,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -610,7 +600,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -669,7 +658,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg EcoSystem Atlassian Main Images
on:
workflow_dispatch:
# schedule:
# - cron: '5 5 * * 1,3,5'
schedule:
- cron: '5 5 * * 1,3,5'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg Debian 10 Images
on:
workflow_dispatch:
# schedule:
# - cron: '0 0 * * 1,3,5'
schedule:
- cron: '0 0 * * 1,3,5'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg Debian 11 Images
on:
workflow_dispatch:
# schedule:
# - cron: '0 0 * * 1,3,5'
schedule:
- cron: '0 0 * * 1,3,5'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg Debian 12 Images
on:
workflow_dispatch:
# schedule:
# - cron: '0 0 * * 1,3,5'
schedule:
- cron: '0 0 * * 1,3,5'
env:
BUILDAH_FORMAT: docker
@ -30,7 +30,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg Debian 13 Images
on:
workflow_dispatch:
# schedule:
# - cron: '1 1 * * 1,3,5'
schedule:
- cron: '1 1 * * 1,3,5'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg Debian 6 Images
on:
workflow_dispatch:
# schedule:
# - cron: '0 0 * * 1,3,5'
schedule:
- cron: '0 0 * * 1,3,5'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg Debian 7 Images
on:
workflow_dispatch:
# schedule:
# - cron: '0 0 * * 1,3,5'
schedule:
- cron: '0 0 * * 1,3,5'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg Debian 8 Images
on:
workflow_dispatch:
# schedule:
# - cron: '0 0 * * 1,3,5'
schedule:
- cron: '0 0 * * 1,3,5'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg Debian 9 Images
on:
workflow_dispatch:
# schedule:
# - cron: '0 0 * * 1,3,5'
schedule:
- cron: '0 0 * * 1,3,5'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg Debian SID Images
on:
workflow_dispatch:
# schedule:
# - cron: '2 2 * * 1,3,5'
schedule:
- cron: '2 2 * * 1,3,5'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg EcoSystem Github Runner Images
on:
workflow_dispatch:
# schedule:
# - cron: '4 5 * * 2,4,6'
schedule:
- cron: '4 5 * * 2,4,6'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg EcoSystem Gitlab Runner Images
on:
workflow_dispatch:
# schedule:
# - cron: '4 5 * * 2,4,6'
schedule:
- cron: '4 5 * * 2,4,6'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg EcoSystem Perfocre Images
on:
workflow_dispatch:
# schedule:
# - cron: '4 4 * * 1,3,5'
schedule:
- cron: '4 4 * * 1,3,5'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -129,7 +128,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg EcoSystem PostgreSQL Images
on:
workflow_dispatch:
# schedule:
# - cron: '5 5 * * 1,3,5'
schedule:
- cron: '5 5 * * 1,3,5'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg EcoSystem TeamCity Agents Images
on:
workflow_dispatch:
# schedule:
# - cron: '4 4 * * 2,4,6'
schedule:
- cron: '4 4 * * 2,4,6'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -61,7 +60,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg EcoSystem Testrail Images
on:
workflow_dispatch:
# schedule:
# - cron: '4 4 * * 1,3,5'
schedule:
- cron: '4 4 * * 1,3,5'
jobs:
@ -27,7 +27,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -60,7 +59,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -99,7 +97,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg EcoSystem Web Images
on:
workflow_dispatch:
# schedule:
# - cron: '2 2 * * 1,3,5'
schedule:
- cron: '2 2 * * 1,3,5'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg EcoSystem Misc Images
on:
workflow_dispatch:
# schedule:
# - cron: '0 0 * * 2,4,6'
schedule:
- cron: '0 0 * * 2,4,6'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -58,7 +57,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -90,7 +88,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -122,7 +119,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -265,7 +261,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -297,7 +292,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -329,7 +323,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -364,7 +357,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -396,7 +388,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make
@ -428,7 +419,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -2,8 +2,8 @@ name: EpicMorg experimental Images
on:
workflow_dispatch:
# schedule:
# - cron: '0 01 * * 2,4,6'
schedule:
- cron: '0 01 * * 2,4,6'
jobs:
@ -26,7 +26,6 @@ jobs:
- name: Check buildah
run: |
buildah --version
buildah info
- name: Test Make
run: make

View File

@ -32,5 +32,9 @@ COPY --from=edit /tmp/mattermost /mattermost/bin/
RUN cd ./bin && \
ls -las
USER root
COPY usr/local/share/ca-certificates /usr/local/share/ca-certificates
RUN update-ca-certificates --fresh
USER mattermost