Skip to content

Commit 745b20a

Browse files
zhangguanzhangcwangVT
authored andcommitted
CI: update busybox image to fix CI
1 parent cc13fa8 commit 745b20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/framework/framework.go

+1-1
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: "registry.k8s.io/busybox",
223+
Image: "registry.k8s.io/busybox:1.27",
224224
}, cmd...)
225225
}
226226

0 commit comments

Comments
 (0)