Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update image registry to quay.io #23093

Merged
merged 1 commit into from
Jan 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ spec:
- /dev/null
- localhost
- name: echo-container-udp
image: docker.io/cilium/echoserver-udp:v2020.01.30
image: quay.io/cilium/echoserver-udp:v2020.01.30
4 changes: 2 additions & 2 deletions test/k8s/manifests/demo-customcalls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
path: /
port: 80
- name: udp
image: docker.io/cilium/echoserver-udp:v2020.01.30
image: quay.io/cilium/echoserver-udp:v2020.01.30
imagePullPolicy: IfNotPresent
ports:
- containerPort: 69
Expand Down Expand Up @@ -82,7 +82,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: app-frontend
image: docker.io/cilium/demo-client:1.0
image: quay.io/cilium/demo-client:1.0
imagePullPolicy: IfNotPresent
command: [ "sleep" ]
args:
Expand Down
6 changes: 3 additions & 3 deletions test/k8s/manifests/demo-named-port.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
path: /
port: 80
- name: udp
image: docker.io/cilium/echoserver-udp:v2020.01.30
image: quay.io/cilium/echoserver-udp:v2020.01.30
imagePullPolicy: IfNotPresent
ports:
- containerPort: 69
Expand Down Expand Up @@ -83,7 +83,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: app-frontend
image: docker.io/cilium/demo-client:1.0
image: quay.io/cilium/demo-client:1.0
imagePullPolicy: IfNotPresent
command: [ "sleep" ]
args:
Expand Down Expand Up @@ -112,7 +112,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: app-frontend
image: docker.io/cilium/demo-client:1.0
image: quay.io/cilium/demo-client:1.0
imagePullPolicy: IfNotPresent
command: [ "sleep" ]
args:
Expand Down
6 changes: 3 additions & 3 deletions test/k8s/manifests/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
path: /
port: 80
- name: udp
image: docker.io/cilium/echoserver-udp:v2020.01.30
image: quay.io/cilium/echoserver-udp:v2020.01.30
imagePullPolicy: IfNotPresent
ports:
- containerPort: 69
Expand Down Expand Up @@ -82,7 +82,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: app-frontend
image: docker.io/cilium/demo-client:1.0
image: quay.io/cilium/demo-client:1.0
imagePullPolicy: IfNotPresent
command: [ "sleep" ]
args:
Expand Down Expand Up @@ -111,7 +111,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: app-frontend
image: docker.io/cilium/demo-client:1.0
image: quay.io/cilium/demo-client:1.0
imagePullPolicy: IfNotPresent
command: [ "sleep" ]
args:
Expand Down
10 changes: 5 additions & 5 deletions test/k8s/manifests/demo_ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: web
image: docker.io/cilium/echoserver:1.10.1
image: quay.io/cilium/echoserver:1.10.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
Expand All @@ -23,7 +23,7 @@ spec:
path: /
port: 80
- name: udp
image: docker.io/cilium/echoserver-udp:v2020.01.30
image: quay.io/cilium/echoserver-udp:v2020.01.30
imagePullPolicy: IfNotPresent
ports:
- containerPort: 69
Expand Down Expand Up @@ -54,7 +54,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: web
image: docker.io/cilium/demo-client:1.0
image: quay.io/cilium/demo-client:1.0
imagePullPolicy: IfNotPresent
command: [ "sleep" ]
args:
Expand All @@ -75,7 +75,7 @@ spec:
spec:
containers:
- name: web
image: docker.io/cilium/echoserver:1.10.1
image: quay.io/cilium/echoserver:1.10.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
Expand All @@ -85,7 +85,7 @@ spec:
path: /
port: 80
- name: udp
image: docker.io/cilium/echoserver-udp:v2020.01.30
image: quay.io/cilium/echoserver-udp:v2020.01.30
imagePullPolicy: IfNotPresent
ports:
- containerPort: 69
Expand Down
10 changes: 5 additions & 5 deletions test/k8s/manifests/demo_ds_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: web
image: docker.io/cilium/echoserver:1.10.1
image: quay.io/cilium/echoserver:1.10.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
Expand All @@ -23,7 +23,7 @@ spec:
path: /
port: 80
- name: udp
image: docker.io/cilium/echoserver-udp:v2020.01.30
image: quay.io/cilium/echoserver-udp:v2020.01.30
imagePullPolicy: IfNotPresent
ports:
- containerPort: 69
Expand Down Expand Up @@ -54,7 +54,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: web
image: docker.io/cilium/demo-client:1.0
image: quay.io/cilium/demo-client:1.0
imagePullPolicy: IfNotPresent
command: [ "sleep" ]
args:
Expand All @@ -75,7 +75,7 @@ spec:
spec:
containers:
- name: web
image: docker.io/cilium/echoserver:1.10.1
image: quay.io/cilium/echoserver:1.10.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
Expand All @@ -85,7 +85,7 @@ spec:
path: /
port: 80
- name: udp
image: docker.io/cilium/echoserver-udp:v2020.01.30
image: quay.io/cilium/echoserver-udp:v2020.01.30
imagePullPolicy: IfNotPresent
ports:
- containerPort: 69
Expand Down
12 changes: 6 additions & 6 deletions test/k8s/manifests/demo_hostfw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: web
image: docker.io/cilium/echoserver:1.10.1
image: quay.io/cilium/echoserver:1.10.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
Expand All @@ -25,7 +25,7 @@ spec:
path: /
port: 80
- name: udp
image: docker.io/cilium/echoserver-udp:v2020.01.30
image: quay.io/cilium/echoserver-udp:v2020.01.30
imagePullPolicy: IfNotPresent
ports:
- containerPort: 69
Expand Down Expand Up @@ -57,7 +57,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: web
image: docker.io/cilium/demo-client:1.0
image: quay.io/cilium/demo-client:1.0
imagePullPolicy: IfNotPresent
command: [ "sleep" ]
args:
Expand All @@ -80,7 +80,7 @@ spec:
hostNetwork: true
containers:
- name: web
image: docker.io/cilium/echoserver:1.10.1
image: quay.io/cilium/echoserver:1.10.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
Expand All @@ -89,7 +89,7 @@ spec:
path: /
port: 80
- name: udp
image: docker.io/cilium/echoserver-udp:v2020.01.30
image: quay.io/cilium/echoserver-udp:v2020.01.30
imagePullPolicy: IfNotPresent
ports:
- containerPort: 69
Expand Down Expand Up @@ -122,7 +122,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: web
image: docker.io/cilium/demo-client:1.0
image: quay.io/cilium/demo-client:1.0
imagePullPolicy: IfNotPresent
command: [ "sleep" ]
args:
Expand Down
2 changes: 1 addition & 1 deletion test/k8s/manifests/echo-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- /dev/null
- localhost
- name: echo-container-udp
image: docker.io/cilium/echoserver-udp:v2020.01.30
image: quay.io/cilium/echoserver-udp:v2020.01.30
---
apiVersion: v1
kind: Service
Expand Down
2 changes: 1 addition & 1 deletion test/k8s/manifests/echoserver-cilium-hostnetns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: web
image: docker.io/cilium/echoserver:1.10.1
image: quay.io/cilium/echoserver:1.10.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
Expand Down
2 changes: 1 addition & 1 deletion test/k8s/manifests/echoserver-hostnetns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: web
image: docker.io/cilium/echoserver:1.10.1
image: quay.io/cilium/echoserver:1.10.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
Expand Down
2 changes: 1 addition & 1 deletion test/k8s/manifests/external_pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ metadata:
spec:
containers:
- name: app-reach-services
image: docker.io/cilium/demo-client:1.0
image: quay.io/cilium/demo-client:1.0
imagePullPolicy: IfNotPresent
command: [ "bash", "-c", "while true; do sleep 5; done" ]
20 changes: 10 additions & 10 deletions test/k8s/manifests/lrp-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
containers:
- name: web
image: docker.io/cilium/echoserver:1.10.1
image: quay.io/cilium/echoserver:1.10.1
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand All @@ -20,7 +20,7 @@ spec:
path: /
port: 80
- name: udp
image: docker.io/cilium/echoserver-udp:v2020.01.30
image: quay.io/cilium/echoserver-udp:v2020.01.30
imagePullPolicy: IfNotPresent
ports:
- name: tftp
Expand All @@ -40,7 +40,7 @@ metadata:
spec:
containers:
- name: web
image: docker.io/cilium/echoserver:1.10.1
image: quay.io/cilium/echoserver:1.10.1
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand All @@ -51,7 +51,7 @@ spec:
path: /
port: 80
- name: udp
image: docker.io/cilium/echoserver-udp:v2020.01.30
image: quay.io/cilium/echoserver-udp:v2020.01.30
imagePullPolicy: IfNotPresent
ports:
- name: tftp
Expand All @@ -71,7 +71,7 @@ metadata:
spec:
containers:
- name: web
image: docker.io/cilium/demo-client:1.0
image: quay.io/cilium/demo-client:1.0
imagePullPolicy: IfNotPresent
command: [ "sleep" ]
args:
Expand All @@ -89,7 +89,7 @@ metadata:
spec:
containers:
- name: web
image: docker.io/cilium/demo-client:1.0
image: quay.io/cilium/demo-client:1.0
imagePullPolicy: IfNotPresent
command: [ "sleep" ]
args:
Expand Down Expand Up @@ -155,7 +155,7 @@ spec:
hostNetwork: true
containers:
- name: web
image: docker.io/cilium/echoserver:1.10.1
image: quay.io/cilium/echoserver:1.10.1
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand All @@ -166,7 +166,7 @@ spec:
path: /
port: 80
- name: udp
image: docker.io/cilium/echoserver-udp:v2020.01.30
image: quay.io/cilium/echoserver-udp:v2020.01.30
imagePullPolicy: IfNotPresent
ports:
- name: tftp
Expand All @@ -187,7 +187,7 @@ spec:
hostNetwork: true
containers:
- name: web
image: docker.io/cilium/echoserver:1.10.1
image: quay.io/cilium/echoserver:1.10.1
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand All @@ -198,7 +198,7 @@ spec:
path: /
port: 80
- name: udp
image: docker.io/cilium/echoserver-udp:v2020.01.30
image: quay.io/cilium/echoserver-udp:v2020.01.30
imagePullPolicy: IfNotPresent
ports:
- name: tftp
Expand Down