podman/contrib/pkginstaller
Christophe Fergeau 58b5ae22e1 Update mac installer to latest gvproxy release
This brings DNS improvements/bug fixes, and docker.internal DNS entries.

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
2023-09-28 14:52:04 +02:00
..
Resources Add support for building macOS pkg installer 2022-07-26 21:05:17 +05:30
scripts macos pkginstaller: do not fail when podman-mac-helper fails 2023-03-24 16:05:56 +01:00
.gitignore Add support for building macOS pkg installer 2022-07-26 21:05:17 +05:30
Distribution.in Add support for building macOS pkg installer 2022-07-26 21:05:17 +05:30
hvf.entitlements pkginstaller: sign qemu-system-* binary for the pkg 2022-08-03 21:20:10 +05:30
Makefile Update mac installer to latest gvproxy release 2023-09-28 14:52:04 +02:00
package.sh macos: pkg: Use -arm64 suffix instead of -aarch64 2022-11-29 11:18:21 +01:00
README.md pkginstaller: use correct GOARCH while building podman binaries 2022-08-04 16:54:11 +05:30
welcome.html.in Add support for building macOS pkg installer 2022-07-26 21:05:17 +05:30

How to build

$ make ARCH=<amd64 | aarch64> NO_CODESIGN=1 pkginstaller

# or to create signed pkg
$ make ARCH=<amd64 | aarch64> CODESIGN_IDENTITY=<ID> PRODUCTSIGN_IDENTITY=<ID> pkginstaller

# or to prepare a signed and notarized pkg for release
$ make ARCH=<amd64 | aarch64> 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, qemu, gvproxy and podman-mac-helper to /opt/podman

The qemu build it uses is from containers/podman-machine-qemu

Uninstalling

$ sudo rm -rf /opt/podman

Screenshot

screenshot-macOS-pkg-podman