kt-template-online-api/ci/napcat-desktop-cn
2026-06-22 17:22:30 +08:00
..
Dockerfile fix: 修复NapCat新增账号设备画像和状态持久化 2026-06-22 17:22:30 +08:00
README.md chore: 增加NapCat中文桌面派生镜像资产 2026-06-18 12:17:59 +08:00
verify.sh chore: 增加NapCat中文桌面派生镜像资产 2026-06-18 12:17:59 +08:00

NapCat Chinese Desktop Runtime Image

Build from the locally inspected upstream digest:

$baseImage = docker image inspect mlikiowa/napcat-docker:latest --format '{{index .RepoDigests 0}}'
if (-not $baseImage) { throw 'NapCat upstream image digest not found; pull and inspect the image before building.' }
docker build `
  --build-arg NAPCAT_BASE_IMAGE=$baseImage `
  -t kt-napcat-desktop-cn:desktop-cn-v1 `
  -f ci/napcat-desktop-cn/Dockerfile .

Verify:

docker run --rm kt-napcat-desktop-cn:desktop-cn-v1 sh /ci/napcat-desktop-cn/verify.sh

Record the final digest in QQBOT_NAPCAT_IMAGE.