From 48c67f2aa0a0c2551c8b478c2c041c2086670a46 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Tue, 8 Aug 2023 14:23:49 -0500 Subject: [PATCH] change default machine image for windows wsl no longer uses this field and for windows using hyperv, it should be set to "testing" like all other providers that use fcos as a base machine image. Signed-off-by: Brent Baude --- pkg/config/default_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/default_windows.go b/pkg/config/default_windows.go index c79bc7008..f7ff5b143 100644 --- a/pkg/config/default_windows.go +++ b/pkg/config/default_windows.go @@ -5,7 +5,7 @@ import "os" // getDefaultImage returns the default machine image stream // On Windows this refers to the Fedora major release number func getDefaultMachineImage() string { - return "35" + return "testing" } // getDefaultMachineUser returns the user to use for rootless podman