mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
feat: Could we get a stable version (and tag) for the Docker image? #4289
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?
Originally created by @danielrosehill on GitHub (Mar 6, 2025).
Check Existing Issues
Problem Description
OpenWebUI is terrific and the development cycle is fast. However, as it's good enough to be a day-to-day LLM front-end for many, stability and continuity is also important. Breaking changes can leave users without an LLM frontend that they may rely upon!
Desired Solution you'd like
My ideal situation (running on a VPS) would probably be something like this: stable slow release version of OpenWebUI as my day to day frontend with a preview environment where I can pull latest/dev and see what's coming down the line.
Alternatives Considered
No response
Additional Context
No response
@rgaricano commented on GitHub (Mar 7, 2025):
sorry @danielrosehill but i don't understand where is the problem, why can't you have 2 install of openwebui? or why don't you use your own cloned repo (or create a new branch) and made a docker for your day a day?
(I do something like this but not dockerized, i have a few differents versions on server & laptop...I definitely have to delete some right now!!! )