Skip to content

Conversation

@foxminchan
Copy link
Contributor

Closes #1002

This PR bumps the container image tags for both Ollama and Open WebUI to their latest stable versions.
These updates are required to ensure compatibility with newly released models such as embeddinggemma, DeepSeek-OCR, and other Ollama-provided capabilities.

The change is isolated to the OllamaContainerImageTags class and does not introduce any breaking changes.

Overview of Changes

  • Updated ollama/ollama image tag from the previous version to:
    • ollama/ollama:0.13.0
  • Updated open-webui/open-webui image tag to:
    • open-webui/open-webui:0.6.38

These versions include support for improved model serving, additional embedding models, and expanded tooling needed for local inference scenarios.

PR Checklist

  • Changes are isolated to a version bump
  • No breaking changes
  • XML docs not required (constants only)
  • Rebased on latest main
  • Feature branch used
  • No merge commits

Other Information

The newer Ollama versions add compatibility for updated model families (e.g., Gemma embeddings, DeepSeek OCR models), which allows developers to use these models out-of-the-box when running Aspire-based container setups.

Copilot AI review requested due to automatic review settings November 24, 2025 15:20
@foxminchan
Copy link
Contributor Author

@dotnet-policy-service agree

Copilot finished reviewing on behalf of foxminchan November 24, 2025 15:22
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the container image tags for Ollama and Open WebUI to their latest stable versions, enabling support for newly released models such as embeddinggemma and DeepSeek-OCR.

  • Bumps ollama/ollama from 0.11.8 to 0.13.0
  • Bumps open-webui/open-webui from 0.6.26 to 0.6.38

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

Successfully merging this pull request may close these issues.

Update Ollama and Open WebUI image tags to support new models

2 participants