From 71d1a15704d6afa95cb0b4d09def3e891a9fb8e2 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Fri, 8 May 2026 07:53:02 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@e63e4f9551e97e4d9b93c11f228d740316606f97 --- .openclaw-sync/source.json | 6 +++--- docs/install/docker.md | 3 +-- docs/install/fly.md | 2 ++ 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 901b5836e..cc290d3b5 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,15 +1,15 @@ { "repository": "openclaw/openclaw", - "sha": "0ef1f36286e1397d38439cd386d950a334ec0052", + "sha": "e63e4f9551e97e4d9b93c11f228d740316606f97", "sources": { "openclaw": { "repository": "openclaw/openclaw", - "sha": "0ef1f36286e1397d38439cd386d950a334ec0052" + "sha": "e63e4f9551e97e4d9b93c11f228d740316606f97" }, "clawhub": { "repository": "openclaw/clawhub", "sha": "38c21345906ab1f107a91b33bb86b63667d96643" } }, - "syncedAt": "2026-05-08T07:42:02.995Z" + "syncedAt": "2026-05-08T07:51:29.026Z" } diff --git a/docs/install/docker.md b/docs/install/docker.md index 6862f8455..0bd131ad5 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -427,8 +427,7 @@ See [ClawDock](/install/clawdock) for the full helper guide. - The main Docker runtime image uses `node:24-bookworm-slim` and publishes OCI - base-image annotations including `org.opencontainers.image.base.name`, + The main Docker runtime image uses `node:24-bookworm-slim` and includes `tini` as the entrypoint init process (PID 1) to ensure zombie processes are reaped and signals are handled correctly in long-running containers. It publishes OCI base-image annotations including `org.opencontainers.image.base.name`, `org.opencontainers.image.source`, and others. The Node base digest is refreshed through Dependabot Docker base-image PRs; release builds do not run a distro upgrade layer. See diff --git a/docs/install/fly.md b/docs/install/fly.md index 4dfa083d7..b88e810a7 100644 --- a/docs/install/fly.md +++ b/docs/install/fly.md @@ -78,6 +78,8 @@ read_when: destination = "/data" ``` + The OpenClaw Docker image uses `tini` as its entrypoint. Fly process commands replace Docker `CMD` without replacing `ENTRYPOINT`, so the process still runs under `tini`. + **Key settings:** | Setting | Why |