Conversation
There was a problem hiding this comment.
Pull request overview
Updates Docker Compose deployment artifacts and related docs to use the FastGPT v4.14.10.1 image tag.
Changes:
- Bump
fastgpt-appimage tag fromv4.14.10tov4.14.10.1across CN/global Docker Compose files (bothdeploy/anddocument/public/copies). - Update
deploy/args.jsonto set the FastGPT tag tov4.14.10.1for deploy file generation. - Update upgrade notes metadata and the
V4.14.10release notes page to reflect the new FastGPT image tag.
Reviewed changes
Copilot reviewed 23 out of 23 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| document/public/deploy/docker/global/docker-compose.ziliiz.yml | Bumps fastgpt-app image tag in global Zilliz compose doc artifact. |
| document/public/deploy/docker/global/docker-compose.seekdb.yml | Bumps fastgpt-app image tag in global SeekDB compose doc artifact. |
| document/public/deploy/docker/global/docker-compose.pg.yml | Bumps fastgpt-app image tag in global Pg compose doc artifact. |
| document/public/deploy/docker/global/docker-compose.oceanbase.yml | Bumps fastgpt-app image tag in global OceanBase compose doc artifact. |
| document/public/deploy/docker/global/docker-compose.milvus.yml | Bumps fastgpt-app image tag in global Milvus compose doc artifact. |
| document/public/deploy/docker/cn/docker-compose.zilliz.yml | Bumps fastgpt-app image tag in CN Zilliz compose doc artifact. |
| document/public/deploy/docker/cn/docker-compose.seekdb.yml | Bumps fastgpt-app image tag in CN SeekDB compose doc artifact. |
| document/public/deploy/docker/cn/docker-compose.pg.yml | Bumps fastgpt-app image tag in CN Pg compose doc artifact. |
| document/public/deploy/docker/cn/docker-compose.oceanbase.yml | Bumps fastgpt-app image tag in CN OceanBase compose doc artifact. |
| document/public/deploy/docker/cn/docker-compose.milvus.yml | Bumps fastgpt-app image tag in CN Milvus compose doc artifact. |
| document/data/doc-last-modified.json | Updates last-modified timestamps for selected docs pages. |
| document/content/docs/self-host/upgrading/4-14/41410.mdx | Updates release notes upgrade guidance for the new FastGPT image tag. |
| deploy/docker/global/docker-compose.ziliiz.yml | Bumps fastgpt-app image tag in global Zilliz compose. |
| deploy/docker/global/docker-compose.seekdb.yml | Bumps fastgpt-app image tag in global SeekDB compose. |
| deploy/docker/global/docker-compose.pg.yml | Bumps fastgpt-app image tag in global Pg compose. |
| deploy/docker/global/docker-compose.oceanbase.yml | Bumps fastgpt-app image tag in global OceanBase compose. |
| deploy/docker/global/docker-compose.milvus.yml | Bumps fastgpt-app image tag in global Milvus compose. |
| deploy/docker/cn/docker-compose.zilliz.yml | Bumps fastgpt-app image tag in CN Zilliz compose. |
| deploy/docker/cn/docker-compose.seekdb.yml | Bumps fastgpt-app image tag in CN SeekDB compose. |
| deploy/docker/cn/docker-compose.pg.yml | Bumps fastgpt-app image tag in CN Pg compose. |
| deploy/docker/cn/docker-compose.oceanbase.yml | Bumps fastgpt-app image tag in CN OceanBase compose. |
| deploy/docker/cn/docker-compose.milvus.yml | Bumps fastgpt-app image tag in CN Milvus compose. |
| deploy/args.json | Updates FastGPT tag used by deploy file generation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| fastgpt-app: | ||
| container_name: fastgpt-app | ||
| image: ghcr.io/labring/fastgpt:v4.14.10 | ||
| image: ghcr.io/labring/fastgpt:v4.14.10.1 |
There was a problem hiding this comment.
The image: value ends with a trailing whitespace. It’s harmless for Docker Compose, but it creates noisy diffs and can trip YAML lint/format tooling. Consider trimming the trailing spaces in the generator/templates so all generated compose files are clean.
| image: ghcr.io/labring/fastgpt:v4.14.10.1 | |
| image: ghcr.io/labring/fastgpt:v4.14.10.1 |
| fastgpt-app: | ||
| container_name: fastgpt-app | ||
| image: ghcr.io/labring/fastgpt:v4.14.10 | ||
| image: ghcr.io/labring/fastgpt:v4.14.10.1 | ||
| ports: | ||
| - 3000:3000 |
There was a problem hiding this comment.
The filename docker-compose.ziliiz.yml (global) doesn’t match the “Zilliz” spelling used elsewhere (e.g. deploy/docker/cn/docker-compose.zilliz.yml) and the deployment docs link to /deploy/docker/global/docker-compose.zilliz.yml (document/content/docs/self-host/deploy/docker.mdx:145). This mismatch can cause 404s for manual downloads unless the server adds a redirect/alias. Consider renaming to zilliz or publishing a duplicate/alias file and updating the generator/install script references accordingly.
|
|
||
| - 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.10 | ||
| - 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.10.1 | ||
| - 更新 fastpgt-pro(商业版) 镜像 tag: v4.14.10 |
There was a problem hiding this comment.
Typo in service name: fastpgt-pro should be fastgpt-pro to match the actual product/service name used elsewhere.
| - 更新 fastpgt-pro(商业版) 镜像 tag: v4.14.10 | |
| - 更新 fastgpt-pro(商业版) 镜像 tag: v4.14.10 |
| - 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.10 | ||
| - 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.10.1 | ||
| - 更新 fastpgt-pro(商业版) 镜像 tag: v4.14.10 | ||
| - 更新 code-sandbox 镜像 tag: v4.14.10 |
There was a problem hiding this comment.
This page updates the FastGPT image tag to v4.14.10.1, but the English release notes (document/content/docs/self-host/upgrading/4-14/41410.en.mdx) still instruct v4.14.10. To avoid inconsistent upgrade guidance between locales, update the EN doc (and any other release-note references) to the same tag, or clarify why only the CN doc differs.
| - 更新 code-sandbox 镜像 tag: v4.14.10 | |
| - 更新 code-sandbox 镜像 tag: v4.14.10.1 |
| "document/content/docs/self-host/custom-models/xinference.mdx": "2026-03-30T10:05:42+08:00", | ||
| "document/content/docs/self-host/deploy/docker.en.mdx": "2026-03-31T23:15:29+08:00", | ||
| "document/content/docs/self-host/deploy/docker.mdx": "2026-03-31T23:15:29+08:00", | ||
| "document/content/docs/self-host/deploy/docker.mdx": "2026-04-02T10:04:45+08:00", |
There was a problem hiding this comment.
doc-last-modified.json updates the last-modified timestamp for document/content/docs/self-host/deploy/docker.mdx, but that file isn’t included in this PR’s diffs. If docker.mdx wasn’t actually changed, please revert this timestamp bump to keep the index accurate; otherwise ensure the corresponding content change is included in the PR.
| "document/content/docs/self-host/deploy/docker.mdx": "2026-04-02T10:04:45+08:00", | |
| "document/content/docs/self-host/deploy/docker.mdx": "2026-03-31T23:15:29+08:00", |
|
✅ Docs Preview Deployed! 🔗 👀 Click here to visit preview |
Coverage Report
File CoverageNo changed files found. |
|
✅ Build Successful - Preview code-sandbox Image for this PR: |
|
✅ Build Successful - Preview fastgpt Image for this PR: |
|
✅ Build Successful - Preview mcp_server Image for this PR: |
No description provided.