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:
@@ -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),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user