Skip to content

Commit

Permalink
Use official multiarch image for hello-world example
Browse files Browse the repository at this point in the history
  • Loading branch information
ernoaapa committed Apr 27, 2018
1 parent 221bcf8 commit e385e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello-world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e385e7f

Please sign in to comment.