mirror of https://github.com/containers/podman.git
we are having second thoughts about *requiring* a policy.json on podman machine hosts. we are concerned that we need to work out some more use cases to be sure we do not make choices now that limit us in the near term future. for example, should the policy files be the same for container images and machine images? And should one live on the host machine and the other live in the machine? therefore, if a policy.json *is* present in the correct location, we will use and honor it; however, if it does not, we will allow the machine image to be pulled without a policy. Signed-off-by: Brent Baude <baude@redhat.com> Co-authored-by: Paul Holzinger <45212748+Luap99@users.noreply.github.com> Signed-off-by: Brent Baude <bbaude@redhat.com> |
||
---|---|---|
.. | ||
podman-msihooks | ||
resources | ||
README.md | ||
build-burn.bat | ||
build-hooks.bat | ||
build-msi.bat | ||
build.ps1 | ||
burn.wxs | ||
check.ps1 | ||
podman-theme.wxl | ||
podman-theme.xml | ||
podman-ui.wxs | ||
podman.wxs | ||
process-release.ps1 | ||
welcome-install-dlg.wxs |
README.md
Windows Installer Build
Requirements
- Win 10+
- Golang
- MingW
- Dotnet SDK (if AzureSignTool)
- AzureSignTool (optional)
- WiX Toolset
Usage
.\build.ps1 <version> [prod|dev] [release_dir]
One off build (-dev output (default), unsigned (default))
.\build.ps1 4.2.0
Build with a pre-downloaded win release zip in my-download dir
.\build.ps1 4.2.0 dev my-download