Raptor Computing Systems Community Forums (BETA)

Software => Applications and Porting => Topic started by: tle on April 05, 2020, 06:44:29 am

Title: [DEV] Docker deb package for Debian buster (resolved)
Post by: tle on April 05, 2020, 06:44:29 am
I've been looking around for the Docker CE (ppc64le) binary for Debian buster. Docker does not offer ppc64le package for Debian (source: https://docs.docker.com/install/linux/docker-ce/debian/)

The only source I could find is this post from IBM https://developer.ibm.com/linuxonpower/docker-on-power/ which has links to Unicamp repository. Unfortunately that repo has old version.

Wondering if anyone know of a maintained repo with up-to-date Docker CE packages?

UPDATE: AFAIK there is no official packages from K8S or Debian, however the new K8S comes witth kubepkg tooling which could be used to build debian packages. Here is the link to built DEB packages https://github.com/runlevel5/kubernetes-packages

Much thanks in advance
Title: Re: [DEV] Docker deb package for Debian buster (resolved)
Post by: pocock on June 10, 2020, 09:46:11 am

This is a little bit confusing in Debian and Docker

A search for a package with the exact name docker finds this:

https://packages.qa.debian.org/docker

Searching for any package including the name docker finds a lot more, including the docker.io package which is more recent:

https://packages.debian.org/search?keywords=docker&searchon=names&suite=stable&section=all

https://tracker.debian.org/pkg/docker.io

They wrote that it is not supported on anything except amd64 but they don't explicitly write that it won't work

Here it says the compile succeeded for ppc64el but not on other ppc variants:

https://buildd.debian.org/status/package.php?p=docker.io

Does anybody know what "not supported" means in this context?