Skip to content

chore(compose): pin db image (closes #8)#17

Open
obrien-k wants to merge 1 commit into
orphic-inc:mainfrom
obrien-k:chore/pin-db-image
Open

chore(compose): pin db image (closes #8)#17
obrien-k wants to merge 1 commit into
orphic-inc:mainfrom
obrien-k:chore/pin-db-image

Conversation

@obrien-k

Copy link
Copy Markdown
Member

Summary

Pins the last floating image in the stack: db: postgres:16-alpinepostgres:16.9-alpine3.22. The -alpine suffix 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-alpine already resolves to 16.9) but now reproducible.

With this, all three images are pinned:

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 --quiet passes with the pinned image
  • postgres:16.9-alpine3.22 confirmed pullable

🤖 Generated with Claude Code

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>
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: pin ui + db images (fleet-wide pinning follow-through)

1 participant