dsh plugins中文
← Back to popular plugin directory

Custom toolchain

AlliotTech/deepseek-harness-docker · skills

Dependencies are fixed by package-lock.json, the base image is fixed by digest, the runtime uses Node.js 24, non-root users, Tini, health checks, and generates multi-architecture images, SBOM and provenance at release ti.

★ 6GitHub stars
0Forks
2026-08-15Last updated
JavaScriptLanguage
MITLicense

Project overview

本仓库为 DeepSeek Harness 提供非官方 Docker 镜像和 GHCR、Docker Hub 双仓库发布流水线。项目源码位于 AlliotTech/deepseek-harness-docker。 镜像地址 Registry · 镜像 · 页面 Registry: GitHub Container Registry · 镜像: ghcr.io/alliottech/deepseek-harness · 页面: GitHub Packages Registry: Docker Hub · 镜像: alliot/deepseek-harness · 页面: Docker Hub

两个 Registry 发布相同的 linux/amd64、linux/arm64 OCI manifest。推荐固定容器发行版标签部署:

可以容器化部署。截至 2026-08-14,上游默认分支提交 47f943859bef60e4160492346772ded9b24f765a 提供 npm 包和源码运行方式,但仓库中没有 Dockerfile、Compose 文件,也未发现官方 GHCR/Docker Hub 镜像。上游要求 Node.js ^22.19.0 || >=24.0.0,Web UI、配置和会话数据都能放入标准 Linux 容器;其 Linux 原生组件支持 amd64 与 arm64。

Install command

dsh plugin --profile web add github:AlliotTech/deepseek-harness-docker
View GitHub repository ↗Back to popular plugin directory