Commit c7f2899
fix(examples): pull gin base images from ECR Public mirror (#752)
The gin example was the only one still pulling its base images
(golang:1.18-alpine, alpine:3.9) directly from Docker Hub, which
caused the test-image (gin) CI job to fail with registry-1.docker.io
connection timeouts (Docker Hub anonymous pull rate limits).
Switch both stages to the public.ecr.aws/docker/library mirror to
match every other example, and bump to golang:1.23-alpine / alpine:3.20.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: Harold Sun <sunhua@amazon.com>1 parent 9a59d04 commit c7f2899
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments