[GH-ISSUE #9215] Support OCI Registry - pull/push with Auth #6005

Open
opened 2026-04-12 17:21:16 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @bupd on GitHub (Feb 19, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/9215

Summary

The current issue stems from an improper implementation of the OCI-Spec, which prevents successful interactions (pull/push) with private OCI Registries. This issue affects the authentication process needed to securely access and manage models within these registries.

Proposed Solution:

  • Improve the implementation of the OCI-Spec.
    • This includes addressing how Ollama authenticates and interfaces with OCI-compliant registries during model pull and push operations.

Note

If you are interested in tackling this issue, feel free to jump in. I will likely work on it in the near future, but any contributions are welcome!

Originally created by @bupd on GitHub (Feb 19, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/9215 ## Summary The current issue stems from an improper implementation of the [OCI-Spec](https://github.com/opencontainers/distribution-spec), which prevents successful interactions (pull/push) with private OCI Registries. This issue affects the authentication process needed to securely access and manage models within these registries. ## Related Issues: - #7244 - #2745 ## Proposed Solution: - Improve the implementation of the OCI-Spec. - This includes addressing how Ollama authenticates and interfaces with OCI-compliant registries during model pull and push operations. ## Note If you are interested in tackling this issue, feel free to jump in. I will likely work on it in the near future, but any contributions are welcome!
GiteaMirror added the feature request label 2026-04-12 17:21:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#6005