Raptor Computing Systems Community Forums (BETA)
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
RCS Forums now online!
Home
Help
Search
Login
Register
Raptor Computing Systems Community Forums (BETA)
»
Software
»
Applications and Porting
»
[DEV] Docker deb package for Debian buster (resolved)
« previous
next »
Print
Pages: [
1
]
Author
Topic: [DEV] Docker deb package for Debian buster (resolved) (Read 3175 times)
tle
Sr. Member
Posts: 463
Karma: +53/-0
[DEV] Docker deb package for Debian buster (resolved)
«
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
«
Last Edit: May 09, 2020, 04:03:50 am by tle
»
Logged
Faithful Linux enthusiast
My Raptor Blackbird
pocock
Sr. Member
Posts: 296
Karma: +32/-0
Re: [DEV] Docker deb package for Debian buster (resolved)
«
Reply #1 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§ion=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?
Logged
Debian Developer
https://danielpocock.com
Print
Pages: [
1
]
« previous
next »
Raptor Computing Systems Community Forums (BETA)
»
Software
»
Applications and Porting
»
[DEV] Docker deb package for Debian buster (resolved)