Skip to content

Commit 60ddddc

Browse files
For dns test, use an ECR busybox image (#8560)
1 parent a9506ef commit 60ddddc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

integration/data/test-dns.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
nodeSelector:
1414
used-for: test-pods
1515
containers:
16-
- image: tutum/dnsutils@sha256:d2244ad47219529f1003bd1513f5c99e71655353a3a63624ea9cb19f8393d5fe
16+
- image: public.ecr.aws/docker/library/busybox:1.36.1
1717
name: dns-test-cluster
1818
stdin: true
1919
tty: true
@@ -26,7 +26,7 @@ spec:
2626
command:
2727
- nslookup
2828
- kubernetes.default.svc.cluster.local.
29-
- image: tutum/dnsutils@sha256:d2244ad47219529f1003bd1513f5c99e71655353a3a63624ea9cb19f8393d5fe
29+
- image: public.ecr.aws/docker/library/busybox:1.36.1
3030
name: dns-test-eksctl
3131
stdin: true
3232
tty: true
@@ -39,7 +39,7 @@ spec:
3939
command:
4040
- nslookup
4141
- eksctl.io
42-
- image: tutum/dnsutils@sha256:d2244ad47219529f1003bd1513f5c99e71655353a3a63624ea9cb19f8393d5fe
42+
- image: public.ecr.aws/docker/library/busybox:1.36.1
4343
name: dns-test-k8s
4444
stdin: true
4545
tty: true
@@ -52,7 +52,7 @@ spec:
5252
command:
5353
- nslookup
5454
- k8s.io
55-
- image: tutum/dnsutils@sha256:d2244ad47219529f1003bd1513f5c99e71655353a3a63624ea9cb19f8393d5fe
55+
- image: public.ecr.aws/docker/library/busybox:1.36.1
5656
name: dns-test-kubernetes
5757
stdin: true
5858
tty: true
@@ -65,7 +65,7 @@ spec:
6565
command:
6666
- nslookup
6767
- kubernetes.io
68-
- image: tutum/dnsutils@sha256:d2244ad47219529f1003bd1513f5c99e71655353a3a63624ea9cb19f8393d5fe
68+
- image: public.ecr.aws/docker/library/busybox:1.36.1
6969
name: dns-test-eks-us
7070
stdin: true
7171
tty: true
@@ -78,7 +78,7 @@ spec:
7878
command:
7979
- nslookup
8080
- EKS.us-east-1.amazonaws.com
81-
- image: tutum/dnsutils@sha256:d2244ad47219529f1003bd1513f5c99e71655353a3a63624ea9cb19f8393d5fe
81+
- image: public.ecr.aws/docker/library/busybox:1.36.1
8282
name: dns-test-eks-eu
8383
stdin: true
8484
tty: true
@@ -91,7 +91,7 @@ spec:
9191
command:
9292
- nslookup
9393
- EKS.eu-west-1.amazonaws.com
94-
- image: tutum/dnsutils@sha256:d2244ad47219529f1003bd1513f5c99e71655353a3a63624ea9cb19f8393d5fe
94+
- image: public.ecr.aws/docker/library/busybox:1.36.1
9595
name: dns-test-ec2-us
9696
stdin: true
9797
tty: true
@@ -104,7 +104,7 @@ spec:
104104
command:
105105
- nslookup
106106
- ec2.us-east-2.amazonaws.com
107-
- image: tutum/dnsutils@sha256:d2244ad47219529f1003bd1513f5c99e71655353a3a63624ea9cb19f8393d5fe
107+
- image: public.ecr.aws/docker/library/busybox:1.36.1
108108
name: dns-test-ec2-eu
109109
stdin: true
110110
tty: true
@@ -117,7 +117,7 @@ spec:
117117
command:
118118
- nslookup
119119
- ec2.eu-west-2.amazonaws.com
120-
- image: tutum/dnsutils@sha256:d2244ad47219529f1003bd1513f5c99e71655353a3a63624ea9cb19f8393d5fe
120+
- image: public.ecr.aws/docker/library/busybox:1.36.1
121121
name: dns-test-ifconfig
122122
stdin: true
123123
tty: true
@@ -129,4 +129,4 @@ spec:
129129
exec:
130130
command:
131131
- nslookup
132-
- ifconfig.co
132+
- ifconfig.co

0 commit comments

Comments
 (0)