mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
Bump bundled krunkit to 1.1.0. For podman, this release means better I/O performance due to this libkrun version defaulting to a more relaxed disk image sync on macOS, and raising the vCPU limit to the maximum allowed by Hypervisor.framework. Fixes: #27216 Signed-off-by: Sergio Lopez <slp@redhat.com>
How to build
$ make ARCH=<amd64 | aarch64 | universal> NO_CODESIGN=1 pkginstaller
# or to create signed pkg
$ make ARCH=<amd64 | aarch64 | universal> CODESIGN_IDENTITY=<ID> PRODUCTSIGN_IDENTITY=<ID> pkginstaller
# or to prepare a signed and notarized pkg for release
$ make ARCH=<amd64 | aarch64 | universal> CODESIGN_IDENTITY=<ID> PRODUCTSIGN_IDENTITY=<ID> NOTARIZE_USERNAME=<appleID> NOTARIZE_PASSWORD=<appleID-password> NOTARIZE_TEAM=<team-id> notarize
The generated pkg will be written to out/podman-macos-installer-*.pkg.
Currently the pkg installs podman, vfkit, gvproxy and podman-mac-helper to /opt/podman
Uninstalling
$ sudo rm -rf /opt/podman
Screenshot