-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
No new podman releases in ubuntu ppa #4213
Comments
Didn't mean to sound rude. My apologies. https://gitlab.com/lsm5/rpm-builder/commit/da3aa936697c5171da8ef5261caec4ba8e5bf5f4 Looks like credentials changed and it possibly broke the pipeline. Just a thought. |
|
Launchpad is rejecting the GPG key used to sign the changes and dsc uploads, there's also a build failure for buildah (the ubuntu-specific rebase is failing) |
ya, I probably messed up while changing identities. I'll put this on today's TODO. |
|
🎉 PPA is up-to-date (except for buildah):
|
I guess this can be closed... |
Issue opened for buildah: containers/buildah#1918 |
Podman 1.6.3 not on Ubuntu not built |
I thought that 1.6.3 was not released yet. |
It is semi-released. We have not built packages for Fedora yet. |
It is released, but we're probably not building for Fedora. We're going to get a few more patches landed and make a separate 1.6.4 release specifically for Fedora (to better handle the F31 cgroupsv2 migration, among other things). |
Nevertheless @lsm5 could you please check if the release can make it to ppa? There are definitely some bug fixes I and others can be interested in. |
Having 1.6.3 packaged for non-Fedora distros would finally land the fix for #4318, otherwise we'd have to wait for 1.6.5 (given that 1.6.4 would be a Fedora-specific release). |
1.6.4 will not be a Fedora Specific release. It is a release for anyone who wants to use cgroup V2. |
So other than that is there a reason not to release package for ubuntu
users? I believe the build on ppa is automatic.
…On Thu, Nov 7, 2019, 9:31 AM Daniel J Walsh ***@***.***> wrote:
1.6.4 will not be a Fedora Specific release. It is a release for anyone
who wants to use cgroup V2.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4213>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABWJN3FUU2GDO5HVJYFGEDTQSQYEDANCNFSM4I6GBU2A>
.
|
I think it ought to be autobuilding. |
autobuilding yes, but afaict, it's broken atm, will take a look asap. |
@lsm5 any news on 1.6.3 auto-building? |
@lsm5 it looks like build of bionic failed with |
some upcoming change in setup: #1742 (comment) . So please wait a little longer, apologies about the lag. |
@lsm5 I wanted to get away from the flame war involving Debian guys. I wonder if you can answer a few questions here. Sorry for noob ones. In OBS, I see a successful build of 1.6.3-15 for ubuntu 18.04 but when going to download repo link I don't see the package version there. I see 1.6.3-14. Is it normal? How much of the work is needed to make ubuntu packaging somewhat complete? If Debian guys care more about there distribution maybe you can put out ubuntu ones first. It may be selfish but there is nobody doing work integrating podman and friends with ubuntu from ubuntu community. We are currently rewriting our VoIP platform to get away from rkt and some other non-supported orchestration tools so we are following podman development very closely and packaging helps us to push ahead. So at least we will test and report the bugs if we get ones. |
hey @alitvak69 appreciate your support, both podman use and on the thread! Not sure why the deb package isn't showing up, the buildlogs didn't show anything fishy. I just retriggered the build, let's see how it goes. And sure, I can prioritize ubuntu lts :) |
i can see the deb here https://build.opensuse.org/package/binaries/home:rhcontainerbot:stable/podman/xUbuntu_18.04 .. but there's another issue with containers-common installation, which I'm fixing now .. |
@lsm5 However, it is not showing here: https://download.opensuse.org/repositories/home:/rhcontainerbot:/stable/xUbuntu_18.04/ The download site is how I normally add and use repos in my opensuse and probably same for r other distros. The download repo link shows files dated by November 21st for bionic. I.e. podman 1.6.3-14 and friends. Looking forward to working with you and all libpod team members. |
hmm, beats me. I'll check with OBS people on that.
Btw, do you mean you use the following to add repos (of course, podman isn't installable atm, but this should help for repo addition)
Likewise, thanks again! :) |
Yes this is the link I use. And if you go there and then click on amd64 you will not find latest podman package i.e. 1.6.3-15, just 1.6.3-14. |
Ack yes, I meant if those were the steps you used to install packages, as the steps to enable it weren't obvious on the OBS homepage, but I see what you mean. I'll ping OBS people, but don't think I'll have anything before Monday. |
@lsm5 Any news about 1.6.3-15 in the repo or / and if 1.6.3 becoming installable on bionic? |
hi @alitvak69 , sorry not yet, been involved in some other issues past 2 days, but today I managed to get skopeo and containers-common fixed, so the only pending thing is podman not being installable on 18.04, I'll try another rebuild later today, if it doesn't work, I'll ping OBS folks tomorrow morning. |
sent 1.6.4 to OBS just now, fingers crossed.. |
hmm, seems like skopeo and containers-common are still not available on 18.04 repo (even though built successfully) along with podman. Let me check with OBS people tomorrow morning. Sorry about the delay. |
Thank you for the updates. |
@lsm5 Any news from OBS? So far I see no changes. |
@alitvak69 no response from OBS people on IRC, I'll keep trying. Meanwhile, I've begun sending packages to the testing repo (mostly same as stable repo but will have rc content as well) to see if things are any different. The testing repo is at https://software.opensuse.org//download.html?project=home%3Arhcontainerbot%3Atesting&package=podman Would you mind adding this repo as well and fetching podman from it? Please keep both stable and testing enabled since the latter doesn't have all packages included yet. podman is installable on my env with both repos enabled. NOTE: This is only to get you unblocked immediately, and long term I plan to have everything working on a single repo itself. |
Looks like their website down this morning. |
I tested both repositories and were able to install podman 1.6.4 on ubuntu 18.04. I hope that release propagation can be fixed. They do have bugzilla FWIW |
hey @alitvak69 the testing repo is now self-contained and will have 1.7.0-rc1 in a bit (build complete, waiting to be published, but right now 1.6.4 is installable). Could you please give it a try and report back any issues? |
Testing repo works self-contained, installed 1.7.0-rc1. It would be a good idea to fix stable because some people may stick with stable at some places. Any chance that buildah will make to those repos as well? |
Yes, I'll add buildah and fix stable too. Btw, there's probably more changes upcoming to the repository location. I've been in discussions with @sysrich (thanks to @vrothberg) who maintains podman and other tools for openSUSE's kubic project, and I'll be moving our packages there, hopefully we can have a combined effort to accommodate majority distros and arches. I can update the stable subproject in there and get back to you. Thanks again for helping out with testing! |
Will the project-atomic PPA still be updated or do we have to use a new repo to get the latest podman release on Ubuntu? I'm not entirely sure if the the latest podman releases are already available via a package repository. |
PPA won't be updated anymore. All new stuff going to OBS. The Let me know if any issues.. |
buildah 1.12.0 should be available as well, cri-o coming up.. |
Works perfectly for me. Thank you! |
yup, I'll send a PR today. Thanks for testing this! |
@lsm5 Sorry for bugging you, but could you add seccomp to your tags and push a new build? |
No worries, always a pleasure to help dedicated podman users :) .. I sent 1.6.4~2 to OBS stable repo just now, should be available in an hour or less I guess. |
is there a reason why conmon is not provided in the repo for arm64? |
@Knapoc the OBS build env is messed up for ubuntu on non-x86_64 arches. I'll nag them about it after new years. Happy holidays! |
Dear developers,
Can you please push podman 1.6.1 and all dependencies to ubuntu ppa? I thought it was happening automatically.
Thank you in advance,
The text was updated successfully, but these errors were encountered: