-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 newer version of podman in centos or ubuntu ? #5102
Comments
@lsm5 Please respond? |
CRIU's CI using Podman also fails because it is no longer possible to install Podman from the stable kubic repository. In the podman dependency tree there is the package containers-image but apt says:
|
it worth noting the issue I had created a while ago and was closed is still happening (related) |
i see this issue, working on it... |
Fixed. Leaving the older packaging sources on OBS ended up confusing it so it didn't build anything. I will now rename older packaging source files with a Let me know if the issue still persists. |
CRIU's CI can again install podman on Travis (Ubuntu 18.04). |
@medyagh RE: centos, podman 1.8.0 has been built for centos 7 and 8 but I'm fixing some dependencies for centos8 atm. Will update docs once it's done. |
@lsm5 thank you for such a fast response, I will try later tonight, is the documentaiton up to date ? if i follow line by line will it get me something working on centos ? and is it also fixed on ubuntu ? |
ubuntu works with the current docs. docs for centos7 aren't updated yet, but you can do this as root to install podman:
still working on solving dependency issues for centos8. |
@lsm5 I confirm doing this works on centos 7:
@lsm5 can you plz double check the ubuntu instructions ? last night I tried it on two different ubuntu versions 19.10 and 18.04 on google cloud VMs and they didnt work to install podman if followed instructions from site' is there a way I could install 1.7? |
on debian 10 I could get podman 1.7 1.8 has a bug in it it would be nice to have option to install whatever version u wish or be consistant across all platforms. |
@lsm5 I just tried the ubuntu instructions on the site . /etc/os-release this line gives error : sudo apt-key add - < Release.key |
The instructions mentioned at https://podman.io/getting-started/installation worked for me on ubuntu 19.10. Could you please post the exact error that you see?
I think I can ensure version consistency for all distros, but picking any version you want (I'm told) isn't doable with OBS. |
errr, saw the error comment just now, looking ... |
ah yup, that extra |
@medyagh I'll be removing the podman 1.8.0 rpm from the stable repo and building a new 1.7.0 (assuming it lets me), so, brace for impact |
@medyagh btw, have you reported the bug you found in 1.8 already? Cause 1.8.0 got released just now, and I'd prefer to send that to all distros |
Looks like the initial issue is fixed, closing. |
The centos 8 repo is still not working. I have it enabled and it will not pull the packages when attempting a dnf update. |
The package is definitely there (https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/CentOS_8/x86_64/) but I also fail to install it:
It sees the aarch64 one though. @lsm5 PTAL. |
mind retrying please? Also, see containers/podman.io#201 |
Same issue as before. I am unable to install any items from that repo. |
could you post all the commands you used along with the output messages please? |
Hello, So i followed the instructions, per the website. Here is an output to show you what is available in dnf. [root@bender ~]# cat /etc/yum.repos.d/devel:kubic:libcontainers:stable.repo |
@johnmmcgee did you disable the container-tools module?
|
We're hitting errors installing on Ubuntu again, after having had issues in the past too. We don't have time to waste on these issues. Build infrastructure should just work and not be broken by packages making new releases. @lsm5 and @rhatdan: Please remove references to Ubuntu installs other than Ubuntu upstream, and work with upstream Ubuntu to get podman released more often. We pushed a Podman howto article as part of Vultr's documentation program, and are embarrassed by these breakages. For other's, Podman installs from the podman project instructions has repeatedly caused us headaches: Use podman from upstream Ubuntu repo's or don't bother and stick with docker. Ack, this is purely an issue on Ubuntu, and using podman versions not released by Ubuntu. |
I have been trying to do anything I can to install a newer version of podman ! I thought switching to centos would help !
but I cant get better than 1.4 from the package managers.
whats is the right way of installing latest version of podman on linux the instructipns on the website dont get me more than 1.4
I need that because there is a bug that podman cp , makes a new directory instead of copying files
#3384
I also tried the instructions : Installing development versions of Podman
so I can't find any way to installer a relatively newer version of podman !
The text was updated successfully, but these errors were encountered: