mirror of https://github.com/hashicorp/consul
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
parent
f180183642
commit
daf8f7e3d8
|
@ -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
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue