Skip to content

Commit

Permalink
Use busybox from quay.io
Browse files Browse the repository at this point in the history
  • Loading branch information
jiripetrlik committed Nov 7, 2023
1 parent bd00817 commit af143fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/ray_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ func createRayCluster(test support.Test, namespace string, mnist *corev1.ConfigM
InitContainers: []corev1.Container{
{
Name: "init-myservice",
Image: "busybox:1.28",
Image: "quay.io/project-codeflare/busybox:1.28",
Command: []string{"sh", "-c", "until nslookup $RAY_IP.$(cat /var/run/secrets/kubernetes.io/serviceaccount/namespace).svc.cluster.local; do echo waiting for myservice; sleep 2; done"},
},
},
Expand Down

0 comments on commit af143fc

Please sign in to comment.