[PR #11241] [CLOSED] with curl installed in final docker build image, #18761

Closed
opened 2026-04-16 06:45:38 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/11241
Author: @AndrewLawrence80
Created: 6/30/2025
Status: Closed

Base: mainHead: andrewlawrence80/dockerfile-with-curl-installed


📝 Commits (1)

  • 97236de with curl installed in final docker build image,

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Dockerfile (+1 -1)

📄 Description

user can perform ollama healthy check using the following config in docker

services:
    ollama:
        # ... image and container config ...
        healthcheck:
            test: curl localhost:11434
            interval: 10s
            timeout: 3s
            retries: 3
            start_period: 30s

🔄 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/11241 **Author:** [@AndrewLawrence80](https://github.com/AndrewLawrence80) **Created:** 6/30/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `andrewlawrence80/dockerfile-with-curl-installed` --- ### 📝 Commits (1) - [`97236de`](https://github.com/ollama/ollama/commit/97236de168c025f837dbcdad84e59eb22a32f4ff) with curl installed in final docker build image, ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -1) </details> ### 📄 Description user can perform ollama healthy check using the following config in docker ```yaml services: ollama: # ... image and container config ... healthcheck: test: curl localhost:11434 interval: 10s timeout: 3s retries: 3 start_period: 30s ``` --- <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-16 06:45:38 -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#18761