Commit d04d47e
ci: backport test service image pinning to ghcr on 3.x (#17162)
`mongot-payload-test` is going unhealthy during `start-services` on
`3.x` before E2E tests run, which blocks setup; this backport removes
the floating/externally rate-limited image pulls in that path by pinning
the affected test-service images to `ghcr.io/payloadcms/*` and pinning
Supabase CLI.
Backported from `main`:
-
[`0318f87928`](0318f87)
(`ci: pull test service images from GHCR instead of Docker Hub`)
-
[`b3e877c3da`](b3e877c)
(`ci: avoid registry rate limits for supabase cli and azurite image`)
Manual port note:
- `0318f87928` conflicted because `3.x` does not include the `redis`
service block present on `main`; only the overlapping image-pin changes
for existing `3.x` services were applied.
Related context: #17152 (blocked by the same infra-wide CI failure
pattern).
---------
Co-authored-by: Elliot DeNolf <denolfe@users.noreply.github.com>1 parent f76d670 commit d04d47e
3 files changed
Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
0 commit comments