An open API service indexing awesome lists of open source software.

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

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
```