Backport of Fix CICD docker image rate limits. into release/1.17.x (#20365)

backport of commit eb31f0257f

Co-authored-by: Derek Menteer <derek.menteer@hashicorp.com>
pull/20372/head
hc-github-team-consul-core 2024-01-26 15:02:47 -06:00 committed by GitHub
parent f180183642
commit daf8f7e3d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -608,7 +608,7 @@ func startContainer(ctx context.Context, req testcontainers.ContainerRequest) (t
})
}
const pauseImage = "registry.k8s.io/pause:3.3"
const pauseImage = "hashiderek/pause"
type containerOpts struct {
configFile string

View File

@ -251,7 +251,7 @@ func (g *Generator) Generate(step Step) error {
addVolume(c.TLSVolumeName)
}
addImage("pause", "registry.k8s.io/pause:3.3")
addImage("pause", "hashiderek/pause")
if step.StartServers() {
for _, c := range g.topology.SortedClusters() {