2 Commits
Author SHA1 Message Date
zandClaude Fable 5 619d39e9cb ci: disable provenance/sbom attestation (403 on new-package first push)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 12:36:06 -07:00
zandClaude Fable 5 3c89724d75 feat: canonical Node 24 base image with sqlite3 bundled
Node 24.18.0 (LTS Krypton) on alpine. sqlite3 bundled two ways, both
proven at build time: require('node:sqlite') builtin works, and native
better-sqlite3/sqlite3 compile against build-base+python3+sqlite-dev via
node-gyp. One base, one way: services do FROM ghcr.io/hanzoai/nodejs:v24.18.0.

Self-contained CI on hanzo-build-linux-amd64, amd64-only, semver-only
(vX.Y.Z + :v24), never sha/latest.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 12:32:29 -07:00