mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 03:33:26 +00:00
replace hardcoded docker image
This commit is contained in:
@@ -37,7 +37,7 @@ const (
|
||||
|
||||
var (
|
||||
windowsBusyBoximage = imageutils.GetE2EImage(imageutils.Agnhost)
|
||||
linuxBusyBoxImage = "docker.io/library/nginx:1.15-alpine"
|
||||
linuxBusyBoxImage = imageutils.GetE2EImage(imageutils.Nginx)
|
||||
)
|
||||
|
||||
var _ = SIGDescribe("Hybrid cluster network", func() {
|
||||
|
Reference in New Issue
Block a user