diff options
author | Anjan Nath <kaludios@gmail.com> | 2022-06-08 14:38:20 +0530 |
---|---|---|
committer | Ashley Cui <acui@redhat.com> | 2022-08-04 09:44:36 -0400 |
commit | 9a820b480a63f7453512622bc053264c6f1c34fb (patch) | |
tree | 789aefe78673f8e3788b43926bdad9ce51c2c737 /contrib/pkginstaller/Resources | |
parent | 49ae6cfed67dbc38408c85b3be52af69fa8f031d (diff) | |
download | podman-9a820b480a63f7453512622bc053264c6f1c34fb.tar.gz podman-9a820b480a63f7453512622bc053264c6f1c34fb.tar.bz2 podman-9a820b480a63f7453512622bc053264c6f1c34fb.zip |
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 <kaludios@gmail.com>
Diffstat (limited to 'contrib/pkginstaller/Resources')
-rw-r--r-- | contrib/pkginstaller/Resources/banner.png | bin | 0 -> 50381 bytes | |||
-rw-r--r-- | contrib/pkginstaller/Resources/conclusion.html | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/contrib/pkginstaller/Resources/banner.png b/contrib/pkginstaller/Resources/banner.png Binary files differnew file mode 100644 index 000000000..7db751341 --- /dev/null +++ b/contrib/pkginstaller/Resources/banner.png 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 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"/> +</head> +<body> +<div align="left" style="font-family: Helvetica; padding-left: 10px;"> + <br/> + <p style="color: #020202; font-size: 12px;">Thanks for installing Podman!</p> + <p style="color: #020202; font-size: 12px;">You can now start using the 'podman' command. First run 'podman machine init'</b>.</p> +</div> +</body> +</html> |