feat(stack): pin stock postgres:18 container image by digest (RIG-2758, T7) - #641
Merged
Merged
Conversation
…8, T7) The default container image for the S4 container-backed postgres component (T8): the stock upstream postgres:18 pinned BY DIGEST (Matt's OQ-5 ruling, DL-260) — not a nix2container build of nixpkgs postgresql and not a custom wrapper-entrypoint image. Digest-pinned for the same reason pgtest.go pins its CI image: a mutable tag would ship unreviewed, major-version-sensitive database behavior. Ledger-impact: none (DL-260 already landed in #578; this implements it). Co-authored-by: Matt Wilkinson <matt@rigel.build>
|
Compass engineering docs preview: https://compass-native-rig-2758-post.compass-eng-docs.pages.dev Deployed from |
rigel-mintaka
marked this pull request as ready for review
August 26, 2026 03:43
mattwilkinsonn
approved these changes
Aug 26, 2026
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.
The default container image for the S4 container-backed postgres component
(T8): the stock upstream postgres:18 pinned BY DIGEST (Matt's OQ-5 ruling,
DL-260) — not a nix2container build of nixpkgs postgresql and not a custom
wrapper-entrypoint image. Digest-pinned for the same reason pgtest.go pins its
CI image: a mutable tag would ship unreviewed, major-version-sensitive database
behavior.
Ledger-impact: none (DL-260 already landed in #578; this implements it).
Co-authored-by: Matt Wilkinson matt@rigel.build