mirror of
https://github.com/containers/podman.git
synced 2025-12-09 23:27:09 +08:00
enabled hyperv image downloads
now that we have public hypverv fcos artifacts, we can download them instead of requiring a special build. Signed-off-by: Brent Baude <bbaude@redhat.com> [NO NEW TESTS NEEDED]
This commit is contained in:
6
vendor/github.com/containers/common/pkg/config/default_windows.go
generated
vendored
6
vendor/github.com/containers/common/pkg/config/default_windows.go
generated
vendored
@@ -5,12 +5,14 @@ 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
|
||||
// This is only for the hyperv and qemu implementations. WSL's user
|
||||
// will be hardcoded in podman to "user"
|
||||
func getDefaultMachineUser() string {
|
||||
return "user"
|
||||
return "core"
|
||||
}
|
||||
|
||||
// isCgroup2UnifiedMode returns whether we are running in cgroup2 mode.
|
||||
|
||||
Reference in New Issue
Block a user