This PR adds the man1 pages to the mac installer. It also sticks a small configuration file into /usr/local/etc/man.d that allows macos and the man binary to look for the podman pages in /opt/podman/docs/man. Fixes #24756 Signed-off-by: Brent Baude <bbaude@redhat.com> |
||
|---|---|---|
| .. | ||
| Resources | ||
| scripts | ||
| .gitignore | ||
| Distribution.in | ||
| Makefile | ||
| README.md | ||
| krunkit.entitlements | ||
| package.sh | ||
| vfkit.entitlements | ||
| welcome.html.in | ||
README.md
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