From ae6c2090696029859c912141a3cc9d3286511782 Mon Sep 17 00:00:00 2001 From: stam Date: Tue, 22 Apr 2025 00:26:54 +0300 Subject: [PATCH] gha rework --- .../_disabled/docker-linux-develop.yml.txt | 4 +- .../_disabled/docker-linux-master.yml.txt | 46 +- .../epicmorg.advanced.python.yml.txt | 4 +- ...epicmorg.ecosysctem.freegpt.images.yml.txt | 2 +- .../epicmorg.advanced.mattermost.yml | 2 +- .../epicmorg.advanced.nextcloud.images.yml | 4 +- .../epicmorg.advanced.teamcity.servers.yml | 2 +- .../epicmorg.advanced.vscode.images.yml | 2 +- .../epicmorg.advanced.zabbix.images.yml | 24 +- ...epicmorg.base.images.current.atlassian.yml | 2 +- .../epicmorg.base.images.debian.10.yml | 267 ++++++---- .../epicmorg.base.images.debian.11.yml | 359 ++++++++----- .../epicmorg.base.images.debian.12.yml | 504 ++++++++++++------ .../epicmorg.base.images.debian.13.yml | 402 ++++++++------ .../epicmorg.base.images.debian.6.yml | 10 +- .../epicmorg.base.images.debian.7.yml | 158 ++++-- .../epicmorg.base.images.debian.8.yml | 216 +++++--- .../epicmorg.base.images.debian.9.yml | 220 +++++--- .../epicmorg.base.images.debian.sid.yml | 65 +-- .../epicmorg.base.images.giltab.runners.yml | 4 +- .../epicmorg.base.images.github.runners.yml | 4 +- .../epicmorg.base.images.perforce.yml | 4 +- .../epicmorg.base.images.postgresql.yml | 2 +- .../epicmorg.base.images.teamcity.agents.yml | 4 +- .../epicmorg.base.images.testrail.yml | 6 +- .../workflows/epicmorg.base.images.web.yml | 4 +- .../epicmorg.ecosysctem.misc.images.yml | 20 +- .../epicmorg.experimental.images.yml | 2 +- 28 files changed, 1473 insertions(+), 870 deletions(-) diff --git a/.github/workflows/_disabled/docker-linux-develop.yml.txt b/.github/workflows/_disabled/docker-linux-develop.yml.txt index a47bc8d93..f4b4f4b78 100644 --- a/.github/workflows/_disabled/docker-linux-develop.yml.txt +++ b/.github/workflows/_disabled/docker-linux-develop.yml.txt @@ -13,7 +13,7 @@ on: jobs: build-forked-fixed-independed-images: name: Forked and fixed independed images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v2 @@ -87,7 +87,7 @@ jobs: build-all-iamges: name: All images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/_disabled/docker-linux-master.yml.txt b/.github/workflows/_disabled/docker-linux-master.yml.txt index a7ae389e3..0aabacb9a 100644 --- a/.github/workflows/_disabled/docker-linux-master.yml.txt +++ b/.github/workflows/_disabled/docker-linux-master.yml.txt @@ -20,7 +20,7 @@ jobs: build-forked-fixed-independed-images: name: Forked and fixed independed images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v2 @@ -81,7 +81,7 @@ jobs: build-base-prod-iamges: name: EpicMorg Base Production images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v2 @@ -126,7 +126,7 @@ jobs: build-base-edge-iamges: name: EpicMorg Base Edge images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-base-prod-iamges steps: @@ -173,7 +173,7 @@ jobs: build-base-develop-iamges: name: EpicMorg Base Develop images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-base-edge-iamges steps: @@ -220,7 +220,7 @@ jobs: build-emg-main-iamges: name: EpicMorg Main images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-base-develop-iamges steps: @@ -282,7 +282,7 @@ jobs: build-tr-iamges: name: Testrail image - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-emg-main-iamges steps: @@ -309,7 +309,7 @@ jobs: build-emg-additional-web-iamges: name: EpicMorg Secondary images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-emg-main-iamges steps: @@ -399,7 +399,7 @@ jobs: build-atl-bb-iamges: name: Atlassian Bitbucket latest images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-base-prod-iamges steps: @@ -431,7 +431,7 @@ jobs: build-atl-docs-iamges: name: Atlassian Confluence latest images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-base-prod-iamges steps: @@ -463,7 +463,7 @@ jobs: build-atl-jira-iamges: name: Atlassian Jira latest images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-base-prod-iamges steps: @@ -495,7 +495,7 @@ jobs: build-atl-fycru-iamges: name: Atlassian Fisheye + Crucible images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-base-prod-iamges steps: @@ -522,7 +522,7 @@ jobs: build-qbt-iamges: name: qBitTorrent images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-base-edge-iamges steps: @@ -559,7 +559,7 @@ jobs: build-pgsql-iamges: name: PostgresSQL Backport images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-base-edge-iamges steps: @@ -651,7 +651,7 @@ jobs: ################################################################################## build-nextcloud-backports: name: NextCloud Backport images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v2 @@ -715,7 +715,7 @@ jobs: build-atl-bb6-iamges: name: Atlassian Bitbucket 6 Backport images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-base-prod-iamges steps: @@ -1472,7 +1472,7 @@ jobs: build-atl-bb7-iamges: name: Atlassian Bitbucket 7 Backport images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-base-prod-iamges steps: @@ -1634,7 +1634,7 @@ jobs: build-atl-docs5-iamges: name: Atlassian Confluence 5 Backport images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-base-prod-iamges steps: @@ -1676,7 +1676,7 @@ jobs: build-atl-docs6-iamges: name: Atlassian Confluence 6 Backport images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-base-prod-iamges steps: @@ -2249,7 +2249,7 @@ jobs: build-atl-docs7-iamges: name: Atlassian Confluence 7 Backport images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-base-prod-iamges steps: @@ -2461,7 +2461,7 @@ jobs: build-atl-jira5-iamges: name: Atlassian Jira 5 Backport images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-base-prod-iamges steps: @@ -2488,7 +2488,7 @@ jobs: build-atl-jira6-iamges: name: Atlassian Jira 6 Backport images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-base-prod-iamges steps: @@ -2525,7 +2525,7 @@ jobs: build-atl-jira7-iamges: name: Atlassian Jira 7 Backport images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-base-prod-iamges steps: @@ -3129,7 +3129,7 @@ jobs: build-atl-jira8-iamges: name: Atlassian Jira 8 Backport images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-base-prod-iamges steps: diff --git a/.github/workflows/_disabled/epicmorg.advanced.python.yml.txt b/.github/workflows/_disabled/epicmorg.advanced.python.yml.txt index ea53e5fda..24a1c9d1b 100644 --- a/.github/workflows/_disabled/epicmorg.advanced.python.yml.txt +++ b/.github/workflows/_disabled/epicmorg.advanced.python.yml.txt @@ -9,7 +9,7 @@ jobs: build-python-base-images: name: Build EpicMorg Advanced Debian Python Base Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -76,7 +76,7 @@ jobs: build-python-develop-images: name: Build EpicMorg Advanced Debian Python Develop Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-python-base-images steps: diff --git a/.github/workflows/_disabled/epicmorg.ecosysctem.freegpt.images.yml.txt b/.github/workflows/_disabled/epicmorg.ecosysctem.freegpt.images.yml.txt index cf941de10..c817c3ef2 100644 --- a/.github/workflows/_disabled/epicmorg.ecosysctem.freegpt.images.yml.txt +++ b/.github/workflows/_disabled/epicmorg.ecosysctem.freegpt.images.yml.txt @@ -10,7 +10,7 @@ jobs: build-freegpt-webui-image: name: EpicMorg EcoSystem freegpt-webui Image - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/epicmorg.advanced.mattermost.yml b/.github/workflows/epicmorg.advanced.mattermost.yml index b2fd93c3f..ad9706974 100644 --- a/.github/workflows/epicmorg.advanced.mattermost.yml +++ b/.github/workflows/epicmorg.advanced.mattermost.yml @@ -9,7 +9,7 @@ jobs: build-images: name: EpicMorg Advanced Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/epicmorg.advanced.nextcloud.images.yml b/.github/workflows/epicmorg.advanced.nextcloud.images.yml index 3fd27accf..b1b7ea72e 100644 --- a/.github/workflows/epicmorg.advanced.nextcloud.images.yml +++ b/.github/workflows/epicmorg.advanced.nextcloud.images.yml @@ -9,7 +9,7 @@ jobs: build-pure-images: name: EpicMorg Advanced Nextcloud Stock Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -103,7 +103,7 @@ jobs: build-patched-images: name: Advanced Nextcloud Patched Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-pure-images steps: diff --git a/.github/workflows/epicmorg.advanced.teamcity.servers.yml b/.github/workflows/epicmorg.advanced.teamcity.servers.yml index 083e6e84a..8372a1514 100644 --- a/.github/workflows/epicmorg.advanced.teamcity.servers.yml +++ b/.github/workflows/epicmorg.advanced.teamcity.servers.yml @@ -9,7 +9,7 @@ jobs: build-tcs-main-images: name: Build EpicMorg TeamCity Agent Main Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/epicmorg.advanced.vscode.images.yml b/.github/workflows/epicmorg.advanced.vscode.images.yml index c15b144a5..42d182dc5 100644 --- a/.github/workflows/epicmorg.advanced.vscode.images.yml +++ b/.github/workflows/epicmorg.advanced.vscode.images.yml @@ -9,7 +9,7 @@ jobs: build-images: name: Build EpicMorg Advanced Vscode Server Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/epicmorg.advanced.zabbix.images.yml b/.github/workflows/epicmorg.advanced.zabbix.images.yml index 9258f0ca1..e2001bcfd 100644 --- a/.github/workflows/epicmorg.advanced.zabbix.images.yml +++ b/.github/workflows/epicmorg.advanced.zabbix.images.yml @@ -9,7 +9,7 @@ jobs: build-latest-images: name: EpicMorg Advanced Zabbix Latest Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -67,7 +67,7 @@ jobs: build-30-images: name: Build EpicMorg Advanced Zabbix 3.0 Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -122,7 +122,7 @@ jobs: build-40-images: name: Build EpicMorg Advanced Zabbix 4.0 Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -177,7 +177,7 @@ jobs: build-50-images: name: Build EpicMorg Advanced Zabbix 5.0 Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -235,7 +235,7 @@ jobs: build-52-images: name: Build EpicMorg Advanced Zabbix 5.2 Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -293,7 +293,7 @@ jobs: build-54-images: name: Build EpicMorg Advanced Zabbix 5.4 Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -351,7 +351,7 @@ jobs: build-60-images: name: Build EpicMorg Advanced Zabbix 6.0 Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -409,7 +409,7 @@ jobs: build-62-images: name: Build EpicMorg Advanced Zabbix 6.2 Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -467,7 +467,7 @@ jobs: build-64-images: name: Build EpicMorg Advanced Zabbix 6.4 Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -525,7 +525,7 @@ jobs: build-70-images: name: Build EpicMorg Advanced Zabbix 7.0 Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -583,7 +583,7 @@ jobs: build-72-images: name: Build EpicMorg Advanced Zabbix 7.2 Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -641,7 +641,7 @@ jobs: build-trunk-images: name: Build EpicMorg Advanced Zabbix trunk Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/epicmorg.base.images.current.atlassian.yml b/.github/workflows/epicmorg.base.images.current.atlassian.yml index 5a98aab1a..25e5dc214 100644 --- a/.github/workflows/epicmorg.base.images.current.atlassian.yml +++ b/.github/workflows/epicmorg.base.images.current.atlassian.yml @@ -9,7 +9,7 @@ jobs: build-10-images: name: Build EpicMorg Atlassian Main Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/epicmorg.base.images.debian.10.yml b/.github/workflows/epicmorg.base.images.debian.10.yml index 1acbcf8a4..8b7adfff7 100644 --- a/.github/workflows/epicmorg.base.images.debian.10.yml +++ b/.github/workflows/epicmorg.base.images.debian.10.yml @@ -9,7 +9,7 @@ jobs: build-10-images: name: Build EpicMorg Debian 10 Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -49,6 +49,181 @@ jobs: - name: Cleanup run: make clean +################################################################################## + + build-10-node-images: + name: Build EpicMorg Debian 10 Node Images + runs-on: [ ubuntu-24.04 ] + needs: build-10-images + + steps: + - uses: actions/checkout@v4 + + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + + - name: Check buildah + run: | + buildah --version + + - name: Test Make + run: make + + - name: Install requirements.txt + run: make pip + +################################################################################## + + - name: "Build and Deploy Debian 10 NodeJS LTS Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/lts && pwd && make build && make deploy + + - name: "Build and Deploy Debian 10 NodeJS Current Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/current && pwd && make build && make deploy + +################################################################################## + + - name: "Build and Deploy Debian 10 NodeJS 0.12 Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 10 NodeJS 4 Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 10 NodeJS 5 Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 10 NodeJS 6 Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 10 NodeJS 7 Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 10 NodeJS 8 Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 10 NodeJS 9 Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 10 NodeJS 10 Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 10 NodeJS 11 Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 10 NodeJS 12 Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 10 NodeJS 13 Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 10 NodeJS 14 Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 10 NodeJS 15 Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 10 NodeJS 16 Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 10 NodeJS 17 Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 10 NodeJS 18 Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 10 NodeJS 19 Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 10 NodeJS 20 Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 10 NodeJS 21 Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 10 NodeJS 22 Image:" + run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + build-10-jdk-images: + name: Build EpicMorg Debian 10 JDK Images + runs-on: [ ubuntu-24.04 ] + needs: build-10-node-images + + steps: + - uses: actions/checkout@v4 + + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + + - name: Check buildah + run: | + buildah --version + + - name: Test Make + run: make + + - name: Install requirements.txt + run: make pip + ################################################################################## - name: "Build and Deploy Debian 10 jdk6 Image:" @@ -118,93 +293,3 @@ jobs: run: make clean ################################################################################## - - - name: "Build and Deploy Debian 10 NodeJS LTS Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/lts && pwd && make build && make deploy - - - name: "Build and Deploy Debian 10 NodeJS Current Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/current && pwd && make build && make deploy - -################################################################################## - - - name: "Build and Deploy Debian 10 NodeJS 0.12 Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 10 NodeJS 4 Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 10 NodeJS 5 Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 10 NodeJS 6 Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 10 NodeJS 7 Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 10 NodeJS 8 Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 10 NodeJS 9 Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 10 NodeJS 10 Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 10 NodeJS 11 Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 10 NodeJS 12 Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 10 NodeJS 13 Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 10 NodeJS 14 Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 10 NodeJS 15 Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 10 NodeJS 16 Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 10 NodeJS 17 Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 10 NodeJS 18 Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 10 NodeJS 19 Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 10 NodeJS 20 Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 10 NodeJS 21 Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 10 NodeJS 22 Image:" - run: cd linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - diff --git a/.github/workflows/epicmorg.base.images.debian.11.yml b/.github/workflows/epicmorg.base.images.debian.11.yml index e0cb401bd..6dc54dad3 100644 --- a/.github/workflows/epicmorg.base.images.debian.11.yml +++ b/.github/workflows/epicmorg.base.images.debian.11.yml @@ -7,9 +7,9 @@ on: jobs: - build-10-images: + build-11-images: name: Build EpicMorg Debian 11 LTS Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -49,132 +49,32 @@ jobs: ################################################################################## - - name: "Build and Deploy Debian 11 LTS Python 3.9:" - run: cd `pwd`/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.9 && pwd && make build && make deploy + build-11-node-images: + name: Build EpicMorg Debian 11 Node Images + runs-on: [ ubuntu-24.04 ] + needs: build-11-images -################################################################################## + steps: + - uses: actions/checkout@v4 + + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Cleanup - run: make clean + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" -################################################################################## +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - - name: "Build and Deploy Debian 11 LTS Python 3.10:" - run: cd `pwd`/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.10 && pwd && make build && make deploy + - name: Check buildah + run: | + buildah --version - - name: "Build and Deploy Debian 11 LTS Python 3.11:" - run: cd `pwd`/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.11 && pwd && make build && make deploy + - name: Test Make + run: make -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 11 LTS Python 3.12:" - run: cd `pwd`/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.12 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 11 LTS Python 3.12:" - run: cd `pwd`/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.13 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - - name: "Build and Deploy Debian 11 LTS jdk6 Image:" - run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 11 LTS jdk7 Image:" - run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 11 LTS jdk8 Image:" - run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 11 LTS jdk11 Image:" - run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 11 LTS jdk16 Image:" - run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 11 LTS jdk17 Image:" - run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 11 LTS jdk18 Image:" - run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 11 LTS jdk19 Image:" - run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 11 LTS jdk20 Image:" - run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 11 LTS jdk21 Image:" - run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 11 LTS jdk22 Image:" - run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 11 LTS jdk23 Image:" - run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean + - name: Install requirements.txt + run: make pip ################################################################################## @@ -316,6 +216,35 @@ jobs: - name: Cleanup run: make clean +################################################################################## + + build-11-dotnet-images: + name: Build EpicMorg Debian 11 dotNet Images + runs-on: [ ubuntu-24.04 ] + needs: build-11-node-images + + steps: + - uses: actions/checkout@v4 + + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + + - name: Check buildah + run: | + buildah --version + + - name: Test Make + run: make + + - name: Install requirements.txt + run: make pip + ################################################################################## - name: "Build and Deploy Debian 11 dotNet 5 Image:" @@ -352,4 +281,190 @@ jobs: - name: Cleanup run: make clean +################################################################################## + + build-11-py-images: + name: Build EpicMorg Debian 11 Python Images + runs-on: [ ubuntu-24.04 ] + needs: build-11-dotnet-images + + steps: + - uses: actions/checkout@v4 + + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + + - name: Check buildah + run: | + buildah --version + + - name: Test Make + run: make + + - name: Install requirements.txt + run: make pip + +################################################################################## + + - name: "Build and Deploy Debian 11 LTS Python 3.9:" + run: cd `pwd`/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.9 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 11 LTS Python 3.10:" + run: cd `pwd`/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.10 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 11 LTS Python 3.11:" + run: cd `pwd`/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.11 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 11 LTS Python 3.12:" + run: cd `pwd`/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.12 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 11 LTS Python 3.13:" + run: cd `pwd`/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.13 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + build-11-jdk-images: + name: Build EpicMorg Debian 11 JDK Images + runs-on: [ ubuntu-24.04 ] + needs: build-11-py-images + + steps: + - uses: actions/checkout@v4 + + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + + - name: Check buildah + run: | + buildah --version + + - name: Test Make + run: make + + - name: Install requirements.txt + run: make pip + +################################################################################## + + - name: "Build and Deploy Debian 11 LTS jdk6 Image:" + run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 11 LTS jdk7 Image:" + run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 11 LTS jdk8 Image:" + run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 11 LTS jdk11 Image:" + run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 11 LTS jdk16 Image:" + run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 11 LTS jdk17 Image:" + run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 11 LTS jdk18 Image:" + run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 11 LTS jdk19 Image:" + run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 11 LTS jdk20 Image:" + run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 11 LTS jdk21 Image:" + run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 11 LTS jdk22 Image:" + run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 11 LTS jdk23 Image:" + run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + ################################################################################## diff --git a/.github/workflows/epicmorg.base.images.debian.12.yml b/.github/workflows/epicmorg.base.images.debian.12.yml index 0a759dac6..9553c6ab1 100644 --- a/.github/workflows/epicmorg.base.images.debian.12.yml +++ b/.github/workflows/epicmorg.base.images.debian.12.yml @@ -11,9 +11,9 @@ env: jobs: - build-10-images: + build-12-images: name: Build EpicMorg Debian 12 Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -53,187 +53,32 @@ jobs: ################################################################################## - - name: "Build and Deploy Debian 12 Python 3.9:" - run: cd `pwd`/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.9 && pwd && make build && make deploy + build-12-node-images: + name: Build EpicMorg Debian 12 Node Images + runs-on: [ ubuntu-24.04 ] + needs: build-12-images - - name: "Build and Deploy Debian 12 Python 3.10:" - run: cd `pwd`/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.10 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 12 Python 3.11:" - run: cd `pwd`/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.11 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 12 Python 3.12:" - run: cd `pwd`/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.12 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 12 Python 3.12:" - run: cd `pwd`/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.13 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 12 PHP 5.6 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.6 && pwd && make build && make deploy + steps: + - uses: actions/checkout@v4 - - name: "Build and Deploy Debian 12 PHP 7.0 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.0 && pwd && make build && make deploy - -################################################################################## + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Cleanup - run: make clean + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" -################################################################################## +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - - name: "Build and Deploy Debian 12 PHP 7.1 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.1 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 12 PHP 7.2 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.2 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 12 PHP 7.3 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.3 && pwd && make build && make deploy + - name: Check buildah + run: | + buildah --version -################################################################################## + - name: Test Make + run: make - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 12 PHP 7.4 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.4 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 12 PHP 8.0 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.0 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 12 PHP 8.1 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.1 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 12 PHP 8.2 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.2 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 12 PHP 8.3 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.3 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 12 PHP 8.4 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.4 && pwd && make build && make deploy - -################################################################################## - - - name: "Build and Deploy Debian 12 jdk6 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 12 jdk7 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 12 jdk8 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 12 jdk11 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 12 jdk16 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 12 jdk17 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 12 jdk18 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 12 jdk19 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 12 jdk20 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 12 jdk21 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 12 jdk22 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 12 jdk23 Image:" - run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean + - name: Install requirements.txt + run: make pip ################################################################################## @@ -348,6 +193,35 @@ jobs: - name: Cleanup run: make clean +################################################################################## + + build-12-dotnet-images: + name: Build EpicMorg Debian 12 dotNet Images + runs-on: [ ubuntu-24.04 ] + needs: build-12-node-images + + steps: + - uses: actions/checkout@v4 + + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + + - name: Check buildah + run: | + buildah --version + + - name: Test Make + run: make + + - name: Install requirements.txt + run: make pip + ################################################################################## - name: "Build and Deploy Debian 12 dotNet LTS Image:" @@ -390,4 +264,280 @@ jobs: - name: Cleanup run: make clean -################################################################################## \ No newline at end of file +################################################################################## + + build-12-php-images: + name: Build EpicMorg Debian 12 PHP Images + runs-on: [ ubuntu-24.04 ] + needs: build-12-node-images + + steps: + - uses: actions/checkout@v4 + + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + + - name: Check buildah + run: | + buildah --version + + - name: Test Make + run: make + + - name: Install requirements.txt + run: make pip + +################################################################################## + + - name: "Build and Deploy Debian 12 PHP 5.6 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.6 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 12 PHP 7.0 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.0 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 12 PHP 7.1 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.1 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 12 PHP 7.2 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.2 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 12 PHP 7.3 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.3 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 12 PHP 7.4 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.4 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 12 PHP 8.0 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.0 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 12 PHP 8.1 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.1 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 12 PHP 8.2 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.2 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 12 PHP 8.3 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.3 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 12 PHP 8.4 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.4 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + build-12-py-images: + name: Build EpicMorg Debian 12 Python Images + runs-on: [ ubuntu-24.04 ] + needs: build-12-dotnet-images + + steps: + - uses: actions/checkout@v4 + + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + + - name: Check buildah + run: | + buildah --version + + - name: Test Make + run: make + + - name: Install requirements.txt + run: make pip + +################################################################################## + + - name: "Build and Deploy Debian 12 Python 3.9:" + run: cd `pwd`/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.9 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 12 Python 3.10:" + run: cd `pwd`/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.10 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 12 Python 3.11:" + run: cd `pwd`/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.11 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 12 Python 3.12:" + run: cd `pwd`/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.12 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 12 Python 3.13:" + run: cd `pwd`/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.13 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + build-12-jdk-images: + name: Build EpicMorg Debian 12 JDK Images + runs-on: [ ubuntu-24.04 ] + needs: build-12-py-images + + steps: + - uses: actions/checkout@v4 + + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + + - name: Check buildah + run: | + buildah --version + + - name: Test Make + run: make + + - name: Install requirements.txt + run: make pip + +################################################################################## + + - name: "Build and Deploy Debian 12 jdk6 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 12 jdk7 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 12 jdk8 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 12 jdk11 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 12 jdk16 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 12 jdk17 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 12 jdk18 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 12 jdk19 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 12 jdk20 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 12 jdk21 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 12 jdk22 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 12 jdk23 Image:" + run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## diff --git a/.github/workflows/epicmorg.base.images.debian.13.yml b/.github/workflows/epicmorg.base.images.debian.13.yml index 2b1f5eef0..699c44591 100644 --- a/.github/workflows/epicmorg.base.images.debian.13.yml +++ b/.github/workflows/epicmorg.base.images.debian.13.yml @@ -7,9 +7,9 @@ on: jobs: - build-10-images: + build-13-images: name: Build EpicMorg Debian 13 Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -49,124 +49,32 @@ jobs: ################################################################################## - - name: "Build and Deploy Debian 13 Python 3.9:" - run: cd `pwd`/linux/ecosystem/epicmorg/debian/13-trixie/python/3.9 && pwd && make build && make deploy + build-13-node-images: + name: Build EpicMorg Debian 13 Node Images + runs-on: [ ubuntu-24.04 ] + needs: build-13-images -################################################################################## + steps: + - uses: actions/checkout@v4 + + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Cleanup - run: make clean + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" -################################################################################## +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - - name: "Build and Deploy Debian 13 Python 3.10:" - run: cd `pwd`/linux/ecosystem/epicmorg/debian/13-trixie/python/3.10 && pwd && make build && make deploy + - name: Check buildah + run: | + buildah --version - - name: "Build and Deploy Debian 13 Python 3.11:" - run: cd `pwd`/linux/ecosystem/epicmorg/debian/13-trixie/python/3.11 && pwd && make build && make deploy + - name: Test Make + run: make -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 13 Python 3.12:" - run: cd `pwd`/linux/ecosystem/epicmorg/debian/13-trixie/python/3.12 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 13 Python 3.12:" - run: cd `pwd`/linux/ecosystem/epicmorg/debian/13-trixie/python/3.13 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 13 jdk6 Image:" - run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 13 jdk7 Image:" - run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 13 jdk8 Image:" - run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 13 jdk11 Image:" - run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 13 jdk16 Image:" - run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 13 jdk17 Image:" - run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 13 jdk18 Image:" - run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 13 jdk19 Image:" - run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 13 jdk20 Image:" - run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 13 jdk21 Image:" - run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 13 jdk22 Image:" - run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 13 jdk23 Image:" - run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean + - name: Install requirements.txt + run: make pip ################################################################################## @@ -288,6 +196,35 @@ jobs: - name: Cleanup run: make clean +################################################################################## + + build-13-dotnet-images: + name: Build EpicMorg Debian 13 dotNet Images + runs-on: [ ubuntu-24.04 ] + needs: build-13-node-images + + steps: + - uses: actions/checkout@v4 + + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + + - name: Check buildah + run: | + buildah --version + + - name: Test Make + run: make + + - name: Install requirements.txt + run: make pip + ################################################################################## - name: "Build and Deploy Debian 13 dotNet LTS Image:" @@ -332,55 +269,188 @@ jobs: - name: "Build and Deploy Debian 13 dotNet 9 Image:" run: cd linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9 && pwd && make build && make deploy -# ################################################################################## -# -# # - name: "Build and Deploy Debian 13 PHP Latest Image:" -# # run: cd linux/ecosystem/epicmorg/debian/13-trixie/php/latest && pwd && make build && make deploy -# -# - name: "Build and Deploy Debian 13 PHP 7.0 Image:" -# run: cd linux/ecosystem/epicmorg/debian/13-trixie/php/php7.0 && pwd && make build && make deploy -# -# - name: "Build and Deploy Debian 13 PHP 7.1 Image:" -# run: cd linux/ecosystem/epicmorg/debian/13-trixie/php/php7.1 && pwd && make build && make deploy -# -# - name: "Build and Deploy Debian 13 PHP 7.2 Image:" -# run: cd linux/ecosystem/epicmorg/debian/13-trixie/php/php7.2 && pwd && make build && make deploy -# -# - name: "Build and Deploy Debian 13 PHP 7.3 Image:" -# run: cd linux/ecosystem/epicmorg/debian/13-trixie/php/php7.3 && pwd && make build && make deploy -# -# ################################################################################## -# -# - name: Cleanup -# run: make clean -# -# ################################################################################## -# -# - name: "Build and Deploy Debian 13 PHP 7.4 Image:" -# run: cd linux/ecosystem/epicmorg/debian/13-trixie/php/php7.4 && pwd && make build && make deploy -# -# - name: "Build and Deploy Debian 13 PHP 8.0 Image:" -# run: cd linux/ecosystem/epicmorg/debian/13-trixie/php/php8.0 && pwd && make build && make deploy -# -# - name: "Build and Deploy Debian 13 PHP 8.1 Image:" -# run: cd linux/ecosystem/epicmorg/debian/13-trixie/php/php8.1 && pwd && make build && make deploy -# -# ################################################################################## -# -# - name: Cleanup -# run: make clean -# -# ################################################################################## -# -# - name: "Build and Deploy Debian 13 PHP 8.2 Image:" -# run: cd linux/ecosystem/epicmorg/debian/13-trixie/php/php8.2 && pwd && make build && make deploy -# -# - name: "Build and Deploy Debian 13 PHP 8.3 Image:" -# run: cd linux/ecosystem/epicmorg/debian/13-trixie/php/php8.3 && pwd && make build && make deploy -# -# ################################################################################## -# -# - name: Cleanup -# run: make clean -# -# ################################################################################## +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + build-13-py-images: + name: Build EpicMorg Debian 13 Python Images + runs-on: [ ubuntu-24.04 ] + needs: build-13-dotnet-images + + steps: + - uses: actions/checkout@v4 + + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + + - name: Check buildah + run: | + buildah --version + + - name: Test Make + run: make + + - name: Install requirements.txt + run: make pip + +################################################################################## + + - name: "Build and Deploy Debian 13 Python 3.9:" + run: cd `pwd`/linux/ecosystem/epicmorg/debian/13-trixie/python/3.9 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 13 Python 3.10:" + run: cd `pwd`/linux/ecosystem/epicmorg/debian/13-trixie/python/3.10 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 13 Python 3.11:" + run: cd `pwd`/linux/ecosystem/epicmorg/debian/13-trixie/python/3.11 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 13 Python 3.12:" + run: cd `pwd`/linux/ecosystem/epicmorg/debian/13-trixie/python/3.12 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 13 Python 3.12:" + run: cd `pwd`/linux/ecosystem/epicmorg/debian/13-trixie/python/3.13 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + build-13-jdk-images: + name: Build EpicMorg Debian 13 JDK Images + runs-on: [ ubuntu-24.04 ] + needs: build-13-py-images + + steps: + - uses: actions/checkout@v4 + + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + + - name: Check buildah + run: | + buildah --version + + - name: Test Make + run: make + + - name: Install requirements.txt + run: make pip + +################################################################################## + + - name: "Build and Deploy Debian 13 jdk6 Image:" + run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 13 jdk7 Image:" + run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 13 jdk8 Image:" + run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 13 jdk11 Image:" + run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 13 jdk16 Image:" + run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 13 jdk17 Image:" + run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 13 jdk18 Image:" + run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 13 jdk19 Image:" + run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 13 jdk20 Image:" + run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 13 jdk21 Image:" + run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 13 jdk22 Image:" + run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 13 jdk23 Image:" + run: cd linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## diff --git a/.github/workflows/epicmorg.base.images.debian.6.yml b/.github/workflows/epicmorg.base.images.debian.6.yml index 0b0660192..627df1b74 100644 --- a/.github/workflows/epicmorg.base.images.debian.6.yml +++ b/.github/workflows/epicmorg.base.images.debian.6.yml @@ -9,7 +9,7 @@ jobs: build-06-images: name: Build EpicMorg Debian 6 Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -51,8 +51,8 @@ jobs: ################################################################################## build-06-node-images: - name: Build EpicMorg Debian SID Node Images - runs-on: [ubuntu-24.04] + name: Build EpicMorg Debian 6 Node Images + runs-on: [ ubuntu-24.04 ] needs: build-06-images steps: @@ -134,8 +134,8 @@ jobs: ################################################################################## build-06-jdk-images: - name: Build EpicMorg Debian SID Node Images - runs-on: [ubuntu-24.04] + name: Build EpicMorg Debian 6 JDK Images + runs-on: [ ubuntu-24.04 ] needs: build-06-node-images steps: diff --git a/.github/workflows/epicmorg.base.images.debian.7.yml b/.github/workflows/epicmorg.base.images.debian.7.yml index 7c38e6c7b..af6164110 100644 --- a/.github/workflows/epicmorg.base.images.debian.7.yml +++ b/.github/workflows/epicmorg.base.images.debian.7.yml @@ -9,7 +9,7 @@ jobs: build-07-images: name: Build EpicMorg Debian 7 Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -48,7 +48,120 @@ jobs: run: make clean ################################################################################## - + + build-07-node-images: + name: Build EpicMorg Debian 7 Node Images + runs-on: [ ubuntu-24.04 ] + needs: build-07-images + + steps: + - uses: actions/checkout@v4 + + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + + - name: Check buildah + run: | + buildah --version + + - name: Test Make + run: make + + - name: Install requirements.txt + run: make pip + +################################################################################## + + - name: "Build and Deploy Debian 7 NodeJS 0.12 Image:" + run: cd linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 7 NodeJS 4 Image:" + run: cd linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 7 NodeJS 5 Image:" + run: cd linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 7 NodeJS 6 Image:" + run: cd linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 7 NodeJS 7 Image:" + run: cd linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 7 NodeJS 8 Image:" + run: cd linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 7 NodeJS 9 Image:" + run: cd linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 7 NodeJS 10 Image:" + run: cd linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 7 NodeJS 11 Image:" + run: cd linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + build-07-jdk-images: + name: Build EpicMorg Debian 7 JDK Images + runs-on: [ ubuntu-24.04 ] + needs: build-07-node-images + + steps: + - uses: actions/checkout@v4 + + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + + - name: Check buildah + run: | + buildah --version + + - name: Test Make + run: make + + - name: Install requirements.txt + run: make pip + +################################################################################## + - name: "Build and Deploy Debian 7 jdk6 Image:" run: cd linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6 && pwd && make build && make deploy @@ -99,45 +212,4 @@ jobs: - name: Cleanup run: make clean -################################################################################## - - - name: "Build and Deploy Debian 7 NodeJS 0.12 Image:" - run: cd linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 7 NodeJS 4 Image:" - run: cd linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 7 NodeJS 5 Image:" - run: cd linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 7 NodeJS 6 Image:" - run: cd linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 7 NodeJS 7 Image:" - run: cd linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 7 NodeJS 8 Image:" - run: cd linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 7 NodeJS 9 Image:" - run: cd linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 7 NodeJS 10 Image:" - run: cd linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 7 NodeJS 11 Image:" - run: cd linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - ################################################################################## diff --git a/.github/workflows/epicmorg.base.images.debian.8.yml b/.github/workflows/epicmorg.base.images.debian.8.yml index 67e8405ea..bf4ce0f7e 100644 --- a/.github/workflows/epicmorg.base.images.debian.8.yml +++ b/.github/workflows/epicmorg.base.images.debian.8.yml @@ -9,7 +9,7 @@ jobs: build-08-images: name: Build EpicMorg Debian 8 Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -48,7 +48,152 @@ jobs: run: make clean ################################################################################## - + + build-08-node-images: + name: Build EpicMorg Debian 8 Node Images + runs-on: [ ubuntu-24.04 ] + needs: build-08-images + + steps: + - uses: actions/checkout@v4 + + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + + - name: Check buildah + run: | + buildah --version + + - name: Test Make + run: make + + - name: Install requirements.txt + run: make pip + +################################################################################## + + - name: "Build and Deploy Debian 8 NodeJS 0.12 Image:" + run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 8 NodeJS 4 Image:" + run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 8 NodeJS 5 Image:" + run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 8 NodeJS 6 Image:" + run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 8 NodeJS 7 Image:" + run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 8 NodeJS 8 Image:" + run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 8 NodeJS 9 Image:" + run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 8 NodeJS 10 Image:" + run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 8 NodeJS 11 Image:" + run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 8 NodeJS 12 Image:" + run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 8 NodeJS 13 Image:" + run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 8 NodeJS 14 Image:" + run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 8 NodeJS 15 Image:" + run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 8 NodeJS 16 Image:" + run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 8 NodeJS 17 Image:" + run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + build-08-jdk-images: + name: Build EpicMorg Debian 8 JDK Images + runs-on: [ ubuntu-24.04 ] + needs: build-08-node-images + + steps: + - uses: actions/checkout@v4 + + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + + - name: Check buildah + run: | + buildah --version + + - name: Test Make + run: make + + - name: Install requirements.txt + run: make pip + +################################################################################## + - name: "Build and Deploy Debian 8 jdk6 Image:" run: cd linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6 && pwd && make build && make deploy @@ -116,70 +261,3 @@ jobs: run: make clean ################################################################################## - - - name: "Build and Deploy Debian 8 NodeJS 0.12 Image:" - run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 8 NodeJS 4 Image:" - run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 8 NodeJS 5 Image:" - run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 8 NodeJS 6 Image:" - run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 8 NodeJS 7 Image:" - run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 8 NodeJS 8 Image:" - run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 8 NodeJS 9 Image:" - run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 8 NodeJS 10 Image:" - run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 8 NodeJS 11 Image:" - run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 8 NodeJS 12 Image:" - run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 8 NodeJS 13 Image:" - run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 8 NodeJS 14 Image:" - run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 8 NodeJS 15 Image:" - run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 8 NodeJS 16 Image:" - run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 8 NodeJS 17 Image:" - run: cd linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - diff --git a/.github/workflows/epicmorg.base.images.debian.9.yml b/.github/workflows/epicmorg.base.images.debian.9.yml index d47906823..bf2d782a2 100644 --- a/.github/workflows/epicmorg.base.images.debian.9.yml +++ b/.github/workflows/epicmorg.base.images.debian.9.yml @@ -9,7 +9,7 @@ jobs: build-09-images: name: Build EpicMorg Debian 9 Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -47,6 +47,158 @@ jobs: - name: Cleanup run: make clean +################################################################################## + + build-09-node-images: + name: Build EpicMorg Debian 9 Node Images + runs-on: [ ubuntu-24.04 ] + needs: build-09-images + + steps: + - uses: actions/checkout@v4 + + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + + - name: Check buildah + run: | + buildah --version + + - name: Test Make + run: make + + - name: Install requirements.txt + run: make pip + +################################################################################## + + - name: "Build and Deploy Debian 9 NodeJS 0.12 Image:" + run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 9 NodeJS 4 Image:" + run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 9 NodeJS 5 Image:" + run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 9 NodeJS 6 Image:" + run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 9 NodeJS 7 Image:" + run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 9 NodeJS 8 Image:" + run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 9 NodeJS 9 Image:" + run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 9 NodeJS 10 Image:" + run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 9 NodeJS 11 Image:" + run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 9 NodeJS 12 Image:" + run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 9 NodeJS 13 Image:" + run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 9 NodeJS 14 Image:" + run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 9 NodeJS 15 Image:" + run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + - name: "Build and Deploy Debian 9 NodeJS 16 Image:" + run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16 && pwd && make build && make deploy + + - name: "Build and Deploy Debian 9 NodeJS 17 Image:" + run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17 && pwd && make build && make deploy + +################################################################################## + + - name: Cleanup + run: make clean + +################################################################################## + + build-09-jdk-images: + name: Build EpicMorg Debian 9 JDK Images + runs-on: [ ubuntu-24.04 ] + needs: build-09-node-images + + steps: + - uses: actions/checkout@v4 + + - name: Log into docker registry + run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + + - name: Check buildah + run: | + buildah --version + + - name: Test Make + run: make + + - name: Install requirements.txt + run: make pip + ################################################################################## - name: "Build and Deploy Debian 9 jdk6 Image:" @@ -113,70 +265,4 @@ jobs: - name: Cleanup run: make clean -################################################################################## - - - name: "Build and Deploy Debian 9 NodeJS 0.12 Image:" - run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 9 NodeJS 4 Image:" - run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 9 NodeJS 5 Image:" - run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 9 NodeJS 6 Image:" - run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 9 NodeJS 7 Image:" - run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 9 NodeJS 8 Image:" - run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 9 NodeJS 9 Image:" - run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 9 NodeJS 10 Image:" - run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 9 NodeJS 11 Image:" - run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 9 NodeJS 12 Image:" - run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 9 NodeJS 13 Image:" - run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 9 NodeJS 14 Image:" - run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 9 NodeJS 15 Image:" - run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - -################################################################################## - - - name: "Build and Deploy Debian 9 NodeJS 16 Image:" - run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16 && pwd && make build && make deploy - - - name: "Build and Deploy Debian 9 NodeJS 17 Image:" - run: cd linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17 && pwd && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make clean - ################################################################################## diff --git a/.github/workflows/epicmorg.base.images.debian.sid.yml b/.github/workflows/epicmorg.base.images.debian.sid.yml index 3a70c58ce..e1315038b 100644 --- a/.github/workflows/epicmorg.base.images.debian.sid.yml +++ b/.github/workflows/epicmorg.base.images.debian.sid.yml @@ -9,7 +9,7 @@ jobs: build-sid-images: name: Build EpicMorg Debian SID Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -51,7 +51,7 @@ jobs: build-sid-node-images: name: Build EpicMorg Debian SID Node Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-sid-images steps: @@ -200,7 +200,7 @@ jobs: build-sid-dotnet-images: name: Build EpicMorg Debian SID dotNet Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-sid-node-images steps: @@ -278,7 +278,7 @@ jobs: build-sid-py-images: name: Build EpicMorg Debian SID Python Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-sid-dotnet-images steps: @@ -331,7 +331,7 @@ jobs: ################################################################################## - - name: "Build and Deploy Debian SID Python 3.12:" + - name: "Build and Deploy Debian SID Python 3.13:" run: cd `pwd`/linux/ecosystem/epicmorg/debian/sid/python/3.13 && pwd && make build && make deploy ################################################################################## @@ -343,7 +343,7 @@ jobs: build-sid-jdk-images: name: Build EpicMorg Debian SID JDK Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-sid-py-images steps: @@ -461,56 +461,3 @@ jobs: run: make clean ################################################################################## - -# ################################################################################## -# -# # - name: "Build and Deploy Debian SID PHP Latest Image:" -# # run: cd linux/ecosystem/epicmorg/debian/sid/php/latest && pwd && make build && make deploy -# -# - name: "Build and Deploy Debian SID PHP 7.0 Image:" -# run: cd linux/ecosystem/epicmorg/debian/sid/php/php7.0 && pwd && make build && make deploy -# -# - name: "Build and Deploy Debian SID PHP 7.1 Image:" -# run: cd linux/ecosystem/epicmorg/debian/sid/php/php7.1 && pwd && make build && make deploy -# -# - name: "Build and Deploy Debian SID PHP 7.2 Image:" -# run: cd linux/ecosystem/epicmorg/debian/sid/php/php7.2 && pwd && make build && make deploy -# -# - name: "Build and Deploy Debian SID PHP 7.3 Image:" -# run: cd linux/ecosystem/epicmorg/debian/sid/php/php7.3 && pwd && make build && make deploy -# -# ################################################################################## -# -# - name: Cleanup -# run: make clean -# -# ################################################################################## -# -# - name: "Build and Deploy Debian SID PHP 7.4 Image:" -# run: cd linux/ecosystem/epicmorg/debian/sid/php/php7.4 && pwd && make build && make deploy -# -# - name: "Build and Deploy Debian SID PHP 8.0 Image:" -# run: cd linux/ecosystem/epicmorg/debian/sid/php/php8.0 && pwd && make build && make deploy -# -# - name: "Build and Deploy Debian SID PHP 8.1 Image:" -# run: cd linux/ecosystem/epicmorg/debian/sid/php/php8.1 && pwd && make build && make deploy -# -# ################################################################################## -# -# - name: Cleanup -# run: make clean -# -# ################################################################################## -# -# - name: "Build and Deploy Debian SID PHP 8.2 Image:" -# run: cd linux/ecosystem/epicmorg/debian/sid/php/php8.2 && pwd && make build && make deploy -# -# - name: "Build and Deploy Debian SID PHP 8.3 Image:" -# run: cd linux/ecosystem/epicmorg/debian/sid/php/php8.3 && pwd && make build && make deploy -# -# ################################################################################## -# -# - name: Cleanup -# run: make clean -# -# ################################################################################## diff --git a/.github/workflows/epicmorg.base.images.giltab.runners.yml b/.github/workflows/epicmorg.base.images.giltab.runners.yml index f5cb2208f..4b974a6e2 100644 --- a/.github/workflows/epicmorg.base.images.giltab.runners.yml +++ b/.github/workflows/epicmorg.base.images.giltab.runners.yml @@ -9,7 +9,7 @@ jobs: build-glr-main-images: name: Build EpicMorg Gitlab Runner Main Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -44,7 +44,7 @@ jobs: # # build-glr-other-images: # name: Build EpicMorg Gitlab Runner Oter Images -# runs-on: [ubuntu-24.04] +# runs-on: [ ubuntu-24.04 ] # needs: build-glr-main-images # # steps: diff --git a/.github/workflows/epicmorg.base.images.github.runners.yml b/.github/workflows/epicmorg.base.images.github.runners.yml index 6cfa4034b..251d496b2 100644 --- a/.github/workflows/epicmorg.base.images.github.runners.yml +++ b/.github/workflows/epicmorg.base.images.github.runners.yml @@ -9,7 +9,7 @@ jobs: build-glr-main-images: name: Build EpicMorg GitHub Runner Main Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -43,7 +43,7 @@ jobs: # # build-glr-other-images: # name: Build EpicMorg GitHub Runner Oter Images -# runs-on: [ubuntu-24.04] +# runs-on: [ ubuntu-24.04 ] # needs: build-glr-main-images # # steps: diff --git a/.github/workflows/epicmorg.base.images.perforce.yml b/.github/workflows/epicmorg.base.images.perforce.yml index 0cd43fc37..39f222b7b 100644 --- a/.github/workflows/epicmorg.base.images.perforce.yml +++ b/.github/workflows/epicmorg.base.images.perforce.yml @@ -9,7 +9,7 @@ jobs: build-p4-images: name: Build EpicMorg Perfocre Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -110,7 +110,7 @@ jobs: build-p4p-images: name: Build EpicMorg Perfocre Proxy Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-p4-images steps: diff --git a/.github/workflows/epicmorg.base.images.postgresql.yml b/.github/workflows/epicmorg.base.images.postgresql.yml index 8b31fde05..0ce6db726 100644 --- a/.github/workflows/epicmorg.base.images.postgresql.yml +++ b/.github/workflows/epicmorg.base.images.postgresql.yml @@ -9,7 +9,7 @@ jobs: build-pgsql-images: name: Build EpicMorg PostgreSQL Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/epicmorg.base.images.teamcity.agents.yml b/.github/workflows/epicmorg.base.images.teamcity.agents.yml index eb6412e28..5c352a97d 100644 --- a/.github/workflows/epicmorg.base.images.teamcity.agents.yml +++ b/.github/workflows/epicmorg.base.images.teamcity.agents.yml @@ -9,7 +9,7 @@ jobs: build-tca-main-images: name: Build EpicMorg TeamCity Agent Main Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -40,7 +40,7 @@ jobs: build-tca-other-images: name: Build EpicMorg TeamCity Agent Oter Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] needs: build-tca-main-images steps: diff --git a/.github/workflows/epicmorg.base.images.testrail.yml b/.github/workflows/epicmorg.base.images.testrail.yml index 6b4aed744..50661172a 100644 --- a/.github/workflows/epicmorg.base.images.testrail.yml +++ b/.github/workflows/epicmorg.base.images.testrail.yml @@ -9,7 +9,7 @@ jobs: build-testrail-images: name: Build EpicMorg Testrail Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] # needs: build-php-images steps: @@ -41,7 +41,7 @@ jobs: build-testrail-702-images: name: Build EpicMorg Testrail 7.0.2.1016 Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] # needs: build-php-images steps: @@ -79,7 +79,7 @@ jobs: build-testrail-741-images: name: Build EpicMorg Testrail 7.4.1.8092 Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] # needs: build-php-images steps: diff --git a/.github/workflows/epicmorg.base.images.web.yml b/.github/workflows/epicmorg.base.images.web.yml index ab4edf0d5..8641eaf7d 100644 --- a/.github/workflows/epicmorg.base.images.web.yml +++ b/.github/workflows/epicmorg.base.images.web.yml @@ -9,7 +9,7 @@ jobs: build-apache2-images: name: Build EpicMorg Apache 2 Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -87,7 +87,7 @@ jobs: # # build-nginx-images: # name: Build EpicMorg NginX Images -# runs-on: [ubuntu-24.04] +# runs-on: [ ubuntu-24.04 ] # # steps: # - uses: actions/checkout@v4 diff --git a/.github/workflows/epicmorg.ecosysctem.misc.images.yml b/.github/workflows/epicmorg.ecosysctem.misc.images.yml index c65be550b..04ec23e25 100644 --- a/.github/workflows/epicmorg.ecosysctem.misc.images.yml +++ b/.github/workflows/epicmorg.ecosysctem.misc.images.yml @@ -9,7 +9,7 @@ jobs: build-torrserver-image: name: EpicMorg EcoSystem TorrServer Image - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -40,7 +40,7 @@ jobs: build-ers-image: name: EpicMorg EcoSystem Electron Release Server Image - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -71,7 +71,7 @@ jobs: build-vk2discord-image: name: EpicMorg EcoSystem vk2discord Image - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -102,7 +102,7 @@ jobs: build-qbittorrent-image: name: EpicMorg EcoSystem qBittorrent Image - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -244,7 +244,7 @@ jobs: build-opentracker-image: name: EpicMorg EcoSystem openTracker Image - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -275,7 +275,7 @@ jobs: build-retracker-image: name: EpicMorg EcoSystem reTracker Image - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -306,7 +306,7 @@ jobs: build-torrust-tracker-image: name: EpicMorg EcoSystem Torrust Tracker Image - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -340,7 +340,7 @@ jobs: build-monero-cli-image: name: EpicMorg EcoSystem Monero CLI Image - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -371,7 +371,7 @@ jobs: build-monero-p2pool-image: name: EpicMorg EcoSystem Monero p2pool Image - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 @@ -402,7 +402,7 @@ jobs: build-ninjam-image: name: EpicMorg EcoSystem ninjam Image - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/epicmorg.experimental.images.yml b/.github/workflows/epicmorg.experimental.images.yml index 89b708e0a..1c11cc818 100644 --- a/.github/workflows/epicmorg.experimental.images.yml +++ b/.github/workflows/epicmorg.experimental.images.yml @@ -9,7 +9,7 @@ jobs: build-images: name: EpicMorg Advanced Images - runs-on: [ubuntu-24.04] + runs-on: [ ubuntu-24.04 ] steps: - uses: actions/checkout@v4