use multi-arch busybox for e2e

This commit is contained in:
Di Xu
2017-10-17 12:33:38 +08:00
parent cd25bbee46
commit f7f3577035
29 changed files with 28 additions and 63 deletions

View File

@@ -341,7 +341,7 @@ var _ = framework.KubeDescribe("Security Context", func() {
createAndWaitUserPod := func(readOnlyRootFilesystem bool) string {
podName := fmt.Sprintf("busybox-readonly-%v-%s", readOnlyRootFilesystem, uuid.NewUUID())
podClient.Create(makeUserPod(podName,
imageutils.GetBusyBoxImage(),
"busybox",
[]string{"sh", "-c", "touch checkfile"},
readOnlyRootFilesystem,
))