containers/ramalama

Explore replacing python3 ollama puller with "podman artifact pull"

Open

#1.112 geöffnet am 3. Apr. 2025

Auf GitHub ansehen
 (17 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (341 Forks)github user discovery
good first issuestale-issue

Repository-Metriken

Stars
 (2.873 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

We wrote an ollama puller from scratch in python3, it's like 2 http requests. But the final request is like a "podman artifact pull", explore if we can replace this pull with "podman artifact pull"

Potential benefits:

  • pushing Ollama artifact to OCI registry without conversion steps
  • we can take advantage of authentication code in podman and in general the great compatibility podman has with many types of OCI registries

Contributor Guide