feat(base): add reproducible Debian package projection - #16
Merged
Merged
Conversation
Render the minimal Debian Trixie base profile through signed snapshots, architecture-specific locks, exact-version installation, runtime evidence, and native CI validation. Roadmap-Step: REA-Q03 Signed-off-by: Codex <codex@openai.com>
Pull Request Summary by devActivityMetricsAchievements
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
baseprofile into a reproducible Debian Trixie image forlinux/amd64andlinux/arm64Scope reconciliation
Issue #1 predates Realm's finalized capability/profile architecture. Its original reproducibility requirements still apply: immutable inputs, exact package locks, deterministic installation, installed-package evidence, refresh tooling, CI validation, and an informational size baseline.
The later architecture decisions define where that machinery belongs:
base, language,full, andservicesboundaries;Accordingly, this PR projects the merged
base = realm-base + common-clicontract onto the repository-selected Debian Trixie base. Debian follows the source and profile policy established by PR #3; it is not a second package policy introduced by the Dockerfile.The broader toolchain remains explicitly owned:
servicesor consuming orchestration.This PR establishes and reports the base-size baseline without preempting #6's full-image budgets.
Validation
Completed before push:
amd64andarm64replays against their signed snapshotsgit diff --checkThe pull-request workflow passed on native
amd64andarm64runners: image builds, exact installed-inventory verification, network-disabled smoke tests, and expanded-size reporting. It has read-only permissions and never publishes an image.Size baseline
amd64arm64These are informational expanded-size measurements from the successful native CI run; #6 owns the full-image budget.
Closes #1
Roadmap-Step: REA-Q03