mirror of https://github.com/containers/podman.git
it installs podman and supporting binaries along with qemu to have a functioning podman install using a pkg podman and podman-mac-helper is compiled from source gvproxy binary is downloaded from its github releases and qemu from github release of containers/podman-machine-qemu [NO NEW TESTS NEEDED] Signed-off-by: Anjan Nath <kaludios@gmail.com> |
||
|---|---|---|
| .. | ||
| Resources | ||
| scripts | ||
| .gitignore | ||
| Distribution.in | ||
| Makefile | ||
| README.md | ||
| package.sh | ||
| welcome.html.in | ||
README.md
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
The generated pkg will be written to out/podman-macos-installer-*.pkg.
Currently the pkg installs podman, qemu, gvproxy and podman-mac-helper to /Applications/podman
The qemu build it uses is from containers/podman-machine-qemu
Uninstalling
$ sudo rm -rf /opt/podman
Screenshot