Skip to content

Commit 3a5b104

Browse files
committed
Switch to use busybox from registry.k8s.io
The dockerhub busybox appears to be throttled in the github action integration tests Signed-off-by: David Porter <[email protected]>
1 parent 604f2ff commit 3a5b104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/framework/framework.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ func (a dockerActions) RunPause() string {
220220
// Run the specified command in a Docker busybox container.
221221
func (a dockerActions) RunBusybox(cmd ...string) string {
222222
return a.Run(DockerRunArgs{
223-
Image: "busybox",
223+
Image: "registry.k8s.io/busybox",
224224
}, cmd...)
225225
}
226226

0 commit comments

Comments
 (0)