[zh] modify busybox to busybox:1.28 in dir examples

Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
xin.li
2022-03-27 15:19:12 +08:00
parent 47251f7dfc
commit ed2ded76e3
19 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ metadata:
spec:
containers:
- name: count
image: busybox
image: busybox:1.28
args: [/bin/sh, -c,
'i=0; while true; do echo "$i: $(date)"; i=$((i+1)); sleep 1; done']