mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-09 23:35:09 -05:00
[PR #582] [MERGED] feat: Add netcat to Dockerfile for healthcheck #7182
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:main📝 Commits (2)
0d27d8fadd netcat to Dockerfile4f5d061Merge 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.