[PR #582] [MERGED] feat: Add netcat to Dockerfile for healthcheck #7182

Closed
opened 2025-11-11 17:19:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/582
Author: @Trimutex
Created: 1/26/2024
Status: Merged
Merged: 1/29/2024
Merged by: @tjbck

Base: mainHead: main


📝 Commits (2)

  • 0d27d8f add netcat to Dockerfile
  • 4f5d061 Merge branch 'ollama-webui:main' into main

📊 Changes

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

View changed files

📝 Dockerfile (+3 -3)

📄 Description

Adds the netcat-openbsd package while building the image to allow creating a healthcheck.

I couldn't find anything related to Docker's healthcheck implemented. Ollama has commits to use curl and I'm not sure if there's any advantage to use it for healthcheck instead.


🔄 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/open-webui/open-webui/pull/582 **Author:** [@Trimutex](https://github.com/Trimutex) **Created:** 1/26/2024 **Status:** ✅ Merged **Merged:** 1/29/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`0d27d8f`](https://github.com/open-webui/open-webui/commit/0d27d8f3623d8b02f09a8b2af86689aa7f8ce7ee) add netcat to Dockerfile - [`4f5d061`](https://github.com/open-webui/open-webui/commit/4f5d06143c97ddfe5a69c9724a76375b89aab30b) Merge branch 'ollama-webui:main' into main ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+3 -3) </details> ### 📄 Description Adds the netcat-openbsd package while building the image to allow creating a healthcheck. I couldn't find anything related to Docker's healthcheck implemented. Ollama has commits to use curl and I'm not sure if there's any advantage to use it for healthcheck instead. --- <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 2025-11-11 17:19:27 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7182