Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp 10.0.0.1:443: connect: network is unreachable

Hi there,

I was trying to update the Mosquitto Addon on Homeassistant OS and I was getting following error:

Error updating Mosquitto broker: Can’t install homeassistant/amd64-addon-mosquitto:6.2.0: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=6.2.0&fromImage=homeassistant%2Famd64-addon-mosquitto&platform=linux%2Famd64: Internal Server Error (“Get “https://registry-1.docker.io/v2/”: dial tcp 10.0.0.1:443: connect: network is unreachable”)

I have look for in the forum and there are some similar error but it looks like is more related to docker connectivity. If I run the command docker login I get following ouput:

Error response from daemon: Get “https://registry-1.docker.io/v2/”: dial tcp 10.0.0.1:443: connect: network is unreachable

I have added already 8.8.8.8 , 8.8.4.4 and 1.1.1.1 dns in case is a problem of dns resolving. The rest of the communication of homeassistant with internet works

I have following installtion at the moment
Home Assistant 2023.3.6
Supervisor 2023.04.0
Operating System 9.5
Frontend 20230309.1 - latest

Thank you very much in advance!