From 9a820b480a63f7453512622bc053264c6f1c34fb Mon Sep 17 00:00:00 2001 From: Anjan Nath Date: Wed, 8 Jun 2022 14:38:20 +0530 Subject: Add support for building macOS pkg installer 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 --- contrib/pkginstaller/Resources/banner.png | Bin 0 -> 50381 bytes contrib/pkginstaller/Resources/conclusion.html | 13 +++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 contrib/pkginstaller/Resources/banner.png create mode 100644 contrib/pkginstaller/Resources/conclusion.html (limited to 'contrib/pkginstaller/Resources') diff --git a/contrib/pkginstaller/Resources/banner.png b/contrib/pkginstaller/Resources/banner.png new file mode 100644 index 000000000..7db751341 Binary files /dev/null and b/contrib/pkginstaller/Resources/banner.png differ diff --git a/contrib/pkginstaller/Resources/conclusion.html b/contrib/pkginstaller/Resources/conclusion.html new file mode 100644 index 000000000..c442e4ebf --- /dev/null +++ b/contrib/pkginstaller/Resources/conclusion.html @@ -0,0 +1,13 @@ + + + + + + +
+
+

Thanks for installing Podman!

+

You can now start using the 'podman' command. First run 'podman machine init'.

+
+ + -- cgit v1.2.3-54-g00ecf