Update container digests and deploy affected hosts end-to-end. Use when the user wants to check for container updates, update container digests, or deploy container changes. Triggers on requests like "update containers", "check for container updates", "deploy container updates", or "run container-update-report".
Update container digests and deploy affected NixOS hosts end-to-end.
Run the update command to fetch latest container SHAs:
just update-container-digests
This updates apps/fetcher/containers-sha.nix with the latest digests from all registries.
Check the diff to see which containers have updates:
git diff apps/fetcher/containers-sha.nix
Summarize changes in a table format:
Search for container usage in .nix files:
# Search for specific container
grep -r "container-name" --include="*.nix" .
Key locations:
apps/*.nix - Application definitionsmodules/nixos/host/*/ - Host-specific configurationsSee container-host-mapping.md for known mappings.
Ask user which hosts to deploy, then deploy each:
just colmena <hostname>
Run deployments in parallel when hosts are independent. Verify success by checking output shows "Activation successful" and "All done!".
After deployment, provide a summary table:
| Container | Host | Status | |-----------|------|--------| | container:tag | hostname | ✓ |
| Container | Typical Host | |-----------|--------------| | postgres | orgrimmar (woodpecker, resume), ironforge (paperless) | | redis | ironforge (paperless) | | woodpecker-agent/server | orgrimmar | | paperless-ngx | ironforge | | reactive-resume, minio, chromium | orgrimmar |
See references/container-host-mapping.md for detailed container-to-host mappings.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer