Skip to content
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

No such image (homeassistant/qemux86-64-homeassistant:0.105.3) when updating #31839

Closed
bjorne opened this issue Feb 14, 2020 · 5 comments
Closed

Comments

@bjorne
Copy link

bjorne commented Feb 14, 2020

The problem

Trying to update HA via Hass.io dashboard. It fails and logs include:

No such image: homeassistant/qemux86-64-homeassistant:0.105.3

Oddly enough, the image does exist on Docker hub. Is Hass.io using another repo?

I've tried multiple times. Possible duplicate of #31507.

Disk space should be enough (and the log mentions a 404):

core-ssh:~# df -h | head -n2
Filesystem                Size      Used Available Use% Mounted on
overlay                   5.2G      4.2G    751.6M  85% /

Environment

Hassio virtualized in qemu, supervisor version 200, HA version 0.103

Traceback/Error logs

20-02-14 21:24:59 INFO (SyncWorker_9) [hassio.docker.interface] Update image homeassistant/qemux86-64-homeassistant:0.103.0 to homeassistant/qemux86-64-homeassistant:0.105.3
20-02-14 21:24:59 INFO (SyncWorker_9) [hassio.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.105.3.
20-02-14 21:26:08 ERROR (SyncWorker_9) [hassio.docker.interface] Can't install homeassistant/qemux86-64-homeassistant:0.105.3 -> 404 Client Error: Not Found ("no such image: homeassistant/qemux86-64-homeassistant:0.105.3: No such image: homeassistant/qemux86-64-homeassistant:0.105.3").

Additional information

@bjorne
Copy link
Author

bjorne commented Feb 14, 2020

Turned out it was probably related to insufficient disk space after all, since when I freed up some more it went through. Maybe the error can be handled or message improved?

@frenck
Copy link
Member

frenck commented Feb 15, 2020

751M is indeed not enough, the compressed image is around 350~ which has to be uncompressed, so that adds about at least another twice 350~.

Looking at your disk, 6Gb, that is really on the low side, we recommend at least 32Gb.

The error message you are seeing is from Docker and is documented. At this point, there is not much we can do. Nevertheless, I'm happy you've got your problem resolved! 👍

@frenck frenck closed this as completed Feb 15, 2020
@GeoffAtHome
Copy link
Contributor

I am seeing a similar problem. I have checked that I have sufficient disk space:

20-03-21 08:51:27 INFO (MainThread) [supervisor.homeassistant] Update Home Assistant to version 0.107.3
20-03-21 08:51:27 INFO (SyncWorker_4) [supervisor.docker.interface] Update image homeassistant/qemux86-64-homeassistant:0.107.1 to homeassistant/qemux86-64-homeassistant:0.107.3
20-03-21 08:51:27 INFO (SyncWorker_4) [supervisor.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.107.3.
20-03-21 08:53:18 ERROR (SyncWorker_4) [supervisor.docker.interface] Can't install homeassistant/qemux86-64-homeassistant:0.107.3 -> 404 Client Error: Not Found ("no such image: homeassistant/qemux86-64-homeassistant:0.107.3: No such image: homeassistant/qemux86-64-homeassistant:0.107.3").
20-03-21 08:53:18 WARNING (MainThread) [supervisor.homeassistant] Update Home Assistant image fails

Not sure what to try next...

Copy link
Member

frenck commented Mar 21, 2020

@GeoffAtHome Please don't dig up older issues, instead create a new one.

That said, a 404 is, in general, indicating there is not enough disk space free to complete the operation. Make sure you have enough disk space free.

@GeoffAtHome
Copy link
Contributor

OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants