chore(sync): mirror docs from openclaw/openclaw@e63e4f9551
This commit is contained in:
parent
8349f220e9
commit
71d1a15704
@ -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"
|
||||
}
|
||||
|
||||
@ -427,8 +427,7 @@ See [ClawDock](/install/clawdock) for the full helper guide.
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="Base image metadata">
|
||||
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
|
||||
|
||||
@ -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 |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user