Skip to content

Commit

Permalink
WIP - improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Jun 21, 2024
1 parent ee6d33c commit 719e18a
Show file tree
Hide file tree
Showing 2,058 changed files with 16,382 additions and 3,531 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/epicmorg.advanced.nextcloud.images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
- name: "Build and Deploy Advanced Nextcloud 28 Stock Images:"
run: cd linux/advanced/nextcloud/pure/28 && pwd && make build && make deploy

- name: "Build and Deploy Advanced Nextcloud 29 Stock Images:"
run: cd linux/advanced/nextcloud/pure/29 && pwd && make build && make deploy

- name: "Build and Deploy Advanced Nextcloud Latest Stock Images:"
run: cd linux/advanced/nextcloud/pure/latest && pwd && make build && make deploy

Expand Down Expand Up @@ -143,6 +146,9 @@ jobs:
- name: "Build and Deploy Advanced Nextcloud 28 Patched Images:"
run: cd linux/advanced/nextcloud/patched/28 && pwd && make build && make deploy

- name: "Build and Deploy Advanced Nextcloud 29 Patched Images:"
run: cd linux/advanced/nextcloud/patched/29 && pwd && make build && make deploy

- name: "Build and Deploy Advanced Nextcloud Latest Patched Images:"
run: cd linux/advanced/nextcloud/patched/latest && pwd && make build && make deploy

Expand Down
34 changes: 32 additions & 2 deletions .github/workflows/epicmorg.base.images.current.debian10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,53 @@ jobs:

- name: "Build and Deploy Debian 10 develop Image:"
run: cd linux/ecosystem/epicmorg/debian/10-buster/develop && pwd && make build && make deploy


##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Debian 10 jdk6 Image:"
run: cd linux/ecosystem/epicmorg/debian/10-buster/jdk6 && pwd && make build && make deploy

- name: "Build and Deploy Debian 10 jdk7 Image:"
run: cd linux/ecosystem/epicmorg/debian/10-buster/jdk7 && pwd && make build && make deploy


##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Debian 10 jdk8 Image:"
run: cd linux/ecosystem/epicmorg/debian/10-buster/jdk8 && pwd && make build && make deploy

- name: "Build and Deploy Debian 10 jdk11 Image:"
run: cd linux/ecosystem/epicmorg/debian/10-buster/jdk11 && pwd && make build && make deploy

##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Debian 10 jdk17 Image:"
run: cd linux/ecosystem/epicmorg/debian/10-buster/jdk17 && pwd && make build && make deploy

- name: "Build and Deploy Debian 10 jdk18 Image:"
run: cd linux/ecosystem/epicmorg/debian/10-buster/jdk18 && pwd && make build && make deploy

##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Debian 10 jdk19 Image:"
run: cd linux/ecosystem/epicmorg/debian/10-buster/jdk19 && pwd && make build && make deploy

Expand All @@ -58,3 +86,5 @@ jobs:

- name: Cleanup
run: make docker-clean

##################################################################################
39 changes: 37 additions & 2 deletions .github/workflows/epicmorg.base.images.current.debian11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,66 @@ jobs:

- name: "Build and Deploy Debian 11 develop Image:"
run: cd linux/ecosystem/epicmorg/debian/11-bullseye/develop && pwd && make build && make deploy


##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Debian 11 jdk6 Image:"
run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk6 && pwd && make build && make deploy

- name: "Build and Deploy Debian 11 jdk7 Image:"
run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk7 && pwd && make build && make deploy


##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Debian 11 jdk8 Image:"
run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk8 && pwd && make build && make deploy

- name: "Build and Deploy Debian 11 jdk11 Image:"
run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk11 && pwd && make build && make deploy

##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Debian 11 jdk17 Image:"
run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk17 && pwd && make build && make deploy

- name: "Build and Deploy Debian 11 jdk18 Image:"
run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk18 && pwd && make build && make deploy

##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Debian 11 jdk19 Image:"
run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk19 && pwd && make build && make deploy

- name: "Build and Deploy Debian 11 jdk20 Image:"
run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk20 && pwd && make build && make deploy

##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Debian 11 jdk21 Image:"
run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk21 && pwd && make build && make deploy

Expand Down
34 changes: 31 additions & 3 deletions .github/workflows/epicmorg.base.images.current.debian12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,50 @@ jobs:

- name: "Build and Deploy Debian 12 develop Image:"
run: cd linux/ecosystem/epicmorg/debian/12-bookworm/develop && pwd && make build && make deploy


##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Debian 12 jdk6 Image:"
run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk6 && pwd && make build && make deploy

- name: "Build and Deploy Debian 12 jdk7 Image:"
run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk7 && pwd && make build && make deploy


##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Debian 12 jdk8 Image:"
run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk8 && pwd && make build && make deploy

- name: "Build and Deploy Debian 12 jdk11 Image:"
run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk11 && pwd && make build && make deploy


##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Debian 12 jdk17 Image:"
run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk17 && pwd && make build && make deploy

##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Debian 12 jdk20 Image:"
run: cd linux/ecosystem/epicmorg/debian/12-bookworm/jdk20 && pwd && make build && make deploy

Expand Down
126 changes: 125 additions & 1 deletion .github/workflows/epicmorg.base.images.giltab.runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,36 +45,132 @@ jobs:
- name: "Build and Deploy Gitlab Runner amxX 1.10 SDK Image:"
run: cd linux/ecosystem/gitlab/runner/amxx-sdk/1.10 && pwd && make build && make deploy

##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Gitlab Runner Android SDK Image (jdk8):"
run: cd linux/ecosystem/gitlab/runner/android-sdk/jdk8 && pwd && make build && make deploy

##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Gitlab Runner Android SDK Image (jdk11):"
run: cd linux/ecosystem/gitlab/runner/android-sdk/jdk11 && pwd && make build && make deploy
run: cd linux/ecosystem/gitlab/runner/android-sdk/jdk11 && pwd && make build && make deploy

##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Gitlab Runner Android SDK Image (jdk17):"
run: cd linux/ecosystem/gitlab/runner/android-sdk/jdk17 && pwd && make build && make deploy

##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Gitlab Runner Atlassian SDK Image:"
run: cd linux/ecosystem/gitlab/runner/atlassian-sdk && pwd && make build && make deploy


##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Gitlab Runner dotNet SDK Image:"
run: cd linux/ecosystem/gitlab/runner/dotnet-sdk && pwd && make build && make deploy

- name: "Build and Deploy Gitlab Runner node0.12 Image:"
run: cd linux/ecosystem/gitlab/runner/node0.12 && pwd && make build && make deploy

- name: "Build and Deploy Gitlab Runner node4 Image:"
run: cd linux/ecosystem/gitlab/runner/node4 && pwd && make build && make deploy

##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Gitlab Runner node5 Image:"
run: cd linux/ecosystem/gitlab/runner/node5 && pwd && make build && make deploy

- name: "Build and Deploy Gitlab Runner node6 Image:"
run: cd linux/ecosystem/gitlab/runner/node6 && pwd && make build && make deploy

- name: "Build and Deploy Gitlab Runner node7 Image:"
run: cd linux/ecosystem/gitlab/runner/node7 && pwd && make build && make deploy

##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Gitlab Runner node8 Image:"
run: cd linux/ecosystem/gitlab/runner/node8 && pwd && make build && make deploy

- name: "Build and Deploy Gitlab Runner node9 Image:"
run: cd linux/ecosystem/gitlab/runner/node9 && pwd && make build && make deploy

- name: "Build and Deploy Gitlab Runner node10 Image:"
run: cd linux/ecosystem/gitlab/runner/node10 && pwd && make build && make deploy

##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Gitlab Runner node11 Image:"
run: cd linux/ecosystem/gitlab/runner/node11 && pwd && make build && make deploy

- name: "Build and Deploy Gitlab Runner node12 Image:"
run: cd linux/ecosystem/gitlab/runner/node12 && pwd && make build && make deploy

- name: "Build and Deploy Gitlab Runner node13 Image:"
run: cd linux/ecosystem/gitlab/runner/node13 && pwd && make build && make deploy

##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Gitlab Runner node14 Image:"
run: cd linux/ecosystem/gitlab/runner/node14 && pwd && make build && make deploy

- name: "Build and Deploy Gitlab Runner node15 Image:"
run: cd linux/ecosystem/gitlab/runner/node15 && pwd && make build && make deploy


##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Gitlab Runner node16 Image:"
run: cd linux/ecosystem/gitlab/runner/node16 && pwd && make build && make deploy

Expand All @@ -84,15 +180,32 @@ jobs:
- name: "Build and Deploy Gitlab Runner node18 Image:"
run: cd linux/ecosystem/gitlab/runner/node18 && pwd && make build && make deploy

##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Gitlab Runner node19 Image:"
run: cd linux/ecosystem/gitlab/runner/node19 && pwd && make build && make deploy

- name: "Build and Deploy Gitlab Runner node20 Image:"
run: cd linux/ecosystem/gitlab/runner/node20 && pwd && make build && make deploy

- name: "Build and Deploy Gitlab Runner node21 Image:"
run: cd linux/ecosystem/gitlab/runner/node21 && pwd && make build && make deploy

- name: "Build and Deploy Gitlab Runner node22 Image:"
run: cd linux/ecosystem/gitlab/runner/node22 && pwd && make build && make deploy

##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Gitlab Runner php7.2 Image:"
run: cd linux/ecosystem/gitlab/runner/php7.2 && pwd && make build && make deploy

Expand All @@ -102,15 +215,26 @@ jobs:
- name: "Build and Deploy Gitlab Runner php7.4 Image:"
run: cd linux/ecosystem/gitlab/runner/php7.4 && pwd && make build && make deploy


##################################################################################

- name: Cleanup
run: make docker-clean

##################################################################################

- name: "Build and Deploy Gitlab Runner php8.0 Image:"
run: cd linux/ecosystem/gitlab/runner/php8.0 && pwd && make build && make deploy

- name: "Build and Deploy Gitlab Runner php8.1 Image:"
run: cd linux/ecosystem/gitlab/runner/php8.1 && pwd && make build && make deploy

- name: "Build and Deploy Gitlab Runner php8.2 Image:"
run: cd linux/ecosystem/gitlab/runner/php8.2 && pwd && make build && make deploy

- name: "Build and Deploy Gitlab Runner php8.3 Image:"
run: cd linux/ecosystem/gitlab/runner/php8.3 && pwd && make build && make deploy

- name: "Build and Deploy Gitlab Runner Steam SDK Image:"
run: cd linux/ecosystem/gitlab/runner/steam-sdk && pwd && make build && make deploy

Expand Down
Loading

0 comments on commit 719e18a

Please sign in to comment.