update perl image for latest image run err

Signed-off-by: changzhen <changzhen5@huawei.com>
This commit is contained in:
changzhen 2022-05-31 11:39:00 +08:00
parent 799c7dff89
commit 9e94ed28c2
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ func NewJob(namespace string, name string) *batchv1.Job {
Spec: corev1.PodSpec{
Containers: []corev1.Container{{
Name: "pi",
Image: "perl",
Image: "perl:5.34.0",
Command: []string{"perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"},
}},
RestartPolicy: corev1.RestartPolicyNever,