You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: use ghcr image mirrors for postgres and redis services (#6556)
Replaces Docker Hub image references in CI with their
`ghcr.io/getsentry/image-mirror-*` equivalents, consistent with how
`getsentry/sentry` pulls service containers.
## Changes
- `postgres` →
`ghcr.io/getsentry/image-mirror-library-postgres:17-alpine`
- `redis` →
`ghcr.io/getsentry/image-mirror-library-redis:7.0.8-bullseye`
`mysql` and `docker:dind` are not available in the getsentry mirror
([getsentry/image-mirror](https://github.com/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 running `python
scripts/split_tox_gh_actions/split_tox_gh_actions.py`.
---
[View Session in
Sentry](https://sentry.sentry.io/traces/?project=4510944073809921&query=gen_ai.conversation.id%3A%22slack%3AC09M26BC6A1%3A1781169862.709999%22)
Co-authored-by: sentry-junior[bot] <264270552+sentry-junior[bot]@users.noreply.github.com>
0 commit comments