diff --git a/.github/workflows/Untitled-1 b/.github/workflows/Untitled-1 deleted file mode 100644 index e69de29bb..000000000 diff --git a/.github/workflows/epicmorg.ecosysctem.freegpt.images.yml.disabled b/.github/workflows/_disabled/epicmorg.ecosysctem.freegpt.images.yml.txt similarity index 93% rename from .github/workflows/epicmorg.ecosysctem.freegpt.images.yml.disabled rename to .github/workflows/_disabled/epicmorg.ecosysctem.freegpt.images.yml.txt index 53f6b035b..5bce347cd 100644 --- a/.github/workflows/epicmorg.ecosysctem.freegpt.images.yml.disabled +++ b/.github/workflows/_disabled/epicmorg.ecosysctem.freegpt.images.yml.txt @@ -31,7 +31,10 @@ jobs: - name: Build and Deploy freegpt-webui 1.2 run: cd linux/ecosystem/freegpt-webui/1.2 && make build && make deploy - + + - name: Cleanup + run: make docker-clean + - name: Build and Deploy freegpt-webui 1.3 run: cd linux/ecosystem/freegpt-webui/1.3 && make build && make deploy @@ -40,7 +43,10 @@ jobs: - name: Build and Deploy freegpt-webui 1.3.2 run: cd linux/ecosystem/freegpt-webui/1.3.2 && make build && make deploy - + + - name: Cleanup + run: make docker-clean + - name: Build and Deploy freegpt-webui 1.4 run: cd linux/ecosystem/freegpt-webui/1.4 && make build && make deploy diff --git a/.github/workflows/epicmorg.advanced.nextcloud.images.yml b/.github/workflows/epicmorg.advanced.nextcloud.images.yml index d952a4abe..2088b29f9 100644 --- a/.github/workflows/epicmorg.advanced.nextcloud.images.yml +++ b/.github/workflows/epicmorg.advanced.nextcloud.images.yml @@ -35,6 +35,9 @@ jobs: - name: "Build and Deploy Advanced Nextcloud 18 Stock Images:" run: cd linux/advanced/nextcloud/pure/18 && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean - name: "Build and Deploy Advanced Nextcloud 19 Stock Images:" run: cd linux/advanced/nextcloud/pure/19 && pwd && make build && make deploy @@ -47,6 +50,9 @@ jobs: - name: "Build and Deploy Advanced Nextcloud 22 Stock Images:" run: cd linux/advanced/nextcloud/pure/22 && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean - name: "Build and Deploy Advanced Nextcloud 23 Stock Images:" run: cd linux/advanced/nextcloud/pure/23 && pwd && make build && make deploy @@ -68,6 +74,9 @@ jobs: - name: "Build and Deploy Advanced Nextcloud Latest Stock Images:" run: cd linux/advanced/nextcloud/pure/latest && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean ################################################################################## @@ -100,6 +109,9 @@ jobs: - name: "Build and Deploy Advanced Nextcloud 19 Patched Images:" run: cd linux/advanced/nextcloud/patched/19 && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean - name: "Build and Deploy Advanced Nextcloud 20 Patched Images:" run: cd linux/advanced/nextcloud/patched/20 && pwd && make build && make deploy @@ -115,6 +127,9 @@ jobs: - name: "Build and Deploy Advanced Nextcloud 24 Patched Images:" run: cd linux/advanced/nextcloud/patched/24 && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean - name: "Build and Deploy Advanced Nextcloud 25 Patched Images:" run: cd linux/advanced/nextcloud/patched/25 && pwd && make build && make deploy diff --git a/.github/workflows/epicmorg.advanced.python.yml b/.github/workflows/epicmorg.advanced.python.yml index 2fd331b0c..bad5fa584 100644 --- a/.github/workflows/epicmorg.advanced.python.yml +++ b/.github/workflows/epicmorg.advanced.python.yml @@ -26,18 +26,27 @@ jobs: - name: "Build and Deploy Python 3.6 Main Image:" run: cd linux/advanced/python/main/3.6 && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean - name: "Build and Deploy Python 3.7 Main Image:" run: cd linux/advanced/python/main/3.7 && pwd && make build && make deploy - name: "Build and Deploy Python 3.8 Main Image:" run: cd linux/advanced/python/main/3.8 && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean - name: "Build and Deploy Python 3.9 Main Image:" run: cd linux/advanced/python/main/3.9 && pwd && make build && make deploy - name: "Build and Deploy Python 3.10 Main Image:" run: cd linux/advanced/python/main/3.10 && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean - name: "Build and Deploy Python 3.11 Main Image:" run: cd linux/advanced/python/main/3.11 && pwd && make build && make deploy @@ -47,6 +56,9 @@ jobs: - name: "Build and Deploy Python 3.13 Main Image:" run: cd linux/advanced/python/main/3.13 && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean ################################################################################## @@ -68,24 +80,38 @@ jobs: - name: "Build and Deploy Python 3.6 Develop Image:" run: cd linux/advanced/python/develop/3.6 && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean + - name: "Build and Deploy Python 3.7 Develop Image:" run: cd linux/advanced/python/develop/3.7 && pwd && make build && make deploy - name: "Build and Deploy Python 3.8 Develop Image:" run: cd linux/advanced/python/develop/3.8 && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean - name: "Build and Deploy Python 3.9 Develop Image:" run: cd linux/advanced/python/develop/3.9 && pwd && make build && make deploy - name: "Build and Deploy Python 3.10 Develop Image:" run: cd linux/advanced/python/develop/3.10 && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean + - name: "Build and Deploy Python 3.11 Develop Image:" run: cd linux/advanced/python/develop/3.11 && pwd && make build && make deploy - name: "Build and Deploy Python 3.12 Develop Image:" run: cd linux/advanced/python/develop/3.12 && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean - name: "Build and Deploy Python 3.13 Develop Image:" run: cd linux/advanced/python/develop/3.13 && pwd && make build && make deploy diff --git a/.github/workflows/epicmorg.advanced.vscode.images.yml b/.github/workflows/epicmorg.advanced.vscode.images.yml index 13b408e67..64da795a5 100644 --- a/.github/workflows/epicmorg.advanced.vscode.images.yml +++ b/.github/workflows/epicmorg.advanced.vscode.images.yml @@ -34,6 +34,9 @@ jobs: - name: "Build and Deploy Advanced Vscode Server Android Images:" run: cd linux/advanced/vscode-server/android && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean - name: "Build and Deploy Advanced Vscode Server CPP Images:" run: cd linux/advanced/vscode-server/cpp && pwd && make build && make deploy @@ -43,6 +46,9 @@ jobs: - name: "Build and Deploy Advanced Vscode Server Docker Images:" run: cd linux/advanced/vscode-server/docker && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean - name: "Build and Deploy Advanced Vscode Server dotnet Images:" run: cd linux/advanced/vscode-server/dotnet && pwd && make build && make deploy diff --git a/.github/workflows/epicmorg.base.images.giltab.runners.yml b/.github/workflows/epicmorg.base.images.giltab.runners.yml index 9e0e8481e..55bb491d3 100644 --- a/.github/workflows/epicmorg.base.images.giltab.runners.yml +++ b/.github/workflows/epicmorg.base.images.giltab.runners.yml @@ -53,6 +53,9 @@ jobs: - 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 @@ -68,6 +71,9 @@ jobs: - 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 @@ -83,6 +89,9 @@ jobs: - name: "Build and Deploy Gitlab Runner node20 Image:" run: cd linux/ecosystem/gitlab/runner/node20 && 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 @@ -92,6 +101,9 @@ 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 diff --git a/.github/workflows/epicmorg.base.images.legacy.yml b/.github/workflows/epicmorg.base.images.legacy.yml index 5821c899b..0df27095f 100644 --- a/.github/workflows/epicmorg.base.images.legacy.yml +++ b/.github/workflows/epicmorg.base.images.legacy.yml @@ -96,7 +96,10 @@ jobs: - name: "Build and Deploy Debian 8 jdk21 Image:" run: cd linux/ecosystem/epicmorg/debian/08-jessie/jdk21 && pwd && make build && make deploy - + + - name: Cleanup + run: make docker-clean + ################################################################################## build-09-images: diff --git a/.github/workflows/epicmorg.base.images.nodejs.yml b/.github/workflows/epicmorg.base.images.nodejs.yml index f58f0c9a5..a32bb6be2 100644 --- a/.github/workflows/epicmorg.base.images.nodejs.yml +++ b/.github/workflows/epicmorg.base.images.nodejs.yml @@ -35,6 +35,9 @@ jobs: - name: "Build and Deploy NodeJS 8 Image:" run: cd linux/ecosystem/nodejs/outdated/node8 && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean - name: "Build and Deploy NodeJS 10 Image:" run: cd linux/ecosystem/nodejs/outdated/node10 && pwd && make build && make deploy @@ -53,6 +56,9 @@ jobs: - name: "Build and Deploy NodeJS 15 Image:" run: cd linux/ecosystem/nodejs/outdated/node15 && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean - name: "Build and Deploy NodeJS 16 Image:" run: cd linux/ecosystem/nodejs/outdated/node16 && pwd && make build && make deploy diff --git a/.github/workflows/epicmorg.base.images.postgresql.yml b/.github/workflows/epicmorg.base.images.postgresql.yml index 626985b9d..f6730ce21 100644 --- a/.github/workflows/epicmorg.base.images.postgresql.yml +++ b/.github/workflows/epicmorg.base.images.postgresql.yml @@ -38,6 +38,9 @@ jobs: - name: "Build and Deploy PostgreSQL 9.2 Image:" run: cd linux/ecosystem/postgres/9.2 && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean - name: "Build and Deploy PostgreSQL 9.3 Image:" run: cd linux/ecosystem/postgres/9.3 && pwd && make build && make deploy @@ -53,6 +56,9 @@ jobs: - name: "Build and Deploy PostgreSQL 10 Image:" run: cd linux/ecosystem/postgres/10 && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean - name: "Build and Deploy PostgreSQL 11 Image:" run: cd linux/ecosystem/postgres/11 && pwd && make build && make deploy diff --git a/.github/workflows/epicmorg.base.images.teamcity.agents.yml b/.github/workflows/epicmorg.base.images.teamcity.agents.yml index 7352797a1..55fd6f1b9 100644 --- a/.github/workflows/epicmorg.base.images.teamcity.agents.yml +++ b/.github/workflows/epicmorg.base.images.teamcity.agents.yml @@ -47,6 +47,9 @@ jobs: - name: "Build and Deploy TeamCity Agent Android SDK Image:" run: cd linux/ecosystem/teamcity/agent/android-sdk && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean - name: "Build and Deploy TeamCity Agent Atlassian SDK Image:" run: cd linux/ecosystem/teamcity/agent/atlassian-sdk && pwd && make build && make deploy @@ -62,6 +65,9 @@ jobs: - name: "Build and Deploy TeamCity Agent node14 Image:" run: cd linux/ecosystem/teamcity/agent/node14 && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean - name: "Build and Deploy TeamCity Agent node15 Image:" run: cd linux/ecosystem/teamcity/agent/node15 && pwd && make build && make deploy @@ -74,6 +80,9 @@ jobs: - name: "Build and Deploy TeamCity Agent node18 Image:" run: cd linux/ecosystem/teamcity/agent/node18 && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean - name: "Build and Deploy TeamCity Agent node19 Image:" run: cd linux/ecosystem/teamcity/agent/node19 && pwd && make build && make deploy @@ -86,6 +95,9 @@ jobs: - name: "Build and Deploy TeamCity Agent php7.3 Image:" run: cd linux/ecosystem/teamcity/agent/php7.3 && pwd && make build && make deploy + + - name: Cleanup + run: make docker-clean - name: "Build and Deploy TeamCity Agent php7.4 Image:" run: cd linux/ecosystem/teamcity/agent/php7.4 && pwd && make build && make deploy