Add an agent-jail section to pkg-list-jails.txt mirroring Colibri agent-jail-bootstrap.sh, include python312, and use npm-node24 instead of generic npm. This satisfies issue #70 acceptance and resolves the npm package-name drift in favor of the node24-tied package.\n\nValidation: ./scripts/check-format.sh; sh -n build.sh; git diff --check
43 lines
846 B
Text
43 lines
846 B
Text
# Combined jail package list — union of all jail package lists from clawdie-ai
|
|
# Mirrors infra/packages/*-jail.txt (deduplicated), with browser package choices
|
|
# adjusted for the operator USB's Firefox-first package closure.
|
|
# Keep in sync when jail package lists change. The agent-jail section also
|
|
# mirrors Colibri packaging/freebsd/agent-jail-bootstrap.sh.
|
|
|
|
# Shared across jails
|
|
bash
|
|
git
|
|
rsync
|
|
curl
|
|
|
|
# agent-jail (Colibri agent-jail-bootstrap.sh baseline)
|
|
python312
|
|
node24
|
|
npm-node24
|
|
bash
|
|
curl
|
|
|
|
# cms-jail
|
|
nginx
|
|
node24
|
|
npm-node24
|
|
postgresql18-client
|
|
|
|
# db-jail
|
|
postgresql18-server
|
|
postgresql18-contrib
|
|
postgresql18-pgvector
|
|
|
|
# worker-jail
|
|
cage
|
|
firefox
|
|
|
|
# management-jail (observability)
|
|
victoria-metrics
|
|
grafana
|
|
|
|
# ollama-jail (optional local inference)
|
|
ollama
|
|
|
|
# forgejo-jail (optional code hosting UI, extends git-jail baseline)
|
|
forgejo
|