Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install podman by itself binares ? #8660

Closed
oldthreefeng opened this issue Dec 9, 2020 · 13 comments
Closed

How to install podman by itself binares ? #8660

oldthreefeng opened this issue Dec 9, 2020 · 13 comments
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@oldthreefeng
Copy link

Is there any official binaries registry for podman?

@Luap99
Copy link
Member

Luap99 commented Dec 9, 2020

Install instructions can be found here: https://podman.io/getting-started/installation

@Luap99 Luap99 closed this as completed Dec 9, 2020
@zhangguanzhang
Copy link
Collaborator

Install instructions can be found here: https://podman.io/getting-started/installation

What he means is to directly copy the relevant binary files for installation without the system's own package management

@mheon
Copy link
Member

mheon commented Dec 10, 2020

It's very difficult to install Podman proper without packages due to the number of binaries involved - Podman, Conmon, the CNI plugins (for root), slirp4netns and fuse-overlayfs (rootless) would be the minimum install.

@oldthreefeng
Copy link
Author

nothing is difficult if you have a great makefile !

@rhatdan
Copy link
Member

rhatdan commented Dec 10, 2020

Don't forget runc/crun for an oci runtime.

@rhatdan
Copy link
Member

rhatdan commented Dec 10, 2020

Sure if you want to suck out about 7 different git repositories and build all of these different tools, then create config for the tool, which usually comes from containers-common.

@zhangguanzhang
Copy link
Collaborator

maybe useful from #8788

@afbjorklund
Copy link
Contributor

Sure if you want to suck out about 7 different git repositories and build all of these different tools, then create config for the tool, which usually comes from containers-common.

This is what cri-o is doing at the moment.

@oldthreefeng
Copy link
Author

@afbjorklund great job!!

@afbjorklund
Copy link
Contributor

great job!!

I'm not super-convinced myself that fully static binaries is the way to go, just pointing out that there are already the Nix binaries...

It also lacks documentation, on how to install and use these static binaries ? I don't think CRI-O is doing a great job of that, either.

Personally, I prefer "sudo yum install podman".

But static binaries comes in handy too, sometimes.

@willzhang
Copy link

i'd like to offline install podman, but it's impossible if i have no apt or yum repo

@rhatdan
Copy link
Member

rhatdan commented Jun 13, 2022

You can build it locally.

@willzhang
Copy link

You can build it locally.

ok , i'd like choose apt or yum , i'm so lazy, lol

@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 20, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

No branches or pull requests

7 participants