Use mirrored image for CICD tests. (#20378)

This commit is contained in:
Derek Menteer 2024-01-29 10:22:34 -06:00 committed by GitHub
parent fa8e8837ac
commit ba5cac434a
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 = "hashiderek/pause"
const pauseImage = "docker.mirror.hashicorp.services/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", "hashiderek/pause")
addImage("pause", "docker.mirror.hashicorp.services/hashiderek/pause")
if step.StartServers() {
for _, c := range g.topology.SortedClusters() {