mirror of https://github.com/status-im/consul.git
Use mirrored image for CICD tests. (#20378)
This commit is contained in:
parent
fa8e8837ac
commit
ba5cac434a
|
@ -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…
Reference in New Issue