podman-tui icon indicating copy to clipboard operation
podman-tui copied to clipboard

Pre-Built Binaries for Easy Installation

Open lesichkovm opened this issue 3 years ago • 4 comments

Is it possible to pre-build the binaries with each new release, so that it can be easily installed just by downloading via curl or wget like below?

wget PODMAN_TUI_RELEASE_URL

Otherwise one has to download the repository, install go, then build the app, which is a bit much

lesichkovm avatar May 08 '22 09:05 lesichkovm

Hi @lesichkovm What is your OS type/distro/version ?

  • For Fedora you can install the packaged version, however the latest release (0.3.1 for podman v4) is only available from FC36. I am planning to build packaged version under Fedora CORP so it will be easy to install and and test unreleased upstream code on FC35,FC36,... (its also possible to use "podman-tui.spec.rpkg" to build RPM package and install)

  • For windows binary, I think we can add the pre-build binary from next release (this feature not available on previous releases).

navidys avatar May 08 '22 10:05 navidys

I was thinking more like having something like this (see example below), where each release gets the binaries built and attached to the release.

Example: https://github.com/mailhog/MailHog/releases/tag/v1.0.1

Then depending on OS the user can download what he needs

lesichkovm avatar May 15 '22 07:05 lesichkovm

A friendly reminder that this issue had no activity for 30 days.

github-actions[bot] avatar Jun 15 '22 00:06 github-actions[bot]

Yeah I tried converting the Fedora RPM to deb but it needs a higher glibc than the 2.31 that comes with bullseye #sad :panda_face:

eMPee584 avatar Aug 21 '22 15:08 eMPee584

Hi @lesichkovm , @eMPee584 static build binaries for Linux, windows and darwin are available from release v0.7.0.

navidys avatar Nov 13 '22 05:11 navidys