Skip to content

v0.4.2

Latest

Choose a tag to compare

@PrielHaz PrielHaz released this 07 Jul 15:19

What's changed

Container build refactor for faster, rate-limit-free local builds:

  • Published GHCR base image. The slow-changing runtime layers (Python + Node.js + Claude Code CLI + uv + git + non-root user) now live in ghcr.io/skillberry-ai/runspace-agent-base (multi-arch: amd64 + arm64). The runtime image starts FROM that base and only layers Python deps + the package source on top, so runspace-srv builds are fast and avoid apt/npm registry rate limits.
  • uv replaces pip for the dependency install layer.
  • git added to the image (remote skills are cloned via npx skills add at container startup).
  • New scripts/publish-base-image.sh to (re)publish the base; README documents it.

No public API changes.