PRD: Packaged infrastructure artifacts #537
Reference in New Issue
Block a user
Delete Branch "feat/pinned-infra-artifacts"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #536.
PRD 0083: Packaged infrastructure artifacts
Summary
Publish immutable, commit-addressed release bundles containing the verified wheel plus digest-pinned orchestrator, gateway, Claude, Codex, and Pi images and checksum-pinned Firecracker artifacts. Docker, Apple Container, and Firecracker acquire those assigned identities instead of rebuilding fixed infrastructure at startup.
Add an arbitrary-ref
publish-artifactsworkflow for deployment testing, exact-commit installer selection with an unqualified-snapshot warning, and tag-driven staging/production qualification. RC and stable releases run the complete pre-release suite first, reuse the same immutable commit bundle, verify a clean install, publish qualified tag pointers, and monotonically advance their channel.Schema
The packaged schema-1 manifest contains source commit, five OCI digest references, and two Firecracker artifact versions/checksums. Durable commit bundles live under
bot-bottle-builds/<sha>; qualified tags and mutable channels point to those immutable bundles.Merge rules