diff --git a/e2e/templates/default-route1.yml.j2 b/e2e/templates/default-route1.yml.j2 index 8d58cdeab..2390d2cee 100644 --- a/e2e/templates/default-route1.yml.j2 +++ b/e2e/templates/default-route1.yml.j2 @@ -32,7 +32,7 @@ metadata: spec: containers: - name: default-route-worker1 - image: centos:8 + image: quay.io/centos/centos:8 command: ["/bin/sleep", "10000"] securityContext: privileged: true @@ -51,7 +51,7 @@ metadata: spec: containers: - name: default-route-worker2 - image: centos:8 + image: quay.io/centos/centos:8 command: ["/bin/sleep", "10000"] securityContext: privileged: true diff --git a/e2e/templates/simple-macvlan1.yml.j2 b/e2e/templates/simple-macvlan1.yml.j2 index 7d31dcdbc..f92742d9b 100644 --- a/e2e/templates/simple-macvlan1.yml.j2 +++ b/e2e/templates/simple-macvlan1.yml.j2 @@ -34,7 +34,7 @@ metadata: spec: containers: - name: macvlan-worker1 - image: centos:8 + image: quay.io/centos/centos:8 command: ["/bin/sleep", "10000"] securityContext: privileged: true @@ -55,7 +55,7 @@ metadata: spec: containers: - name: macvlan-worker2 - image: centos:8 + image: quay.io/centos/centos:8 command: ["/bin/sleep", "10000"] securityContext: privileged: true diff --git a/e2e/templates/simple-pod.yml.j2 b/e2e/templates/simple-pod.yml.j2 index 82ca926c0..0f2203da2 100644 --- a/e2e/templates/simple-pod.yml.j2 +++ b/e2e/templates/simple-pod.yml.j2 @@ -9,7 +9,7 @@ metadata: spec: containers: - name: simple-centos1 - image: centos:8 + image: quay.io/centos/centos:8 command: ["/bin/sleep", "10000"] securityContext: privileged: true