24 lines
532 B
Markdown
24 lines
532 B
Markdown
|
|
# openclaw-custom-image
|
||
|
|
|
||
|
|
Minimal derived image for OpenClaw on Coolify.
|
||
|
|
|
||
|
|
It tracks `ghcr.io/openclaw/openclaw:latest` and adds a small set of runtime tools:
|
||
|
|
|
||
|
|
- `openssh-client`
|
||
|
|
- `git`
|
||
|
|
- `curl`
|
||
|
|
- `bash`
|
||
|
|
- `ca-certificates`
|
||
|
|
|
||
|
|
## Build behavior
|
||
|
|
|
||
|
|
Each rebuild pulls the current upstream `ghcr.io/openclaw/openclaw:latest` base image and reapplies the extra packages.
|
||
|
|
|
||
|
|
## Coolify
|
||
|
|
|
||
|
|
Point Coolify to this repository and let it build the image with the included `Dockerfile`.
|
||
|
|
|
||
|
|
Keep the persistent volume mounted at:
|
||
|
|
|
||
|
|
`/home/node/.openclaw`
|