Skip to content

v0.1.1

Choose a tag to compare

@jezdez jezdez released this 15 Apr 23:32
08d2025

Added

  • Minimal, hardened Docker image using multi-stage build with debian:bookworm-slim and non-root user.
  • Docker release workflow publishing multi-arch images (linux/amd64, linux/arm64) to GitHub Container Registry on release and manual dispatch.
  • Dependabot configuration for Docker base image updates.
  • Automated pixi lockfile update workflow (monthly, via pixi-diff-to-markdown).
  • linux-aarch64 platform support.

Fixed

  • Default platform detection after server warmup. The warmup loop left a stale platform in context._cache_, causing the server to default to the wrong platform. Now captured once at import time as NATIVE_SUBDIR.