Use mirrored image for CICD tests. (#20378)

pull/20386/head
Derek Menteer 10 months ago committed by GitHub
parent fa8e8837ac
commit ba5cac434a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -608,7 +608,7 @@ func startContainer(ctx context.Context, req testcontainers.ContainerRequest) (t
})
}
const pauseImage = "hashiderek/pause"
const pauseImage = "docker.mirror.hashicorp.services/hashiderek/pause"
type containerOpts struct {
configFile string

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

Loading…
Cancel
Save