mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

podman.msi GUI has a radio-button to select WSL or Hyper-V The checkbox in podman.msi GUI allow the user to specify if the machine provider installation (WSL or Hyper-V) should be part of podman installation or not. podman-setup.exe supports 2 new variables: MachineProvider (valid values are `wsl` and `hyperv`) and HyperVCheckbox (valid values are `0` and `1`) Installation creates the configuration file `99-podman-machine-provider.conf` under folder `%APPDATA\containers\containers.conf.d` with the selected machine provider Cirrus CI `win_installer_task` tests the installation with both `hyperv` and `wsl` and verifies the configuration. Uninstallation is tested too. Note that podman-setup.exe GUI doesn't allow to choose the provider yet. See https://github.com/containers/podman/issues/22492 Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
57 lines
1014 B
Plaintext
57 lines
1014 B
Plaintext
/.artifacts/
|
|
/bin/
|
|
/brew
|
|
/build/
|
|
/conmon/
|
|
contrib/spec/podman.spec
|
|
contrib/systemd/*/*.service
|
|
*.coverprofile
|
|
coverprofile
|
|
/.coverage
|
|
/docs/*.[158]
|
|
/docs/*.[158].gz
|
|
/docs/build/
|
|
/docs/remote
|
|
**.DS_Store
|
|
.gopathok
|
|
.idea*
|
|
*.mo
|
|
.nfs*
|
|
*.o
|
|
*.orig
|
|
/_output/
|
|
/podman_tmp_*
|
|
/pause/pause.o
|
|
pkg/api/swagger.yaml
|
|
/podman-remote*.zip
|
|
/podman*.tar.gz
|
|
/podman-*.msi
|
|
__pycache__
|
|
release.txt
|
|
.ropeproject
|
|
*.rpm
|
|
/test/bin2img/bin2img
|
|
/test/checkseccomp/checkseccomp
|
|
/test/copyimg/copyimg
|
|
/test/goecho/goecho
|
|
/test/version/version
|
|
/test/testvol/testvol
|
|
/test/tools/build
|
|
/test/e2e/ginkgo-node-*
|
|
.vscode*
|
|
tags
|
|
result
|
|
# Necessary to prevent hack/tree-status.sh false-positive
|
|
/*runner_stats.log
|
|
.generate-bindings
|
|
contrib/win-installer/artifacts/
|
|
contrib/win-installer/docs/
|
|
contrib/win-installer/fetch/
|
|
contrib/win-installer/podman.msi
|
|
contrib/win-installer/podman-*setup.exe
|
|
contrib/win-installer/engine.exe
|
|
contrib/win-installer/shasums
|
|
contrib/win-installer/pages.wxs
|
|
contrib/win-installer/*.wixobj
|
|
contrib/win-installer/*.wixpdb
|