Port e2e tests for multi architecture
This commit is contained in:
@@ -182,7 +182,7 @@ func createPodWithAppArmor(f *framework.Framework, profile string) *v1.Pod {
|
||||
Spec: v1.PodSpec{
|
||||
Containers: []v1.Container{{
|
||||
Name: "test",
|
||||
Image: "gcr.io/google_containers/busybox:1.24",
|
||||
Image: busyboxImage,
|
||||
Command: []string{"touch", "foo"},
|
||||
}},
|
||||
RestartPolicy: v1.RestartPolicyNever,
|
||||
|
Reference in New Issue
Block a user