We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052f3d5 commit bd85ae8Copy full SHA for bd85ae8
test/e2e/kubernetes/windows/windows.go
@@ -52,7 +52,7 @@ func (i *WindowsImage) GetImage(version OSVersion) string {
52
53
func GetWindowsImage(testImage WindowsTestImages, version OSVersion) string {
54
httpd := WindowsImage{
55
- BaseImage: "k8sprow.azurecr.io/kubernetes-e2e-test-images/httpd",
+ BaseImage: "registry.k8s.io/e2e-test-images/httpd",
56
Tags: map[OSVersion]string{
57
LTSC2019: "2.4.39-alpine",
58
},
0 commit comments