-
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
Question: when do new podman releases, like 1.9.2, become available for Ubuntu? #6240
Comments
They should be auto-built by OBS - @lsm5 can you elaborate here? |
Our problem is currently that they are too new, and would prefer having e.g. 1.8.2 instead... |
@afbjorklund so is there a bug in podman-remote? Is it possible to build another way? |
I suppose we can build from source |
There is some kind of limitation in the opensuse platform, so it can only keep one deb version. Was looking for the older packaging, but seems most of it happened in a single commit. |
I have disabled autobuilds for podman atm. Working on getting crun included into OBS after which I'll build podman. RE: older releases, I think I'll go the route of creating OBS subprojects for older releases, so in that case if you need an older release, it would be a matter of adding an additional apt repo and installing the release you like. |
Seems like podman entered debian unstable, so I guess we're gonna soon start recommending that as the go-to build for anyone that requires stability. |
@afbjorklund @lsm5 not sure I follow, so should I be seeing 1.9.2 at https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/ soon or should I get it from a different process/location? |
it's building now. Should be ready in sometime. |
Not installable currently:
Pay attention to the "~1" part of the conmon and containernetworking-plugins package version. |
hmm, let me push an update, thanks for that |
I pushed |
I will try to rebuild 1.8.2~2 from source. Sometimes I miss the .src.rpm.
|
@lsm5 : the package failed to build from source, something about varlink ?
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ override_dh_auto_configure:
ln -s $(BUILDDIR) $(BUILDDIR)/src/$(DH_GOPKG)
override_dh_auto_build:
- $(GO_GENERATE) ./pkg/varlink/...
+ $(GO_GENERATE) ./cmd/podman/varlink/...
$(GO_BUILD) -tags '$(BUILDTAGS)' -ldflags '$(LDFLAGS_PODMAN)' -o bin/podman $(DH_GOPKG)/cmd/podman
$(GO_BUILD) -tags '$(BUILDTAGS) remoteclient' -ldflags '$(LDFLAGS_PODMAN)' -o bin/podman-remote $(DH_GOPKG)/cmd/podman
make docs
Also had to make the pbuilder BUILDHOME writable, for the go cache:
But then I was able to build the stable package for ubuntu focal:
And now |
Was able to find the original files for 1.8.2~2 now, with the working setup. So ignore above https://build.opensuse.org/package/show/devel:kubic:libcontainers:stable/podman?rev=137 |
@lsm5 two questions for you:
Thanks. |
Description
Wondering how frequently new releases get pushed to repositories like kubic for platforms like Ubuntu
https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/
?
The text was updated successfully, but these errors were encountered: