[PR #157] [MERGED] allow pushing/pulling to insecure registries #10017

Closed
opened 2026-04-12 22:49:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/157
Author: @pdevine
Created: 7/21/2023
Status: Merged
Merged: 7/21/2023
Merged by: @pdevine

Base: mainHead: insecure-registry


📝 Commits (1)

  • 92e30a6 allow pushing/pulling to insecure registries

📊 Changes

5 files changed (+86 additions, -39 deletions)

View changed files

📝 api/types.go (+2 -0)
📝 cmd/cmd.go (+22 -8)
📝 server/images.go (+42 -26)
📝 server/modelpath.go (+6 -3)
📝 server/routes.go (+14 -2)

📄 Description

This change adds the --insecure flag to the push/pull commands so that you can push and pull models from local registries.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/157 **Author:** [@pdevine](https://github.com/pdevine) **Created:** 7/21/2023 **Status:** ✅ Merged **Merged:** 7/21/2023 **Merged by:** [@pdevine](https://github.com/pdevine) **Base:** `main` ← **Head:** `insecure-registry` --- ### 📝 Commits (1) - [`92e30a6`](https://github.com/ollama/ollama/commit/92e30a62eee2fe05da503494f69ce7826ecb49d5) allow pushing/pulling to insecure registries ### 📊 Changes **5 files changed** (+86 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+2 -0) 📝 `cmd/cmd.go` (+22 -8) 📝 `server/images.go` (+42 -26) 📝 `server/modelpath.go` (+6 -3) 📝 `server/routes.go` (+14 -2) </details> ### 📄 Description This change adds the `--insecure` flag to the push/pull commands so that you can push and pull models from local registries. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-12 22:49:58 -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#10017