ci: use ghcr image mirrors for postgres and redis services#6556
Merged
Conversation
Contributor
Codecov Results 📊✅ 89401 passed | ⏭️ 6013 skipped | Total: 95414 | Pass Rate: 93.7% | Execution Time: 302m 22s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2390 uncovered lines. Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 89.81% 89.81% —%
==========================================
Files 192 192 —
Lines 23457 23457 —
Branches 8060 8060 —
==========================================
+ Hits 21066 21067 +1
- Misses 2391 2390 -1
- Partials 1328 1327 -1Generated by Codecov Action |
Co-Authored-By: sentry-junior[bot] <264270552+sentry-junior[bot]@users.noreply.github.com>
ed8240a to
bb2b1bb
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit bb2b1bb. Configure here.
alexander-alderman-webb
approved these changes
Jun 11, 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.

Replaces Docker Hub image references in CI with their
ghcr.io/getsentry/image-mirror-*equivalents, consistent with howgetsentry/sentrypulls service containers.Changes
postgres→ghcr.io/getsentry/image-mirror-library-postgres:17-alpineredis→ghcr.io/getsentry/image-mirror-library-redis:7.0.8-bullseyemysqlanddocker:dindare not available in the getsentry mirror (getsentry/image-mirror) so those are left unchanged.The change is made in the Jinja template (
scripts/split_tox_gh_actions/templates/test_group.jinja); the three generated workflow files (test-integrations-dbs.yml,test-integrations-tasks.yml,test-integrations-web-1.yml) are regenerated by runningpython scripts/split_tox_gh_actions/split_tox_gh_actions.py.View Session in Sentry