mirror of
https://github.com/status-im/consul.git
synced 2025-01-23 20:19:29 +00:00
Fix CICD docker image rate limits. (#20304)
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.
This commit is contained in:
parent
0ec7bddb9a
commit
e586a4490d
@ -608,7 +608,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
|
||||
|
@ -251,7 +251,7 @@ func (g *Generator) Generate(step Step) error {
|
||||
addVolume(c.TLSVolumeName)
|
||||
}
|
||||
|
||||
addImage("pause", "registry.k8s.io/pause:3.3")
|
||||
addImage("pause", "hashiderek/pause")
|
||||
|
||||
if step.StartServers() {
|
||||
for _, c := range g.topology.SortedClusters() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user