Backport of Use mirrored image for CICD tests. into release/1.15.x (#20381)

Use mirrored image for CICD tests.

Co-authored-by: Derek Menteer <derek.menteer@hashicorp.com>
pull/20384/head
hc-github-team-consul-core 10 months ago committed by GitHub
parent e8479b8d25
commit f05c337770
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -525,7 +525,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

Loading…
Cancel
Save