Problem
The repo uses StageX source-bootstrapped base images for reproducible Docker builds, but reproducibility is not enforced as a release precondition.
Solution
- Run the reproducibility verification targets for all three languages:
make verify-reproducible-go
make verify-reproducible-rs
make verify-reproducible-ts
- Decide whether reproducible builds should be a hard release gate (already a CI job) and document the expected hashes
- Verify the docs at
docs/reproducible-builds.md match current behavior
Which implementation(s) would this affect?
Additional context
Problem
The repo uses StageX source-bootstrapped base images for reproducible Docker builds, but reproducibility is not enforced as a release precondition.
Solution
make verify-reproducible-gomake verify-reproducible-rsmake verify-reproducible-tsdocs/reproducible-builds.mdmatch current behaviorWhich implementation(s) would this affect?
Additional context
verify-reproducible-*reproducible-buildjob in.github/workflows/ci.yml