-
Notifications
You must be signed in to change notification settings - Fork 85
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
Docker CE armhf build not available for Ubuntu Focal Fossa #1035
Comments
I believe, no. Official install guide lists |
I ran into the same problem here. If you look at the file size of "Contents-armhf" is zero bytes and there is no binary directory either. https://download.docker.com/linux/ubuntu/dists/focal/stable/ |
Yeah, I just ran into this when bringing my Odroid-C1 back to life after a few years offline. It'd be a shame to have to revert back to 18.04 after I just did a fresh install to get to 20.04. |
Same issue here, also on a Raspberry Pi 2 |
Same issue for me, on an Odroid-XU4 running Armbian Focal |
Having the same issue. Maybe the armhf build has somehow crashed? Or is docker-ce simply sunsetting armhf support? |
Same issue on my mycloud mirror gen 2 with ubuntu on it |
Yup. Can confirm this on a raspberry pi 2 |
Same issue for me, Amlogic S805 with armbian and cannot install docker with this guide |
I guess we should stop writing "same issue" to prevent spam and just +1 on the issue starter message. |
I was able to get around it by adding 18.04 repository to apt list. Works
perfectly.
…On Tue, Sep 22, 2020 at 1:00 PM Antony ***@***.***> wrote:
I guess we should stop writing "same issue" to prevent spam and just +1 on
the issue starter message.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1035 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANWUIYIJJ3K2FJ22UYIIBUTSHDCYDANCNFSM4NUUIRXA>
.
|
I've used this fine bionic trick since the end of July 2020 and hoped that armhf focal release should comin soon. But yesterday I made stupid apt upgrade of my Armbian focal and bionic docker stopped to start on it but proper docker is not ready yet. :( |
To clarify and expand, using 20.04 is not yet supported by the script as there is no "docker-ce" candidate for "focal" watching the output of the script
the install script does only a few things that can be done manually as follows: Then it updates the apt configuration and tries to pull the docker-ce installation which fails. If you've tried to run the script, then all you need to do is replace the 20.04 identifier 'focal' with the identifier for 18.04 'bionic' in the following command [as root of course, so I'm showing my session and not just the command for a change] :
and watch for the output to change - notice the version:
Now pull down docker-ce:
After this - which we wouldn't see yet if we've only seen the script fail - the script checks Docker by asking the installed version
to which you may see some incomplete information if you are not root -
and the script has advice for this -
I hope this helps! |
But only Ubuntu works on my device...
Am Dienstag, 1. Dezember 2020 schrieb SLAzurin:
… One solution would be to change distro to Debian Buster. It is working for both Raspberry Pi OS and Armbian on armhf arch.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#1035 (comment)
|
I have same issue on RPi 3b with Ubuntu 20.10 groovy. |
I encounter the same issue. Currently I am using the Debian Buster packages, but it would be great to make it work right out of the box. Furthermore, at anytime, an update could break the dependencies, making it not suitable for production use. On this page it said that docker provides packages for Ubuntu on armhf. But only Ubuntu Eoan has packages for armhf architecture, Ubuntu Focal being the latest LTS. It has been 7 months since the issue has been opened, could someone do something about this? |
I have the same problem here, i got 2 raspberry pis, the 3 one with armhf and the 4 one with arm64 I followed the official installation guide for both on 20.04, and ended in not having an available candidate for armhf I checked at the repository references and saw there was one for both arm architectures (hf / 64), but zero bytes on armhf (also on ppc64el) And finally the pool And bingo, there is no pool reference for armhf in official repository, also has been 3 months since first report about this opened |
This is the price to pay when a achieves overwhelming success. edge cases don't get prioritized. It is just one more reason to appreciate the work that the folks at Debian do. It is not easy to maintain (consistently) multiple arch support. Fancy new projects have short attention span once you are outside of the mainstream. |
how I solved: Actually, you can install docker without problem via apt for docker-compose, you need to use PIP
if you have some failed installation of compose run finally From the official doc: DOC
|
Actually, as @rafaelreis-r mentioned, bionic(18.04) version worked well on focal(20.04). We could just make a small change in the installation step. When setting up the remote repo address, formerly we use
where We could just set it to
Then by |
I just installed Ubuntu 20.04 Server on my Raspberry Pi 2b and the output for
curl -fsSL https://get.docker.com | sudo sh
is:Installation went fine on 2 Raspberry Pis 4 with Ubuntu 20.04 Server.
Am I missing something?
The text was updated successfully, but these errors were encountered: