On Wed, Oct 21, 2020 at 08:10:23PM -0000, thomas.neal(a)hcl.com wrote:
Any update from the OBS admins? I still don't see any ppc64le
builds for Ubuntu 20.04 at
https://build.opensuse.org/package/show/devel:kubic:libcontainers:stable/.... Should I
be watching somewhere else?
They mentioned they would need to provide a specific kernel for it and they
are unable to allocate time for it at the moment.
So, maybe the best option would be to build it from upstream source or you
could use the deb packaging source to build debs locally
or roll your own PPA with it.
The packaging source is at
https://gitlab.com/rhcontainerbot/podman/-/tree/debian
You could clone that branch and just run 'dpkg-buildpackage -us -uc' (assuming
you have all the dependencies and build tools installed), and that will
generate the debs.
Another option (very very untested and perhaps unlikely to work) would be to
follow the instructions for Debian 10 or Debian Testing on your ppc64le
machine. Debian 10 and Testing do have ppc64le packages published.
-------------------------------------------------------------------------------
# Debian Testing
echo 'deb
https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/s...
/' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
curl -L
https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/s...
| sudo apt-key add -
OR
# Debian 10
echo 'deb
https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/s...
/' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
curl -L
https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/s...
| sudo apt-key add -
-------------------------------------------------------------------------------
Hope that helps.
_______________________________________________
Podman mailing list -- podman(a)lists.podman.io
To unsubscribe send an email to podman-leave(a)lists.podman.io
--
Lokesh
IRC, GitHub: lsm5
GPG: 0xC7C3A0DD
https://keybase.io/lsm5