Ollama update fails aug 10 2026

This is from the Home-assistant supervisor logs 2026-08-11 15:58:24.991 ERROR (MainThread) [supervisor.docker.interface] Can’t install docker.io/ollama/ollama:0.32.7: [404] manifest for ollama/ollama:0.32.7 not found: manifest unknown: manifest unknown 2026-08-11 15:58:24.992 ERROR (MainThread) [supervisor.apps.app] Could not pull image to update app 76e18fb5_ollama: Can’t install docker.io/ollama/ollama:0.32.7: [404] manifest for ollama/ollama:0.32.7 not found: manifest unknown: manifest unknown

The error occurs because the Docker image tag ollama/ollama:0.32.7 does not exist on Docker Hub (manifest unknown / 404).

Home Assistant Supervisor (via the Ollama app/addon, typically SirUli’s homeassistant-ollama-addon) is trying to pull docker.io/ollama/ollama:0.32.7 during an update. That exact tag was never published.What’s going on

  • Ollama released v0.32.7 on GitHub (around Aug 10, 2026).
  • The official Docker Hub repository (ollama/ollama) has tags such as:
    • 0.32.6 / 0.32.6-rocm (and older)
    • latest (currently pointing to the 0.32.6 series)
    • 0.32.8-rc0, 0.32.8-rocm (and related RC tags)
  • There is no 0.32.7 (or 0.32.7-rocm) tag on Docker Hub. The Docker image build/push for that version appears to have been skipped or failed.

The addon’s dependency update (visible in its v2.2.5 release notes) advanced the version pin to 0.32.7 before the corresponding Docker image was available.

2 web pages