docs(deploy): the Tracker image CD landed — update the readiness page - #391
Merged
Conversation
The preflight found that evolith_tracker had three Dockerfiles and zero image CD, with one chart pinned to a :local tag no registry can serve. That is fixed the same day in evolith_tracker#113: images.yml publishes all three to GHCR on every merge to main and develop. Recorded here rather than left as an open finding, because a readiness page that still names a fixed defect is the same staleness this session has spent its time undoing.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
📊 Bilingual Coverage ImpactPR Changes
Repository Coverage
✅ Good: All EN changes have ES counterparts. Generated by GitHub Actions |
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 preflight in #390 found that
evolith_trackerhad three Dockerfiles and zero image CD, with one chart pinned toevolith-tracker-gateway:local— a tag no registry can serve.Fixed the same day in
evolith_tracker#113:images.ymlpublishes all three to GHCR on every merge tomainanddevelop,:latestplus:<sha>, with the built-inGITHUB_TOKENand no new secret.Two things worth carrying across:
src/context before any of it was wired. A CD that publishes a broken image is worse than none.docker buildx imagetools inspectinstead of trusting its own green tick — the same distinction the preflight is built on.And the ported guard found a defect in itself there: its negative test caught it reading an image reference out of a workflow comment — the comment documenting the broken tag — and blessing exactly what the comment warned about. Comments are now stripped before scanning in both repositories.
Updated here rather than left as an open finding: a readiness page that still names a fixed defect is the same staleness this session has spent its time undoing.
🤖 Generated with Claude Code