mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 12:46:06 +00:00
e2e: use the tagged busybox image to avoid unnecessary pulling
This commit is contained in:
@@ -396,7 +396,7 @@ func testPDPod(diskNames []string, targetHost string, readOnly bool, numContaine
|
||||
containers[i].Name = fmt.Sprintf("mycontainer%v", i+1)
|
||||
}
|
||||
|
||||
containers[i].Image = "gcr.io/google_containers/busybox"
|
||||
containers[i].Image = "gcr.io/google_containers/busybox:1.24"
|
||||
|
||||
containers[i].Command = []string{"sleep", "6000"}
|
||||
|
||||
|
Reference in New Issue
Block a user