[GH-ISSUE #13039] The Docker image tag ollama:latest does not point to the latest release. #34400

Closed
opened 2026-04-22 17:55:23 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @gakugaku on GitHub (Nov 10, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/13039

Originally assigned to: @dhiltgen on GitHub.

What is the issue?

The latest release on GitHub is v0.12.10,
but on Docker Hub, the latest tag still points to v0.12.4.

GitHub Release: v0.12.10

  • Docker Hub latest: ollama/ollama:latest
    • sha256:e2f0af4a865c61b580cc17a7e2bda3c82083046b74c5a5402ce32a0d84454f9b
  • Docker Hub 0.12.4: ollama/ollama:0.12.4
    • sha256:e2f0af4a865c61b580cc17a7e2bda3c82083046b74c5a5402ce32a0d84454f9b
  • Docker Hub 0.12.10: ollama/ollama:0.12.10
    • sha256:e8c3d1f6ad16323bc40dc63eff0701d4fc32113f75a86b54b3e836eef8290de6

As a result, environments using docker pull ollama/ollama:latest are still running the outdated version (v0.12.4).

Expected Behavior

ollama:latest should point to the latest release (v0.12.10).

Actual Behavior

ollama:latest currently points to v0.12.4.

Relevant log output

$ docker pull ollama/ollama:latest
Digest: sha256:e2f0af4a865c61b580cc17a7e2bda3c82083046b74c5a5402ce32a0d84454f9b

docker run --rm ollama/ollama:latest --version
Warning: client version is 0.12.4

OS

Linux

GPU

Nvidia

CPU

Intel

Ollama version

0.12.4, 0.12.10, latest

Originally created by @gakugaku on GitHub (Nov 10, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/13039 Originally assigned to: @dhiltgen on GitHub. ### What is the issue? The latest release on GitHub is **v0.12.10**, but on Docker Hub, the `latest` tag still points to **v0.12.4**. GitHub Release: [v0.12.10](https://github.com/ollama/ollama/releases/tag/v0.12.10) - Docker Hub latest: [ollama/ollama:latest](https://hub.docker.com/layers/ollama/ollama/latest/images/sha256-420684a88829cafccc6f8874008c549dcefbb4309301fc26f098b08e07e99b41) - sha256:e2f0af4a865c61b580cc17a7e2bda3c82083046b74c5a5402ce32a0d84454f9b - Docker Hub 0.12.4: [ollama/ollama:0.12.4](https://hub.docker.com/layers/ollama/ollama/0.12.4/images/sha256-420684a88829cafccc6f8874008c549dcefbb4309301fc26f098b08e07e99b41) - sha256:e2f0af4a865c61b580cc17a7e2bda3c82083046b74c5a5402ce32a0d84454f9b - Docker Hub 0.12.10: [ollama/ollama:0.12.10](https://hub.docker.com/layers/ollama/ollama/0.12.10/images/sha256-0630d58f727a4fb0239322daf3ff9433fb187ecbd7f8abb79fba043adc4f86c0) - sha256:e8c3d1f6ad16323bc40dc63eff0701d4fc32113f75a86b54b3e836eef8290de6 As a result, environments using `docker pull ollama/ollama:latest` are still running the outdated version (v0.12.4). #### Expected Behavior `ollama:latest` should point to the latest release (v0.12.10). #### Actual Behavior `ollama:latest` currently points to v0.12.4. ### Relevant log output ```shell $ docker pull ollama/ollama:latest Digest: sha256:e2f0af4a865c61b580cc17a7e2bda3c82083046b74c5a5402ce32a0d84454f9b docker run --rm ollama/ollama:latest --version Warning: client version is 0.12.4 ``` ### OS Linux ### GPU Nvidia ### CPU Intel ### Ollama version 0.12.4, 0.12.10, latest
GiteaMirror added the dockerbug labels 2026-04-22 17:55:23 -05:00
Author
Owner

@dhiltgen commented on GitHub (Nov 11, 2025):

Thanks for catching. 0.12.10 is back to latest now.

<!-- gh-comment-id:3514561109 --> @dhiltgen commented on GitHub (Nov 11, 2025): Thanks for catching. 0.12.10 is back to latest now.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#34400