Skip to content

Commit 4fbf843

Browse files
authored
chore: bump deploy image tags for v4.14.12 (#6789)
1 parent e6584ac commit 4fbf843

28 files changed

Lines changed: 107 additions & 107 deletions

deploy/args.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"tags": {
3-
"fastgpt": "v4.14.10.2",
4-
"fastgpt-code-sandbox": "v4.14.10",
3+
"fastgpt": "v4.14.12",
4+
"fastgpt-code-sandbox": "v4.14.11",
55
"fastgpt-mcp_server": "v4.14.10",
6-
"fastgpt-plugin": "v0.5.6",
6+
"fastgpt-plugin": "v0.6.0",
77
"volume-manager": "v0.1",
88
"agent-sandbox-image": "v0.1",
99
"opensandbox-server": "v0.1.9",
1010
"opensandbox-execd": "v1.0.7",
1111
"opensandbox-egress": "v1.0.3",
12-
"aiproxy": "v0.3.5",
12+
"aiproxy": "v0.5.3",
1313
"aiproxy-pg": "0.8.0-pg15",
1414
"mongo": "5.0.32",
1515
"redis": "7.2-alpine",

deploy/dev/docker-compose.cn.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ services:
174174
retries: 3
175175
fastgpt-code-sandbox:
176176
container_name: fastgpt-code-sandbox
177-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
177+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
178178
ports:
179179
- 3002:3000
180180
networks:
@@ -229,7 +229,7 @@ services:
229229
environment:
230230
- FASTGPT_ENDPOINT=http://fastgpt:3000
231231
fastgpt-plugin:
232-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
232+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
233233
container_name: fastgpt-plugin
234234
restart: always
235235
ports:
@@ -323,7 +323,7 @@ services:
323323

324324
# AI Proxy
325325
fastgpt-aiproxy:
326-
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5
326+
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3
327327
container_name: fastgpt-aiproxy
328328
restart: unless-stopped
329329
ports:

deploy/dev/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ services:
174174
retries: 3
175175
fastgpt-code-sandbox:
176176
container_name: fastgpt-code-sandbox
177-
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10
177+
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
178178
ports:
179179
- 3002:3000
180180
networks:
@@ -229,7 +229,7 @@ services:
229229
environment:
230230
- FASTGPT_ENDPOINT=http://fastgpt:3000
231231
fastgpt-plugin:
232-
image: ghcr.io/labring/fastgpt-plugin:v0.5.6
232+
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
233233
container_name: fastgpt-plugin
234234
restart: always
235235
ports:
@@ -323,7 +323,7 @@ services:
323323

324324
# AI Proxy
325325
fastgpt-aiproxy:
326-
image: ghcr.io/labring/aiproxy:v0.3.5
326+
image: ghcr.io/labring/aiproxy:v0.5.3
327327
container_name: fastgpt-aiproxy
328328
restart: unless-stopped
329329
ports:

deploy/docker/cn/docker-compose.milvus.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ services:
192192

193193
fastgpt-app:
194194
container_name: fastgpt-app
195-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2
195+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
196196
ports:
197197
- 3000:3000
198198
networks:
@@ -294,7 +294,7 @@ services:
294294
- ./config.json:/app/data/config.json
295295
fastgpt-code-sandbox:
296296
container_name: fastgpt-code-sandbox
297-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
297+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
298298
networks:
299299
- codesandbox
300300
restart: always
@@ -353,7 +353,7 @@ services:
353353
<<: [*x-log-config]
354354
FASTGPT_ENDPOINT: http://fastgpt-app:3000
355355
fastgpt-plugin:
356-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
356+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
357357
container_name: fastgpt-plugin
358358
restart: always
359359
networks:
@@ -451,7 +451,7 @@ services:
451451

452452
# AI Proxy
453453
fastgpt-aiproxy:
454-
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5
454+
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3
455455
container_name: fastgpt-aiproxy
456456
restart: unless-stopped
457457
depends_on:

deploy/docker/cn/docker-compose.oceanbase.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ services:
170170

171171
fastgpt-app:
172172
container_name: fastgpt-app
173-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2
173+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
174174
ports:
175175
- 3000:3000
176176
networks:
@@ -272,7 +272,7 @@ services:
272272
- ./config.json:/app/data/config.json
273273
fastgpt-code-sandbox:
274274
container_name: fastgpt-code-sandbox
275-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
275+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
276276
networks:
277277
- codesandbox
278278
restart: always
@@ -331,7 +331,7 @@ services:
331331
<<: [*x-log-config]
332332
FASTGPT_ENDPOINT: http://fastgpt-app:3000
333333
fastgpt-plugin:
334-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
334+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
335335
container_name: fastgpt-plugin
336336
restart: always
337337
networks:
@@ -429,7 +429,7 @@ services:
429429

430430
# AI Proxy
431431
fastgpt-aiproxy:
432-
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5
432+
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3
433433
container_name: fastgpt-aiproxy
434434
restart: unless-stopped
435435
depends_on:

deploy/docker/cn/docker-compose.opengauss.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ services:
152152

153153
fastgpt-app:
154154
container_name: fastgpt-app
155-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2
155+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
156156
ports:
157157
- 3000:3000
158158
networks:
@@ -254,7 +254,7 @@ services:
254254
- ./config.json:/app/data/config.json
255255
fastgpt-code-sandbox:
256256
container_name: fastgpt-code-sandbox
257-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
257+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
258258
networks:
259259
- codesandbox
260260
restart: always
@@ -313,7 +313,7 @@ services:
313313
<<: [*x-log-config]
314314
FASTGPT_ENDPOINT: http://fastgpt-app:3000
315315
fastgpt-plugin:
316-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
316+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
317317
container_name: fastgpt-plugin
318318
restart: always
319319
networks:
@@ -411,7 +411,7 @@ services:
411411

412412
# AI Proxy
413413
fastgpt-aiproxy:
414-
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5
414+
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3
415415
container_name: fastgpt-aiproxy
416416
restart: unless-stopped
417417
depends_on:

deploy/docker/cn/docker-compose.pg.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ services:
151151

152152
fastgpt-app:
153153
container_name: fastgpt-app
154-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2
154+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
155155
ports:
156156
- 3000:3000
157157
networks:
@@ -253,7 +253,7 @@ services:
253253
- ./config.json:/app/data/config.json
254254
fastgpt-code-sandbox:
255255
container_name: fastgpt-code-sandbox
256-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
256+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
257257
networks:
258258
- codesandbox
259259
restart: always
@@ -312,7 +312,7 @@ services:
312312
<<: [*x-log-config]
313313
FASTGPT_ENDPOINT: http://fastgpt-app:3000
314314
fastgpt-plugin:
315-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
315+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
316316
container_name: fastgpt-plugin
317317
restart: always
318318
networks:
@@ -410,7 +410,7 @@ services:
410410

411411
# AI Proxy
412412
fastgpt-aiproxy:
413-
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5
413+
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3
414414
container_name: fastgpt-aiproxy
415415
restart: unless-stopped
416416
depends_on:

deploy/docker/cn/docker-compose.seekdb.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ services:
157157

158158
fastgpt-app:
159159
container_name: fastgpt-app
160-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2
160+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
161161
ports:
162162
- 3000:3000
163163
networks:
@@ -259,7 +259,7 @@ services:
259259
- ./config.json:/app/data/config.json
260260
fastgpt-code-sandbox:
261261
container_name: fastgpt-code-sandbox
262-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
262+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
263263
networks:
264264
- codesandbox
265265
restart: always
@@ -318,7 +318,7 @@ services:
318318
<<: [*x-log-config]
319319
FASTGPT_ENDPOINT: http://fastgpt-app:3000
320320
fastgpt-plugin:
321-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
321+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
322322
container_name: fastgpt-plugin
323323
restart: always
324324
networks:
@@ -416,7 +416,7 @@ services:
416416

417417
# AI Proxy
418418
fastgpt-aiproxy:
419-
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5
419+
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3
420420
container_name: fastgpt-aiproxy
421421
restart: unless-stopped
422422
depends_on:

deploy/docker/cn/docker-compose.zilliz.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ services:
134134

135135
fastgpt-app:
136136
container_name: fastgpt-app
137-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2
137+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
138138
ports:
139139
- 3000:3000
140140
networks:
@@ -236,7 +236,7 @@ services:
236236
- ./config.json:/app/data/config.json
237237
fastgpt-code-sandbox:
238238
container_name: fastgpt-code-sandbox
239-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
239+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
240240
networks:
241241
- codesandbox
242242
restart: always
@@ -295,7 +295,7 @@ services:
295295
<<: [*x-log-config]
296296
FASTGPT_ENDPOINT: http://fastgpt-app:3000
297297
fastgpt-plugin:
298-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
298+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
299299
container_name: fastgpt-plugin
300300
restart: always
301301
networks:
@@ -393,7 +393,7 @@ services:
393393

394394
# AI Proxy
395395
fastgpt-aiproxy:
396-
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5
396+
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3
397397
container_name: fastgpt-aiproxy
398398
restart: unless-stopped
399399
depends_on:

deploy/docker/global/docker-compose.milvus.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ services:
192192

193193
fastgpt-app:
194194
container_name: fastgpt-app
195-
image: ghcr.io/labring/fastgpt:v4.14.10.2
195+
image: ghcr.io/labring/fastgpt:v4.14.12
196196
ports:
197197
- 3000:3000
198198
networks:
@@ -294,7 +294,7 @@ services:
294294
- ./config.json:/app/data/config.json
295295
fastgpt-code-sandbox:
296296
container_name: fastgpt-code-sandbox
297-
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10
297+
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
298298
networks:
299299
- codesandbox
300300
restart: always
@@ -353,7 +353,7 @@ services:
353353
<<: [*x-log-config]
354354
FASTGPT_ENDPOINT: http://fastgpt-app:3000
355355
fastgpt-plugin:
356-
image: ghcr.io/labring/fastgpt-plugin:v0.5.6
356+
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
357357
container_name: fastgpt-plugin
358358
restart: always
359359
networks:
@@ -451,7 +451,7 @@ services:
451451

452452
# AI Proxy
453453
fastgpt-aiproxy:
454-
image: ghcr.io/labring/aiproxy:v0.3.5
454+
image: ghcr.io/labring/aiproxy:v0.5.3
455455
container_name: fastgpt-aiproxy
456456
restart: unless-stopped
457457
depends_on:

0 commit comments

Comments
 (0)