3 Commits

Author SHA1 Message Date
Falkan
38851f4b06 chore: bump image tag to 0.0.4 in deployment manifest 2026-03-26 22:40:52 -04:00
Falkan
7f32181ebe feat: readiness sentinel for Kubernetes
entrypoint.sh creates /home/agent/vol/.openclaw-initializing at startup
and removes it just before launching the gateway. Pod is not marked
ready until init (volume copy + config baking) is fully complete.

deployment.yaml adds readinessProbe: exec test ! -f sentinel,
with initialDelaySeconds=5, periodSeconds=5, failureThreshold=60
(5 minute window for slow storage on first deploy).
2026-03-26 22:29:47 -04:00
Falkan
1bdb48f04b feat: initial commit — openclaw-pai container image build files
Includes:
- Dockerfile (ubuntu:24.04 base, OpenClaw + PAI/Claude Code)
- entrypoint.sh (three-way init, TLS, device auth, memory search baking)
- openclaw.json (OpenClaw config template)
- claude-settings.json (PAI settings template)
- workspace-seed/ (AGENTS.md + BOOTSTRAP.md seeded into agent workspace)
- deployment.yaml (Kubernetes PVC + Deployment + Service manifest)
- openclaw-pai.env.fish (Fish shell env file for all container vars)

Image: registry.nerdrage.cloud/spaceacemonkey/openclaw-pai:0.0.2
2026-03-26 20:52:08 -04:00