File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# 构建:docker build -t qingchencloud/openclaw:latest -f full/Dockerfile .
55# 运行:docker run -d -p 1420:1420 -p 18789:18789 -v openclaw-data:/root/.openclaw qingchencloud/openclaw
66
7+ # 全局 ARG(必须在第一个 FROM 之前,才能在所有 FROM 中使用)
8+ ARG OPENCLAW_ZH_TAG=2026.3.7-zh.2
9+
710# ── 第一阶段:构建 ClawPanel Web ──
811FROM node:22-slim AS panel-builder
912
@@ -21,7 +24,6 @@ RUN git clone --depth 1 --branch ${CLAWPANEL_BRANCH} ${CLAWPANEL_REPO} . && \
2124
2225# ── 第二阶段:基于汉化版镜像,叠加 Panel ──
2326# 版本锁定:见 VERSION 文件
24- ARG OPENCLAW_ZH_TAG=2026.3.7-zh.2
2527FROM 1186258278/openclaw-zh:${OPENCLAW_ZH_TAG}
2628
2729LABEL maintainer="qingchencloud <https://github.com/qingchencloud>"
Original file line number Diff line number Diff line change 44# 构建:docker build -t qingchencloud/openclaw:latest-gateway -f gateway/Dockerfile .
55# 运行:docker run -d -p 18789:18789 -v openclaw-data:/root/.openclaw qingchencloud/openclaw:latest-gateway
66
7- # 版本锁定:见 VERSION 文件
7+ # 版本锁定:见 VERSION 文件(ARG 必须在 FROM 之前)
88ARG OPENCLAW_ZH_TAG=2026.3.7-zh.2
99FROM 1186258278/openclaw-zh:${OPENCLAW_ZH_TAG}
1010
You can’t perform that action at this time.
0 commit comments