mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-19 17:16:12 +00:00
e2e: use the tagged busybox image to avoid unnecessary pulling
This commit is contained in:
@@ -62,7 +62,7 @@ var _ = Describe("ConfigMap", func() {
|
||||
Containers: []api.Container{
|
||||
{
|
||||
Name: "env-test",
|
||||
Image: "gcr.io/google_containers/busybox",
|
||||
Image: "gcr.io/google_containers/busybox:1.24",
|
||||
Command: []string{"sh", "-c", "env"},
|
||||
Env: []api.EnvVar{
|
||||
{
|
||||
|
Reference in New Issue
Block a user