mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 15:05:20 +00:00
e2e: use the tagged busybox image to avoid unnecessary pulling
This commit is contained in:
@@ -64,7 +64,7 @@ var _ = Describe("Networking", func() {
|
||||
Containers: []api.Container{
|
||||
{
|
||||
Name: contName,
|
||||
Image: "gcr.io/google_containers/busybox",
|
||||
Image: "gcr.io/google_containers/busybox:1.24",
|
||||
Command: []string{"wget", "-s", "google.com"},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user