mirror of https://github.com/hashicorp/consul
Backport of Fix CICD docker image rate limits. into release/1.15.x (#20363)
Fix CICD docker image rate limits. The docker image used in CICD was referencing `registry.k8s.io/pause:3.3`, which appears to no longer function correctly. This commit swaps over to a Hashicorp mirrored image that shouldn't have rate limits or disappearing images. Co-authored-by: Derek Menteer <derek.menteer@hashicorp.com>pull/20381/head
parent
9de70f5e91
commit
e8479b8d25
|
@ -525,7 +525,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
|
||||
|
|
Loading…
Reference in New Issue