when I tried to update Mosquitto broker, I face this error messge:
Can’t install homeassistant/aarch64-addon-mosquitto:6.1.2: 404 Client Error for http+docker://localhost/v1.41/images/homeassistant/aarch64-addon-mosquitto:6.1.2/json: Not Found (“no such image: homeassistant/aarch64-addon-mosquitto:6.1.2: No such image: homeassistant/aarch64-addon-mosquitto:6.1.2”)
I’m running:
core-2022.5.4
supervisor-2022.05.2
there is no issue with internet connectivity. tried it with ping from ‘ssg & web terminal’ plug in.
So I mean the image definitely exists. But sometimes there can be connectivity issues that prevent pulling it.
Try running ha su repair. That does a lot of cleanup and repulling images (although can’t remember if it does all addon images). If that doesn’t work then you have a couple options:
Uninstalling and reinstalling the addon or restoring from a backup will force an image re-pull
Rebooting the host should as well I believe
If you have set up access to the docker cli, just enter docker pull homeassistant/aarch64-addon-mosquitto:6.1.2
No, it’s not with HA. HA does a docker pull to get images. If doing a docker pull in the cli doesn’t work then there’s no way it’s going to work in HA either.
I would suggest doing a docker system prune as wally recommended.
It turns out my ISP is having issues with cloud flare connection. I switched to another ISP and everything is working like a charm.
the command from CentralCommanddocker pull homeassistant/aarch64-addon-mosquitto:6.1.2 helped me to identify the problem.