Docker Image not found (homeassistant/qemux86-64-homeassistant:0.98.0)
See original GitHub issueHi there
while updating to 0.98.0 I receive the messages:
19-08-29 13:11:15 INFO (MainThread) [hassio.homeassistant] Updated Home Assistant API token
19-08-29 13:11:27 INFO (MainThread) [hassio.homeassistant] Update Home Assistant to version 0.98.0
19-08-29 13:11:27 INFO (SyncWorker_1) [hassio.docker.interface] Update image homeassistant/qemux86-64-homeassistant:0.97.2 to homeassistant/qemux86-64-homeassistant:0.98.0
19-08-29 13:11:27 INFO (SyncWorker_1) [hassio.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.98.0.
19-08-29 13:13:11 ERROR (SyncWorker_1) [hassio.docker.interface] Can't install homeassistant/qemux86-64-homeassistant:0.98.0 -> 404 Client Error: Not Found ("no such image: homeassistant/qemux86-64-homeassistant:0.98.0: No such image: homeassistant/qemux86-64-homeassistant:0.98.0").
19-08-29 13:13:11 WARNING (MainThread) [hassio.homeassistant] Update Home Assistant image fails
19-08-29 13:13:11 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished coro=<process_lock.<locals>.wrap_api() done, defined at /usr/src/hassio/hassio/utils/__init__.py:20> exception=HomeAssistantUpdateError()>
Traceback (most recent call last):
File "/usr/src/hassio/hassio/utils/__init__.py", line 29, in wrap_api
return await method(api, *args, **kwargs)
File "/usr/src/hassio/hassio/homeassistant.py", line 335, in update
raise HomeAssistantUpdateError()
hassio.exceptions.HomeAssistantUpdateError
Which is strange, because
- HA finds the version json (so internet access is established)
- I can lookup the docker repo on my ha host (official VHDX deployment),
- pull the image from another machine
Update to 0.97.2 with supervisor 179 worked.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
docker images
If you specify REPOSITORY but no TAG , the docker images command lists all images in the given repository. For example, to list...
Read more >docker image ls
docker image ls: List images. ... --all , -a, Show all images (default hides intermediate images) ... --no-trunc, Don't truncate output.
Read more >Run your image as a container
Learn how to run the image as a container. ... When you run this command, you'll notice that you were not returned to...
Read more >docker tag
docker tag: An image name is made up of slash-separated name components, ... If not present, the command uses Docker's public registry located...
Read more >docker image prune
docker image prune: Remove all dangling images. If `-a` is specified, will also remove all images not referenced by any container.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
nope, just straight forward through GUI and through SSH. Both methods didn’t work. After the repair, both worked.
@HunterDG Please don’t dig up old issues. This one has been closed for months. Instead, create a new issue.
Furthermore, the openings post of this issue shows a stack trace as part of the problem, your logs do not and is most likely not even the issue or related.
In 99% of the case where a 404 is thrown, it means you are low on disk space. It needs enough space to be able to download, extract and install it next to the current running installation.
If it is still an issue after checking that, please file a new issue.
Thanks 👍