From 381b8835e98b660b844c8ebaf769d2eb5b323066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Mon, 17 Jun 2024 15:41:39 +0800 Subject: [PATCH 01/25] pull nginx --- images.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/images.txt b/images.txt index 5359ab1e95..d1d2141825 100644 --- a/images.txt +++ b/images.txt @@ -1,6 +1,4 @@ -nginx +nginx:1.21.5 #支持私库 -k8s.gcr.io/kube-state-metrics/kube-state-metrics:v2.0.0 -xhofe/alist:latest #支持指定架构 ---platform=linux/arm64 xiaoyaliu/alist \ No newline at end of file +--platform=linux/amd64 \ No newline at end of file From 20a36d21b7f9b6155c784c65f14728f280808140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Mon, 17 Jun 2024 15:54:58 +0800 Subject: [PATCH 02/25] pull nginx and mysql --- images.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/images.txt b/images.txt index d1d2141825..274b7dfa3a 100644 --- a/images.txt +++ b/images.txt @@ -1,4 +1,2 @@ nginx:1.21.5 -#支持私库 -#支持指定架构 ---platform=linux/amd64 \ No newline at end of file +mysql:5.7 From c367189a206acb0a70602d19a46cb15d21d84889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Mon, 17 Jun 2024 16:09:44 +0800 Subject: [PATCH 03/25] pull images --- images.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/images.txt b/images.txt index 274b7dfa3a..c07a2e538a 100644 --- a/images.txt +++ b/images.txt @@ -1,2 +1,8 @@ nginx:1.21.5 mysql:5.7 +mysql:8.0.19 +malaohu/mobaxterm-genkey +redis:3 +redis:5.0.12 +docker pull rabbitmq:3.6 +docker pull rabbitmq:3.8.16-management \ No newline at end of file From 83afb5369890744f9b453296bebaf34d5e72f940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Mon, 17 Jun 2024 16:14:55 +0800 Subject: [PATCH 04/25] pull images --- images.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/images.txt b/images.txt index c07a2e538a..0b92f705af 100644 --- a/images.txt +++ b/images.txt @@ -1,8 +1,7 @@ -nginx:1.21.5 -mysql:5.7 -mysql:8.0.19 -malaohu/mobaxterm-genkey -redis:3 +redis:3.0 redis:5.0.12 docker pull rabbitmq:3.6 -docker pull rabbitmq:3.8.16-management \ No newline at end of file +docker pull rabbitmq:3.8.16-management +ffdfgdfg/nps +ffdfgdfg/npc +onlyoffice/documentserver:6.4.2.6 \ No newline at end of file From 5ddaea5f7d1d860720a6d9c44b876371b1e96761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Mon, 17 Jun 2024 16:17:31 +0800 Subject: [PATCH 05/25] Update docker.yaml --- .github/workflows/docker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 14fc2d8f36..2bd0a69404 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -35,8 +35,8 @@ jobs: remove-dotnet: 'true' remove-haskell: 'true' # 如果空间还是不够用,可以把以下开启,清理出更多空间 - # remove-android: 'true' - # remove-codeql: 'true' + remove-android: 'true' + remove-codeql: 'true' build-mount-path: '/var/lib/docker/' - name: Restart docker From d3e859266daf3dae36cbdc52a7b12b026e5a6d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Mon, 17 Jun 2024 16:18:21 +0800 Subject: [PATCH 06/25] pull images --- images.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/images.txt b/images.txt index 0b92f705af..9672630501 100644 --- a/images.txt +++ b/images.txt @@ -1,5 +1,4 @@ redis:3.0 -redis:5.0.12 docker pull rabbitmq:3.6 docker pull rabbitmq:3.8.16-management ffdfgdfg/nps From 1e871bde6b568e8f08eda49f5228cff0447f2681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Mon, 17 Jun 2024 16:20:46 +0800 Subject: [PATCH 07/25] pull images --- images.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/images.txt b/images.txt index 9672630501..f8ca5a57c6 100644 --- a/images.txt +++ b/images.txt @@ -1,6 +1,5 @@ -redis:3.0 -docker pull rabbitmq:3.6 -docker pull rabbitmq:3.8.16-management +rabbitmq:3.6 +rabbitmq:3.8.16-management ffdfgdfg/nps ffdfgdfg/npc onlyoffice/documentserver:6.4.2.6 \ No newline at end of file From 840bb4efc1d67edd8446eb215b734251ef70ebaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Mon, 17 Jun 2024 16:46:23 +0800 Subject: [PATCH 08/25] oracle --- images.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/images.txt b/images.txt index f8ca5a57c6..c57e9140bb 100644 --- a/images.txt +++ b/images.txt @@ -1,5 +1 @@ -rabbitmq:3.6 -rabbitmq:3.8.16-management -ffdfgdfg/nps -ffdfgdfg/npc -onlyoffice/documentserver:6.4.2.6 \ No newline at end of file +pengcheng820/oracle:11 \ No newline at end of file From d2607cbbe3709af91b68fa7caf29bbcacee5e58e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Mon, 17 Jun 2024 17:17:45 +0800 Subject: [PATCH 09/25] onlyoffice --- images.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images.txt b/images.txt index c57e9140bb..58ad95373c 100644 --- a/images.txt +++ b/images.txt @@ -1 +1 @@ -pengcheng820/oracle:11 \ No newline at end of file +onlyoffice/documentserver:6.4.2.6 \ No newline at end of file From 41ef256b8a99478679a8fb88f055a77b3774e60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Mon, 17 Jun 2024 17:48:06 +0800 Subject: [PATCH 10/25] postgres and mongo --- images.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/images.txt b/images.txt index 58ad95373c..bfaba86101 100644 --- a/images.txt +++ b/images.txt @@ -1 +1,3 @@ -onlyoffice/documentserver:6.4.2.6 \ No newline at end of file +nginx:latest +mongo:3.5 +postgres:14 \ No newline at end of file From ac77c5b4c5270de2820f04f2c5e1981839ed4421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Mon, 17 Jun 2024 17:55:26 +0800 Subject: [PATCH 11/25] latest images --- images.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/images.txt b/images.txt index bfaba86101..ba95dbf206 100644 --- a/images.txt +++ b/images.txt @@ -1,3 +1,8 @@ -nginx:latest -mongo:3.5 -postgres:14 \ No newline at end of file +#latest images +nginx +mongo +postgres +mysql +redis +rabbitmq +onlyoffice/documentserver \ No newline at end of file From 0a30f679da3732e26f47444dee885709dc229ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Mon, 17 Jun 2024 18:04:56 +0800 Subject: [PATCH 12/25] redis --- images.txt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/images.txt b/images.txt index ba95dbf206..88a74a39b1 100644 --- a/images.txt +++ b/images.txt @@ -1,8 +1 @@ -#latest images -nginx -mongo -postgres -mysql -redis -rabbitmq -onlyoffice/documentserver \ No newline at end of file +redis:6.2-alpine \ No newline at end of file From d3ff16c143193b04e386304667943dd29ab097f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Mon, 17 Jun 2024 19:16:22 +0800 Subject: [PATCH 13/25] mariadb --- images.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/images.txt b/images.txt index 88a74a39b1..17bec40f6b 100644 --- a/images.txt +++ b/images.txt @@ -1 +1,3 @@ -redis:6.2-alpine \ No newline at end of file +mariadb +mariadb:10.5.8 +mariadb:11.4.2 \ No newline at end of file From e1c96ddd908c8105bf78859ca384cd0fc16584de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Mon, 17 Jun 2024 19:37:21 +0800 Subject: [PATCH 14/25] wxedge --- images.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images.txt b/images.txt index 17bec40f6b..ee5023b813 100644 --- a/images.txt +++ b/images.txt @@ -1,3 +1,3 @@ -mariadb -mariadb:10.5.8 -mariadb:11.4.2 \ No newline at end of file +onething1/wxedge:latest --platform=linux/arm64 +onething1/wxedge:latest --platform=linux/amd64 +onething1/wxedge:latest --platform=linux/arm/v7 \ No newline at end of file From d393117daae3e82c9ef17c7e20b4ddf99193d1b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Mon, 17 Jun 2024 19:39:40 +0800 Subject: [PATCH 15/25] wxedge --- images.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/images.txt b/images.txt index ee5023b813..8c39c0f245 100644 --- a/images.txt +++ b/images.txt @@ -1,3 +1,6 @@ -onething1/wxedge:latest --platform=linux/arm64 -onething1/wxedge:latest --platform=linux/amd64 -onething1/wxedge:latest --platform=linux/arm/v7 \ No newline at end of file +onething1/wxedge:latest +--platform=linux/arm64 +onething1/wxedge:latest +--platform=linux/amd64 +onething1/wxedge:latest +--platform=linux/arm/v7 \ No newline at end of file From 0a4324e4b8098fb6d246f5d2bdda52dcceef7635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Mon, 17 Jun 2024 19:41:33 +0800 Subject: [PATCH 16/25] wxedge --- images.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/images.txt b/images.txt index 8c39c0f245..3047174c97 100644 --- a/images.txt +++ b/images.txt @@ -1,6 +1 @@ -onething1/wxedge:latest ---platform=linux/arm64 -onething1/wxedge:latest ---platform=linux/amd64 -onething1/wxedge:latest ---platform=linux/arm/v7 \ No newline at end of file +onething1/wxedge:latest \ No newline at end of file From d3bec43a5402f2b7af7dbfb9849f6e112cdc2c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Tue, 18 Jun 2024 09:33:17 +0800 Subject: [PATCH 17/25] pull images latest and cron --- .github/workflows/docker.yaml | 3 ++- images.txt | 17 ++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 2bd0a69404..60bbe10394 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -4,7 +4,8 @@ on: workflow_dispatch: push: branches: [ main ] - + schedule: + - cron: '0 0 23 * *' env: ALIYUN_REGISTRY: "${{ secrets.ALIYUN_REGISTRY }}" diff --git a/images.txt b/images.txt index 3047174c97..70f88c31ff 100644 --- a/images.txt +++ b/images.txt @@ -1 +1,16 @@ -onething1/wxedge:latest \ No newline at end of file +#Nginx +nginx:latest +#Redis +redis:latest +#RabbitMQ +rabbitmq:latest +#MongoDB +mongo::latest +#MariaDB +mariadb:latest +#MySQL +mysql:latest +#Postgres +postgres:latest +#OnlyOffice +onlyoffice/documentserver:latest \ No newline at end of file From aaf9d62acda33c47439fcb34184f5617ce476201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Tue, 18 Jun 2024 09:42:09 +0800 Subject: [PATCH 18/25] Pull --- images.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images.txt b/images.txt index 70f88c31ff..cd008918f8 100644 --- a/images.txt +++ b/images.txt @@ -10,7 +10,8 @@ mongo::latest mariadb:latest #MySQL mysql:latest +mysql:8.0.20 #Postgres postgres:latest #OnlyOffice -onlyoffice/documentserver:latest \ No newline at end of file +onlyoffice/documentserver:latest From 45b5531a5fba0f950fc92961aa7ead9787e48783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Tue, 18 Jun 2024 09:46:47 +0800 Subject: [PATCH 19/25] fix conf --- .github/workflows/docker.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 60bbe10394..96c16116cd 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -4,8 +4,6 @@ on: workflow_dispatch: push: branches: [ main ] - schedule: - - cron: '0 0 23 * *' env: ALIYUN_REGISTRY: "${{ secrets.ALIYUN_REGISTRY }}" From 1a1155e15f5fd450569b79acf7b27603c6abcf52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Tue, 18 Jun 2024 09:57:55 +0800 Subject: [PATCH 20/25] MySQL --- images.txt | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/images.txt b/images.txt index cd008918f8..77c515506d 100644 --- a/images.txt +++ b/images.txt @@ -1,17 +1 @@ -#Nginx -nginx:latest -#Redis -redis:latest -#RabbitMQ -rabbitmq:latest -#MongoDB -mongo::latest -#MariaDB -mariadb:latest -#MySQL -mysql:latest -mysql:8.0.20 -#Postgres -postgres:latest -#OnlyOffice -onlyoffice/documentserver:latest +mysql:8.0.20 \ No newline at end of file From 48273f5aeacc885ebe6db60cad73d20452afad77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Thu, 20 Jun 2024 18:59:05 +0800 Subject: [PATCH 21/25] cab --- images.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images.txt b/images.txt index 77c515506d..0170c84053 100644 --- a/images.txt +++ b/images.txt @@ -1 +1 @@ -mysql:8.0.20 \ No newline at end of file +feidee/cab:1.4 \ No newline at end of file From 6f09b05d957d4347c56e18ee08256770416ebad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Sun, 30 Mar 2025 21:35:41 +0800 Subject: [PATCH 22/25] Update images.txt --- images.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images.txt b/images.txt index 0170c84053..afeef82e3e 100644 --- a/images.txt +++ b/images.txt @@ -1 +1 @@ -feidee/cab:1.4 \ No newline at end of file +ghcr.io/toeverything/affine-graphql:stable From faf5e6bfb463f15befca015b537da1416b51f6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Tue, 8 Apr 2025 22:48:57 +0800 Subject: [PATCH 23/25] Update images.txt --- images.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images.txt b/images.txt index afeef82e3e..7c9e5a4982 100644 --- a/images.txt +++ b/images.txt @@ -1 +1,2 @@ -ghcr.io/toeverything/affine-graphql:stable +onlyoffice/documentserver:6.4.2.6 +onlyoffice/documentserver:8.2.2.1 From 2933a74745c94898555fa07f9db4c51a902b937c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Wed, 9 Apr 2025 09:18:32 +0800 Subject: [PATCH 24/25] Update images.txt --- images.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/images.txt b/images.txt index 7c9e5a4982..936e1ff2c0 100644 --- a/images.txt +++ b/images.txt @@ -1,2 +1 @@ -onlyoffice/documentserver:6.4.2.6 -onlyoffice/documentserver:8.2.2.1 +ghcr.io/songquanpeng/one-api:v0.6.7 From ce3d1c917b45da523bda52117bdaa79e58be4e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E7=A8=8B?= Date: Sun, 30 Nov 2025 18:41:30 +0800 Subject: [PATCH 25/25] Update images.txt --- images.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/images.txt b/images.txt index e69de29bb2..fc947d8938 100644 --- a/images.txt +++ b/images.txt @@ -0,0 +1 @@ +jason5ng32/myip:latest