构建:补充离线部署配置并排除镜像包

This commit is contained in:
Zhu Junhao
2026-09-05 10:37:43 +08:00
parent 8c3883e356
commit d392436620
4 changed files with 156 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ services:
# Runtime 镜像在开发机预先构建并导入服务器;此服务只校验镜像存在,不在服务器构建或拉取。
# 它成功退出后,后端会通过 Docker Socket 按 Session 动态创建真正执行任务的 Runtime 容器。
agent-runtime:
image: ${AGENT_RUNTIME_IMAGE:-smart-factory-agent-runtime:0.1.0}
image: ${AGENT_RUNTIME_IMAGE:-agent-runtime:0.1.0}
pull_policy: never
command: ["/bin/true"]
restart: "no"