Skip to content

Commit b0f4671

Browse files
jbuscheopenshift-merge-bot[bot]
authored andcommitted
move busybox to quay.io
Signed-off-by: James Busche <[email protected]>
1 parent f243719 commit b0f4671

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
lines changed

demo-notebooks/guided-demos/notebook-ex-outputs/gptfttest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ spec:
172172
- -c
173173
- until nslookup $RAY_IP.$(cat /var/run/secrets/kubernetes.io/serviceaccount/namespace).svc.cluster.local;
174174
do echo waiting for myservice; sleep 2; done
175-
image: busybox:1.28
175+
image: quay.io/project-codeflare/busybox:latest
176176
name: init-myservice
177177
replicas: 1
178178
- generictemplate:

demo-notebooks/guided-demos/notebook-ex-outputs/instascaletest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ spec:
172172
- -c
173173
- until nslookup $RAY_IP.$(cat /var/run/secrets/kubernetes.io/serviceaccount/namespace).svc.cluster.local;
174174
do echo waiting for myservice; sleep 2; done
175-
image: busybox:1.28
175+
image: quay.io/project-codeflare/busybox:latest
176176
name: init-myservice
177177
replicas: 1
178178
- generictemplate:

demo-notebooks/guided-demos/notebook-ex-outputs/interactivetest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ spec:
172172
- -c
173173
- until nslookup $RAY_IP.$(cat /var/run/secrets/kubernetes.io/serviceaccount/namespace).svc.cluster.local;
174174
do echo waiting for myservice; sleep 2; done
175-
image: busybox:1.28
175+
image: quay.io/project-codeflare/busybox:latest
176176
name: init-myservice
177177
replicas: 1
178178
- generictemplate:

demo-notebooks/guided-demos/notebook-ex-outputs/jobtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ spec:
152152
- -c
153153
- until nslookup $RAY_IP.$(cat /var/run/secrets/kubernetes.io/serviceaccount/namespace).svc.cluster.local;
154154
do echo waiting for myservice; sleep 2; done
155-
image: busybox:1.28
155+
image: quay.io/project-codeflare/busybox:latest
156156
name: init-myservice
157157
replicas: 1
158158
- generictemplate:

demo-notebooks/guided-demos/notebook-ex-outputs/raytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ spec:
152152
- -c
153153
- until nslookup $RAY_IP.$(cat /var/run/secrets/kubernetes.io/serviceaccount/namespace).svc.cluster.local;
154154
do echo waiting for myservice; sleep 2; done
155-
image: busybox:1.28
155+
image: quay.io/project-codeflare/busybox:latest
156156
name: init-myservice
157157
replicas: 1
158158
- generictemplate:

src/codeflare_sdk/templates/base-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ spec:
224224
initContainers:
225225
# the env var $RAY_IP is set by the operator if missing, with the value of the head service name
226226
- name: init-myservice
227-
image: busybox:1.28
227+
image: quay.io/project-codeflare/busybox:latest
228228
command: ['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"]
229229
- name: create-cert
230230
image: rayproject/ray:2.7.0

tests/test-case-bad.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ spec:
154154
- -c
155155
- until nslookup $RAY_IP.$(cat /var/run/secrets/kubernetes.io/serviceaccount/namespace).svc.cluster.local;
156156
do echo waiting for myservice; sleep 2; done
157-
image: busybox:1.28
157+
image: quay.io/project-codeflare/busybox:latest
158158
name: init-myservice
159159
replicas: 1
160160
- generictemplate:

tests/test-case-no-mcad.yamls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ spec:
144144
- -c
145145
- until nslookup $RAY_IP.$(cat /var/run/secrets/kubernetes.io/serviceaccount/namespace).svc.cluster.local;
146146
do echo waiting for myservice; sleep 2; done
147-
image: busybox:1.28
147+
image: quay.io/project-codeflare/busybox:latest
148148
name: init-myservice
149149
---
150150
apiVersion: networking.k8s.io/v1

tests/test-case-prio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ spec:
175175
- -c
176176
- until nslookup $RAY_IP.$(cat /var/run/secrets/kubernetes.io/serviceaccount/namespace).svc.cluster.local;
177177
do echo waiting for myservice; sleep 2; done
178-
image: busybox:1.28
178+
image: quay.io/project-codeflare/busybox:latest
179179
name: init-myservice
180180
priorityClassName: default
181181
replicas: 1

tests/test-case.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ spec:
173173
- -c
174174
- until nslookup $RAY_IP.$(cat /var/run/secrets/kubernetes.io/serviceaccount/namespace).svc.cluster.local;
175175
do echo waiting for myservice; sleep 2; done
176-
image: busybox:1.28
176+
image: quay.io/project-codeflare/busybox:latest
177177
name: init-myservice
178178
replicas: 1
179179
- generictemplate:

0 commit comments

Comments
 (0)