Skip to content

Commit 32a066c

Browse files
committed
Remove 1809 docker and update readme
1 parent 30c7f97 commit 32a066c

File tree

5 files changed

+4
-19
lines changed

5 files changed

+4
-19
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,6 @@ jobs:
144144
strategy:
145145
matrix:
146146
include:
147-
- tag: nanoserver-1809
148-
runs-on: windows-latest
149-
os: win
150-
arch: x64
151-
args: /p:ContainerBaseImage=mcr.microsoft.com/dotnet/aspnet:10.0-nanoserver-1809
152147
- tag: nanoserver-ltsc2022
153148
runs-on: windows-latest
154149
os: win
@@ -214,13 +209,8 @@ jobs:
214209
docker manifest create --amend ${{ vars.DOCKER_REGISTRY }}/${{ vars.DOCKER_NAMESPACE }}/chats:"$TAG" \
215210
${{ vars.DOCKER_REGISTRY }}/${{ vars.DOCKER_NAMESPACE }}/chats:${{ needs.build-fe.outputs.full_ver }}-linux-x64 \
216211
${{ vars.DOCKER_REGISTRY }}/${{ vars.DOCKER_NAMESPACE }}/chats:${{ needs.build-fe.outputs.full_ver }}-linux-arm64 \
217-
${{ vars.DOCKER_REGISTRY }}/${{ vars.DOCKER_NAMESPACE }}/chats:${{ needs.build-fe.outputs.full_ver }}-nanoserver-1809 \
218212
${{ vars.DOCKER_REGISTRY }}/${{ vars.DOCKER_NAMESPACE }}/chats:${{ needs.build-fe.outputs.full_ver }}-nanoserver-ltsc2022 \
219213
${{ vars.DOCKER_REGISTRY }}/${{ vars.DOCKER_NAMESPACE }}/chats:${{ needs.build-fe.outputs.full_ver }}-nanoserver-ltsc2025
220-
221-
docker manifest annotate ${{ vars.DOCKER_REGISTRY }}/${{ vars.DOCKER_NAMESPACE }}/chats:"$TAG" \
222-
${{ vars.DOCKER_REGISTRY }}/${{ vars.DOCKER_NAMESPACE }}/chats:${{ needs.build-fe.outputs.full_ver }}-nanoserver-1809 \
223-
--os-version 10.0.17763.6532
224214
225215
docker manifest annotate ${{ vars.DOCKER_REGISTRY }}/${{ vars.DOCKER_NAMESPACE }}/chats:"$TAG" \
226216
${{ vars.DOCKER_REGISTRY }}/${{ vars.DOCKER_NAMESPACE }}/chats:${{ needs.build-fe.outputs.full_ver }}-nanoserver-ltsc2022 \
@@ -356,7 +346,6 @@ jobs:
356346
| r${{ github.run_number }} | ${{ vars.DOCKER_REGISTRY }}/${{ vars.DOCKER_NAMESPACE }}/chats:${{ needs.build-fe.outputs.full_ver }}-linux-x64 |
357347
| Linux x64 | ${{ vars.DOCKER_REGISTRY }}/${{ vars.DOCKER_NAMESPACE }}/chats:${{ needs.build-fe.outputs.full_ver }}-linux-x64 |
358348
| Linux ARM64 | ${{ vars.DOCKER_REGISTRY }}/${{ vars.DOCKER_NAMESPACE }}/chats:${{ needs.build-fe.outputs.full_ver }}-linux-arm64 |
359-
| Windows Nano Server 1809 | ${{ vars.DOCKER_REGISTRY }}/${{ vars.DOCKER_NAMESPACE }}/chats:${{ needs.build-fe.outputs.full_ver }}-nanoserver-1809 |
360349
| Windows Nano Server LTSC 2022 | ${{ vars.DOCKER_REGISTRY }}/${{ vars.DOCKER_NAMESPACE }}/chats:${{ needs.build-fe.outputs.full_ver }}-nanoserver-ltsc2022 |
361350
| Windows Nano Server LTSC 2025 | ${{ vars.DOCKER_REGISTRY }}/${{ vars.DOCKER_NAMESPACE }}/chats:${{ needs.build-fe.outputs.full_ver }}-nanoserver-ltsc2025 |
362351
| Latest | ${{ vars.DOCKER_REGISTRY }}/${{ vars.DOCKER_NAMESPACE }}/chats:latest |

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ Chats 提供了以下几个镜像:
9494
| 指定次版本 | `docker.io/sdcb/chats:{major.minor}` |
9595
| Linux x64 | `docker.io/sdcb/chats:{version}-linux-x64` |
9696
| Linux ARM64 | `docker.io/sdcb/chats:{version}-linux-arm64` |
97-
| Windows Nano Server 1809 | `docker.io/sdcb/chats:{version}-nanoserver-1809` |
9897
| Windows Nano Server LTSC 2022 | `docker.io/sdcb/chats:{version}-nanoserver-ltsc2022` |
9998
| Windows Nano Server LTSC 2025 | `docker.io/sdcb/chats:{version}-nanoserver-ltsc2025` |
10099

@@ -108,7 +107,6 @@ Chats 提供了以下几个镜像:
108107
- **多平台支持**`latest` 和版本号标签(如 `1.8.1``1.8``1`)都是多平台镜像,包含:
109108
- Linux x64
110109
- Linux ARM64
111-
- Windows Nano Server 1809(适用于 Windows Server 2019)
112110
- Windows Nano Server LTSC 2022(适用于 Windows Server 2022)
113111
- Windows Nano Server LTSC 2025(适用于 Windows Server 2025)
114112

README_EN.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ Chats provides the following images:
9494
| Specific Minor Version | `docker.io/sdcb/chats:{major.minor}` |
9595
| Linux x64 | `docker.io/sdcb/chats:{version}-linux-x64` |
9696
| Linux ARM64 | `docker.io/sdcb/chats:{version}-linux-arm64` |
97-
| Windows Nano Server 1809 | `docker.io/sdcb/chats:{version}-nanoserver-1809` |
9897
| Windows Nano Server LTSC 2022 | `docker.io/sdcb/chats:{version}-nanoserver-ltsc2022` |
9998
| Windows Nano Server LTSC 2025 | `docker.io/sdcb/chats:{version}-nanoserver-ltsc2025` |
10099

@@ -108,7 +107,6 @@ Chats provides the following images:
108107
- **Multi-platform Support**: `latest` and version tags (like `1.8.1`, `1.8`, `1`) are multi-platform images containing:
109108
- Linux x64
110109
- Linux ARM64
111-
- Windows Nano Server 1809 (for Windows Server 2019)
112110
- Windows Nano Server LTSC 2022 (for Windows Server 2022)
113111
- Windows Nano Server LTSC 2025 (for Windows Server 2025)
114112

doc/en-US/release-notes/1.9.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
**New Anthropic Provider** (ID=20):
1515
- Full support for Claude model series (including claude-opus-4-5 and other latest models)
16-
- Implemented with native HttpClient, removed Anthropic .NET SDK to resolve compatibility issues
16+
- Implemented with native HttpClient
1717
- Support for Claude's unique thinking + signature flow
1818
- Default URL: `https://api.anthropic.com`
1919
- New `anthropic.svg` icon
@@ -356,6 +356,7 @@ curl -X POST https://your-chats-url/v1/messages \
356356
## 📝 Known Limitations
357357

358358
- Anthropic service does not currently support prompt caching, which may affect cost optimization for long conversations
359+
- Windows Nano Server 1809 (Windows Server 2019) Docker images are no longer maintained and new versions will not be provided
359360

360361
---
361362

@@ -435,7 +436,6 @@ If you have any questions or suggestions, please provide feedback on [GitHub Iss
435436

436437
- ✅ Deleted ChatServiceExtensions.cs
437438
- ✅ Deleted TestChatService.cs
438-
- ✅ Removed Anthropic .NET SDK dependency
439439
- ✅ Simplified ChatService implementations
440440

441441
---

doc/zh-CN/release-notes/1.9.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
**新增 Anthropic 提供商**(ID=20):
1515
- 完整支持 Claude 系列模型(包括 claude-opus-4-5 等最新模型)
16-
- 使用原生 HttpClient 实现,移除 Anthropic .NET SDK 以解决兼容性问题
16+
- 使用原生 HttpClient 实现
1717
- 支持 Claude 特有的 thinking(推理)+ signature(签名)流程
1818
- 默认 URL:`https://api.anthropic.com`
1919
- 新增 `anthropic.svg` 图标
@@ -356,6 +356,7 @@ curl -X POST https://your-chats-url/v1/messages \
356356
## 📝 已知限制
357357

358358
- Anthropic 服务暂不支持 prompt caching 功能,可能影响长对话的成本优化
359+
- Windows Nano Server 1809 (Windows Server 2019) Docker 镜像已停止维护,不再提供新版本
359360

360361
---
361362

@@ -435,7 +436,6 @@ curl -X POST https://your-chats-url/v1/messages \
435436

436437
- ✅ 删除 ChatServiceExtensions.cs
437438
- ✅ 删除 TestChatService.cs
438-
- ✅ 移除 Anthropic .NET SDK 依赖
439439
- ✅ 简化 ChatService 实现
440440

441441
---

0 commit comments

Comments
 (0)