chore(compose): pin db image (closes #8)#17
Open
obrien-k wants to merge 1 commit into
Open
Conversation
The `-alpine` suffix floats the distro under the tag — the exact drift class that advanced api's base to Alpine 3.23 and crash-looped its Prisma engine (ADR-0001, orphic-inc/stellar-api#99/#100). Effectively a no-op today (16-alpine already resolves to 16.9) but now reproducible. With the ui image pinned to :0.6.9 (orphic-inc#16) and the ui Dockerfile bases pinned, this pins the last floating image in the stack. Closes orphic-inc#8. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Up to standards ✅🟢 Issues
|
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
Pins the last floating image in the stack:
db: postgres:16-alpine→postgres:16.9-alpine3.22. The-alpinesuffix floats the distro under the tag — the same drift class that advanced api's base to Alpine 3.23 and crash-looped its Prisma engine (ADR-0001, orphic-inc/stellar-api#99/#100). Effectively a no-op today (16-alpinealready resolves to 16.9) but now reproducible.With this, all three images are pinned:
api: ghcr.io/orphic-inc/stellar-api:0.6.9ui: ghcr.io/orphic-inc/stellar-ui:0.6.9(chore(compose): bump ui pin to 0.6.9 #16)db: postgres:16.9-alpine3.22(this PR)Plus the ui Dockerfile bases pinned in orphic-inc/stellar-ui (companion PR).
Closes #8. Remaining ADR-0001 follow-through stays tracked: Renovate (#9) to keep pins fresh, and the boot smoke test (#7).
Test plan
docker compose config --quietpasses with the pinned imagepostgres:16.9-alpine3.22confirmed pullable🤖 Generated with Claude Code