Skip to content

Commit db6c09c

Browse files
zhangguanzhangCreatone
authored andcommitted
CI: update busybox image to fix CI
1 parent 89f779d commit db6c09c

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

0 commit comments

Comments
 (0)