From e385e7f32bcfabdc95faaafafff8260dd440ff8a Mon Sep 17 00:00:00 2001 From: Erno Aapa Date: Fri, 27 Apr 2018 19:01:57 +0300 Subject: [PATCH] Use official multiarch image for hello-world example --- examples/hello-world.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello-world.yml b/examples/hello-world.yml index a1b86cef..1ee485c2 100644 --- a/examples/hello-world.yml +++ b/examples/hello-world.yml @@ -3,7 +3,7 @@ metadata: spec: containers: - name: "hello-world" - image: "docker.io/arm32v7/busybox:latest" + image: "docker.io/library/busybox:latest" args: - /bin/sh - -c