Can't pull any image

Hi everybody,

I’m trying to install a hassio-supervisor for the Raspberry Pi 4:

I’ve done it in the past and wanted to use it again. Of course, I can’t do it now.

  • I installed a new RaspbianOS:
    PRETTY_NAME = "Raspbian GNU / Linux 10 (buster)" NAME = "Raspbian GNU / Linux" VERSION_ID = "10" VERSION = "10 (buster)" VERSION_CODENAME = buster ID = raspbian ID_LIKE = debian HOME_URL = "http://www.raspbian.org/" SUPPORT_URL = "http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL = "http://www.raspbian.org/RaspbianBugs"

  • I installed the latest docker for raspberrypi and downgraded to version 19.03.15 because it is required with the hassio installation package. It didn’t work for me even with version 20

  • He installed all the necessary components and set to work.

In time, I realized that I could not download any container.

pi @ RPi4: ~ $ sudo docker pull hello-world Using default tag: latest Error response from daemon: Get https://registry-1.docker.io/v2/: x509: certificate is valid for bitty-buddy.coxauto-dzcp1-user-control-plane.com, not registry-1.docker. io

pi @ RPi4: ~ $ sudo docker pull node-red Using default tag: latest Error response from daemon: Get https://registry-1.docker.io/v2/: x509: certificate is valid for bitty-buddy.coxauto-dzcp1-user-control-plane.com, not registry-1.docker. io

I tried to fix some bugs that popped up by adding entries to the / etc / hosts file, but I’m currently done.

Note: I think since when there was a failure of WebView, the services on the Internet have been somehow pofidérné.

Please help.

I will be grateful for any suggestions.

I have same exact issue, I was trying to pull portainer on raspberrypi

sudo docker pull portainer/portainer-ce:latest
Error response from daemon: Get https ://registry-1.docker.io/v2/: x509: certificate is valid for bitty-buddy.coxauto-dzcp1-user-control-plane.com, not registry-1.docker.io

Any input would be appreciated,

I’ve experiencing the same issue as you all when trying to login → docker login
Error response from daemon: Get https://registry-1.docker.io/v2/: x509: certificate is valid for bitty-buddy.coxauto-dzcp1-user-control-plane.com

Me too, in Manjaro Linux, 5.9.16-1
docker pull hello-world

Using default tag: latest
Error response from daemon: Get https://registry-1.docker.io/v2/: x509: certificate is valid for bitty-buddy.coxauto-dzcp1-user-control-plane.com, not registry-1.docker.io

Have you tried checking /etc/hosts ? try removing the line containing references to the docker repo. This fixed it for me

ohh Thank you, it works :slight_smile:

How do I do this please?