Skip to content

slipspace-gateway v2.3.2

Choose a tag to compare

@github-actions github-actions released this 17 Jul 08:34
a8668c9

slipspace-gateway v2.3.2 — observable AI provider gateway.

Images

linux/amd64, scratch base, ~5.5 MB.

docker pull ghcr.io/andyjmorgan/slipspace-gateway:2.3.2
docker pull ghcr.io/andyjmorgan/slipspace-mockllm:2.3.2
docker pull ghcr.io/andyjmorgan/slipspace-arbiter:2.3.2

Quick run

docker run --rm \
  -e SLIPSPACE_CONFIG_DIR=/etc/slipspace \
  -e SLIPSPACE_SPOOL_ROOT=/var/lib/slipspace/spool \
  -v ./config-dev:/etc/slipspace:ro \
  -v slipspace-spool:/var/lib/slipspace/spool \
  -p 8585:8585 \
  ghcr.io/andyjmorgan/slipspace-gateway:2.3.2

Minimal production env: SLIPSPACE_CONFIG_DIR plus optionally SLIPSPACE_SPOOL_ROOT (where the connector spool lives — defaults to /var/lib/slipspace/spool) and SLIPSPACE_OTLP_ENDPOINT (enables OTLP push). See CLAUDE.md for the full deployment shape.

See CLAUDE.md and the project's DonkeyWork design notes for load-bearing invariants, the per-release task ledger, and the v1.1 roadmap.