dualstack: Use Agnhost in place of BusyBox

There is a large effort to use Agnhost to limit dependencies and
overall image size.

Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
This commit is contained in:
Christopher M. Luciano 2020-11-10 16:44:06 -05:00
parent d41f791542
commit 8f384ce972
No known key found for this signature in database
GPG Key ID: 5148DBB31F2843F1

View File

@ -91,7 +91,7 @@ var _ = SIGDescribe("[Feature:IPv6DualStackAlphaFeature] [LinuxOnly]", func() {
Containers: []v1.Container{
{
Name: "dualstack-pod-ips",
Image: imageutils.GetE2EImage(imageutils.BusyBox),
Image: imageutils.GetE2EImage(imageutils.Agnhost),
},
},
},