Commit b39dbbc
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>1 parent 1d6341f commit b39dbbc
4 files changed
Lines changed: 5 additions & 5 deletions
File tree
- .github/workflows
- scripts/split_tox_gh_actions/templates
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments