https://github.com/backplane/open-webui-mirror
Automated (unofficial) Docker Hub mirror of tagged images on open-webui's GHCR repo
https://github.com/backplane/open-webui-mirror
ai llm ollama ollama-gui open-webui
Last synced: 5 months ago
JSON representation
Automated (unofficial) Docker Hub mirror of tagged images on open-webui's GHCR repo
- Host: GitHub
- URL: https://github.com/backplane/open-webui-mirror
- Owner: backplane
- License: mit
- Created: 2024-05-07T11:40:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-20T08:50:30.000Z (10 months ago)
- Last Synced: 2025-08-20T10:34:36.498Z (10 months ago)
- Topics: ai, llm, ollama, ollama-gui, open-webui
- Language: Dockerfile
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# open-webui mirror
Repo | URL
----------------------------------- | --------------------------------------------------------------------
`open-webui` GitHub Repo |
`open-webui` GHCR Repo |
`open-webui` Docker Hub Repo |
`open-webui-mirror` GitHub Repo |
This repo mirrors the Docker images published on the [open-webui project](https://github.com/open-webui/open-webui)'s GitHub Container Registry [repo](https://github.com/open-webui/open-webui/pkgs/container/open-webui) onto Docker Hub.
## Notes
* **This unofficial mirror project is not affiliated with the `open-webui` project** and the only purpose of the mirror is to enable pulling their images without being logged into GHCR.
* Every day the most recent ([semver](https://semver.org/)) tag is automatically fetched from and images corresponding to that tag are mirrored to Docker Hub - even if there were no updates in the last 24 hours
* When a semver tag is mirrored from upstream, we create separate "major", "minor", and "patch" -level docker tags from it.
* All three variants are mirrored: `main` (no suffix), `ollama`, and `cuda`
* Both the `linux/arm64` and `linux/amd64` architectures are mirrored for each variant.
* The list of mirrored image tags can be found here:
## Examples
### pulling a major version tag
```
docker pull backplane/open-webui:0
docker pull backplane/open-webui:0-cuda
docker pull backplane/open-webui:0-ollama
```
### pulling a minor version tag
```
docker pull backplane/open-webui:0.1
docker pull backplane/open-webui:0.1-cuda
docker pull backplane/open-webui:0.1-ollama
```
### pulling a specific patch version
```
docker pull backplane/open-webui:0.1.123
docker pull backplane/open-webui:0.1.123-cuda
docker pull backplane/open-webui:0.1.123-ollama
```