ghcr.io/open-webui/open-webui:v0.6.36 linux/amd64

ghcr.io/open-webui/open-webui:v0.6.36 - 国内下载镜像源 浏览次数:13

Open WebUI 是一个可扩展、功能丰富且用户友好的自托管 AI 平台,旨在完全离线运行。它支持各种 LLM 运行器(如Ollama)和与OpenAI 兼容的 API,并内置RAG 推理引擎,使其成为强大的 AI 部署解决方案。

Github开源地址: https://github.com/open-webui/open-webui

Open WebUI 文档地址:  https://docs.openwebui.com/features/

源镜像 ghcr.io/open-webui/open-webui:v0.6.36
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-webui/open-webui:v0.6.36
镜像ID sha256:7914207c6768621c6acc90e6a4ef39bd2b751319fa896eca44a21050784d1654
镜像TAG v0.6.36
大小 4.32GB
镜像源 ghcr.io
CMD bash start.sh
启动入口
工作目录 /app/backend
OS/平台 linux/amd64
浏览量 13 次
贡献者 gh*r@chchma.com
镜像创建 2025-11-06T21:49:19.255570095Z
同步时间 2025-11-07 08:44
更新时间 2025-11-07 11:47
开放端口
8080/tcp
环境变量
PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D PYTHON_VERSION=3.11.14 PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b78 ENV=prod PORT=8080 USE_OLLAMA_DOCKER=false USE_CUDA_DOCKER=false USE_SLIM_DOCKER=false USE_CUDA_DOCKER_VER=cu128 USE_EMBEDDING_MODEL_DOCKER=sentence-transformers/all-MiniLM-L6-v2 USE_RERANKING_MODEL_DOCKER= OLLAMA_BASE_URL=/ollama OPENAI_API_BASE_URL= OPENAI_API_KEY= WEBUI_SECRET_KEY= SCARF_NO_ANALYTICS=true DO_NOT_TRACK=true ANONYMIZED_TELEMETRY=false WHISPER_MODEL=base WHISPER_MODEL_DIR=/app/backend/data/cache/whisper/models RAG_EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2 RAG_RERANKING_MODEL= SENTENCE_TRANSFORMERS_HOME=/app/backend/data/cache/embedding/models TIKTOKEN_ENCODING_NAME=cl100k_base TIKTOKEN_CACHE_DIR=/app/backend/data/cache/tiktoken HF_HOME=/app/backend/data/cache/embedding/models HOME=/root WEBUI_BUILD_VERSION=e0d5de16978786b8a7538adf1efcde5258f38faf DOCKER=true
镜像标签
2025-11-06T21:46:07.493Z: org.opencontainers.image.created User-friendly AI Interface (Supports Ollama, OpenAI API, ...): org.opencontainers.image.description NOASSERTION: org.opencontainers.image.licenses e0d5de16978786b8a7538adf1efcde5258f38faf: org.opencontainers.image.revision https://github.com/open-webui/open-webui: org.opencontainers.image.source open-webui: org.opencontainers.image.title https://github.com/open-webui/open-webui: org.opencontainers.image.url 0.6.36: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-webui/open-webui:v0.6.36
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-webui/open-webui:v0.6.36  ghcr.io/open-webui/open-webui:v0.6.36

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-webui/open-webui:v0.6.36
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-webui/open-webui:v0.6.36  ghcr.io/open-webui/open-webui:v0.6.36

Shell快速替换命令

sed -i 's#ghcr.io/open-webui/open-webui:v0.6.36#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-webui/open-webui:v0.6.36#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-webui/open-webui:v0.6.36 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-webui/open-webui:v0.6.36  ghcr.io/open-webui/open-webui:v0.6.36'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-webui/open-webui:v0.6.36 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-webui/open-webui:v0.6.36  ghcr.io/open-webui/open-webui:v0.6.36'

镜像构建历史


# 2025-11-07 05:49:19  0.00B 设置默认要执行的命令
CMD ["bash" "start.sh"]
                        
# 2025-11-07 05:49:19  0.00B 设置环境变量 DOCKER
ENV DOCKER=true
                        
# 2025-11-07 05:49:19  0.00B 设置环境变量 WEBUI_BUILD_VERSION
ENV WEBUI_BUILD_VERSION=e0d5de16978786b8a7538adf1efcde5258f38faf
                        
# 2025-11-07 05:49:19  0.00B 定义构建参数
ARG BUILD_HASH=e0d5de16978786b8a7538adf1efcde5258f38faf
                        
# 2025-11-07 05:49:19  0.00B 指定运行容器时使用的用户
USER 0:0
                        
# 2025-11-07 05:49:19  0.00B 执行命令并创建新的镜像层
RUN |9 USE_CUDA=false USE_OLLAMA=false USE_CUDA_VER=cu128 USE_SLIM=false USE_PERMISSION_HARDENING=false USE_EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2 USE_RERANKING_MODEL= UID=0 GID=0 /bin/sh -c if [ "$USE_PERMISSION_HARDENING" = "true" ]; then     set -eux;     chgrp -R 0 /app /root || true;     chmod -R g+rwX /app /root || true;     find /app -type d -exec chmod g+s {} + || true;     find /root -type d -exec chmod g+s {} + || true;     fi # buildkit
                        
# 2025-11-07 05:49:19  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail http://localhost:${PORT:-8080}/health | jq -ne 'input.status == true' || exit 1"] "0s" "0s" "0s" "0s" '\x00'}
                        
# 2025-11-07 05:49:19  0.00B 声明容器运行时监听的端口
EXPOSE [8080/tcp]
                        
# 2025-11-07 05:49:19  70.84MB 复制新文件或目录到容器中
COPY --chown=0:0 ./backend . # buildkit
                        
# 2025-11-07 05:49:19  5.02KB 复制新文件或目录到容器中
COPY --chown=0:0 /app/package.json /app/package.json # buildkit
                        
# 2025-11-07 05:49:19  385.50KB 复制新文件或目录到容器中
COPY --chown=0:0 /app/CHANGELOG.md /app/CHANGELOG.md # buildkit
                        
# 2025-11-07 05:49:19  184.10MB 复制新文件或目录到容器中
COPY --chown=0:0 /app/build /app/build # buildkit
                        
# 2025-11-07 02:44:15  0.00B 执行命令并创建新的镜像层
RUN |9 USE_CUDA=false USE_OLLAMA=false USE_CUDA_VER=cu128 USE_SLIM=false USE_PERMISSION_HARDENING=false USE_EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2 USE_RERANKING_MODEL= UID=0 GID=0 /bin/sh -c if [ "$USE_OLLAMA" = "true" ]; then     date +%s > /tmp/ollama_build_hash &&     echo "Cache broken at timestamp: `cat /tmp/ollama_build_hash`" &&     curl -fsSL https://ollama.com/install.sh | sh &&     rm -rf /var/lib/apt/lists/*;     fi # buildkit
                        
# 2025-11-07 02:43:18  2.91GB 执行命令并创建新的镜像层
RUN |9 USE_CUDA=false USE_OLLAMA=false USE_CUDA_VER=cu128 USE_SLIM=false USE_PERMISSION_HARDENING=false USE_EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2 USE_RERANKING_MODEL= UID=0 GID=0 /bin/sh -c pip3 install --no-cache-dir uv &&     if [ "$USE_CUDA" = "true" ]; then     pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/$USE_CUDA_DOCKER_VER --no-cache-dir &&     uv pip install --system -r requirements.txt --no-cache-dir &&     python -c "import os; from sentence_transformers import SentenceTransformer; SentenceTransformer(os.environ['RAG_EMBEDDING_MODEL'], device='cpu')" &&     python -c "import os; from faster_whisper import WhisperModel; WhisperModel(os.environ['WHISPER_MODEL'], device='cpu', compute_type='int8', download_root=os.environ['WHISPER_MODEL_DIR'])";     python -c "import os; import tiktoken; tiktoken.get_encoding(os.environ['TIKTOKEN_ENCODING_NAME'])";     else     pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu --no-cache-dir &&     uv pip install --system -r requirements.txt --no-cache-dir &&     if [ "$USE_SLIM" != "true" ]; then     python -c "import os; from sentence_transformers import SentenceTransformer; SentenceTransformer(os.environ['RAG_EMBEDDING_MODEL'], device='cpu')" &&     python -c "import os; from faster_whisper import WhisperModel; WhisperModel(os.environ['WHISPER_MODEL'], device='cpu', compute_type='int8', download_root=os.environ['WHISPER_MODEL_DIR'])";     python -c "import os; import tiktoken; tiktoken.get_encoding(os.environ['TIKTOKEN_ENCODING_NAME'])";     fi;     fi;     mkdir -p /app/backend/data && chown -R $UID:$GID /app/backend/data/ &&     rm -rf /var/lib/apt/lists/*; # buildkit
                        
# 2025-11-07 02:42:14  2.65KB 复制新文件或目录到容器中
COPY --chown=0:0 ./backend/requirements.txt ./requirements.txt # buildkit
                        
# 2025-11-07 02:42:13  1.02GB 执行命令并创建新的镜像层
RUN |9 USE_CUDA=false USE_OLLAMA=false USE_CUDA_VER=cu128 USE_SLIM=false USE_PERMISSION_HARDENING=false USE_EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2 USE_RERANKING_MODEL= UID=0 GID=0 /bin/sh -c apt-get update &&     apt-get install -y --no-install-recommends     git build-essential pandoc gcc netcat-openbsd curl jq     python3-dev     ffmpeg libsm6 libxext6     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-11-07 02:44:15  0.00B 执行命令并创建新的镜像层
RUN |9 USE_CUDA=false USE_OLLAMA=false USE_CUDA_VER=cu128 USE_SLIM=false USE_PERMISSION_HARDENING=false USE_EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2 USE_RERANKING_MODEL= UID=0 GID=0 /bin/sh -c chown -R $UID:$GID /app $HOME # buildkit
                        
# 2025-11-07 02:41:33  36.00B 执行命令并创建新的镜像层
RUN |9 USE_CUDA=false USE_OLLAMA=false USE_CUDA_VER=cu128 USE_SLIM=false USE_PERMISSION_HARDENING=false USE_EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2 USE_RERANKING_MODEL= UID=0 GID=0 /bin/sh -c echo -n 00000000-0000-0000-0000-000000000000 > $HOME/.cache/chroma/telemetry_user_id # buildkit
                        
# 2025-11-07 02:41:33  0.00B 执行命令并创建新的镜像层
RUN |9 USE_CUDA=false USE_OLLAMA=false USE_CUDA_VER=cu128 USE_SLIM=false USE_PERMISSION_HARDENING=false USE_EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2 USE_RERANKING_MODEL= UID=0 GID=0 /bin/sh -c mkdir -p $HOME/.cache/chroma # buildkit
                        
# 2025-11-07 02:44:15  0.00B 执行命令并创建新的镜像层
RUN |9 USE_CUDA=false USE_OLLAMA=false USE_CUDA_VER=cu128 USE_SLIM=false USE_PERMISSION_HARDENING=false USE_EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2 USE_RERANKING_MODEL= UID=0 GID=0 /bin/sh -c if [ $UID -ne 0 ]; then     if [ $GID -ne 0 ]; then     addgroup --gid $GID app;     fi;     adduser --uid $UID --gid $GID --home $HOME --disabled-password --no-create-home app;     fi # buildkit
                        
# 2025-11-07 02:41:33  0.00B 设置环境变量 HOME
ENV HOME=/root
                        
# 2025-11-07 02:41:33  0.00B 设置工作目录为/app/backend
WORKDIR /app/backend
                        
# 2025-11-07 02:41:33  0.00B 设置环境变量 HF_HOME
ENV HF_HOME=/app/backend/data/cache/embedding/models
                        
# 2025-11-07 02:41:33  0.00B 设置环境变量 TIKTOKEN_ENCODING_NAME TIKTOKEN_CACHE_DIR
ENV TIKTOKEN_ENCODING_NAME=cl100k_base TIKTOKEN_CACHE_DIR=/app/backend/data/cache/tiktoken
                        
# 2025-11-07 02:41:33  0.00B 设置环境变量 RAG_EMBEDDING_MODEL RAG_RERANKING_MODEL SENTENCE_TRANSFORMERS_HOME
ENV RAG_EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2 RAG_RERANKING_MODEL= SENTENCE_TRANSFORMERS_HOME=/app/backend/data/cache/embedding/models
                        
# 2025-11-07 02:41:33  0.00B 设置环境变量 WHISPER_MODEL WHISPER_MODEL_DIR
ENV WHISPER_MODEL=base WHISPER_MODEL_DIR=/app/backend/data/cache/whisper/models
                        
# 2025-11-07 02:41:33  0.00B 设置环境变量 OPENAI_API_KEY WEBUI_SECRET_KEY SCARF_NO_ANALYTICS DO_NOT_TRACK ANONYMIZED_TELEMETRY
ENV OPENAI_API_KEY= WEBUI_SECRET_KEY= SCARF_NO_ANALYTICS=true DO_NOT_TRACK=true ANONYMIZED_TELEMETRY=false
                        
# 2025-11-07 02:41:33  0.00B 设置环境变量 OLLAMA_BASE_URL OPENAI_API_BASE_URL
ENV OLLAMA_BASE_URL=/ollama OPENAI_API_BASE_URL=
                        
# 2025-11-07 02:41:33  0.00B 设置环境变量 ENV PORT USE_OLLAMA_DOCKER USE_CUDA_DOCKER USE_SLIM_DOCKER USE_CUDA_DOCKER_VER USE_EMBEDDING_MODEL_DOCKER USE_RERANKING_MODEL_DOCKER
ENV ENV=prod PORT=8080 USE_OLLAMA_DOCKER=false USE_CUDA_DOCKER=false USE_SLIM_DOCKER=false USE_CUDA_DOCKER_VER=cu128 USE_EMBEDDING_MODEL_DOCKER=sentence-transformers/all-MiniLM-L6-v2 USE_RERANKING_MODEL_DOCKER=
                        
# 2025-11-07 02:41:33  0.00B 定义构建参数
ARG GID=0
                        
# 2025-11-07 02:41:33  0.00B 定义构建参数
ARG UID=0
                        
# 2025-11-07 02:41:33  0.00B 定义构建参数
ARG USE_RERANKING_MODEL=
                        
# 2025-11-07 02:41:33  0.00B 定义构建参数
ARG USE_EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2
                        
# 2025-11-07 02:41:33  0.00B 定义构建参数
ARG USE_PERMISSION_HARDENING=false
                        
# 2025-11-07 02:41:33  0.00B 定义构建参数
ARG USE_SLIM=false
                        
# 2025-11-07 02:41:33  0.00B 定义构建参数
ARG USE_CUDA_VER=cu128
                        
# 2025-11-07 02:41:33  0.00B 定义构建参数
ARG USE_OLLAMA=false
                        
# 2025-11-07 02:41:33  0.00B 定义构建参数
ARG USE_CUDA=false
                        
# 2025-11-04 08:52:57  0.00B 设置默认要执行的命令
CMD ["python3"]
                        
# 2025-11-04 08:52:57  36.00B 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	for src in idle3 pip3 pydoc3 python3 python3-config; do 		dst="$(echo "$src" | tr -d 3)"; 		[ -s "/usr/local/bin/$src" ]; 		[ ! -e "/usr/local/bin/$dst" ]; 		ln -svT "$src" "/usr/local/bin/$dst"; 	done # buildkit
                        
# 2025-11-04 08:52:57  45.49MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 		savedAptMark="$(apt-mark showmanual)"; 	apt-get update; 	apt-get install -y --no-install-recommends 		dpkg-dev 		gcc 		gnupg 		libbluetooth-dev 		libbz2-dev 		libc6-dev 		libdb-dev 		libffi-dev 		libgdbm-dev 		liblzma-dev 		libncursesw5-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tk-dev 		uuid-dev 		wget 		xz-utils 		zlib1g-dev 	; 		wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; 	echo "$PYTHON_SHA256 *python.tar.xz" | sha256sum -c -; 	wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; 	GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; 	gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; 	gpg --batch --verify python.tar.xz.asc python.tar.xz; 	gpgconf --kill all; 	rm -rf "$GNUPGHOME" python.tar.xz.asc; 	mkdir -p /usr/src/python; 	tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; 	rm python.tar.xz; 		cd /usr/src/python; 	gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; 	./configure 		--build="$gnuArch" 		--enable-loadable-sqlite-extensions 		--enable-optimizations 		--enable-option-checking=fatal 		--enable-shared 		$(test "${gnuArch%%-*}" != 'riscv64' && echo '--with-lto') 		--with-ensurepip 	; 	nproc="$(nproc)"; 	EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; 	LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; 	LDFLAGS="${LDFLAGS:--Wl},--strip-all"; 	make -j "$nproc" 		"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" 		"LDFLAGS=${LDFLAGS:-}" 	; 	rm python; 	make -j "$nproc" 		"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" 		"LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" 		python 	; 	make install; 		cd /; 	rm -rf /usr/src/python; 		find /usr/local -depth 		\( 			\( -type d -a \( -name test -o -name tests -o -name idle_test \) \) 			-o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) 		\) -exec rm -rf '{}' + 	; 		ldconfig; 		apt-mark auto '.*' > /dev/null; 	apt-mark manual $savedAptMark; 	find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' 		| awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' 		| sort -u 		| xargs -rt dpkg-query --search 		| awk 'sub(":$", "", $1) { print $1 }' 		| sort -u 		| xargs -r apt-mark manual 	; 	apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; 	rm -rf /var/lib/apt/lists/*; 		export PYTHONDONTWRITEBYTECODE=1; 	python3 --version; 		pip3 install 		--disable-pip-version-check 		--no-cache-dir 		--no-compile 		'setuptools==79.0.1' 		'wheel<0.46' 	; 	pip3 --version # buildkit
                        
# 2025-11-04 08:44:29  0.00B 设置环境变量 PYTHON_SHA256
ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b78
                        
# 2025-11-04 08:44:29  0.00B 设置环境变量 PYTHON_VERSION
ENV PYTHON_VERSION=3.11.14
                        
# 2025-11-04 08:44:29  0.00B 设置环境变量 GPG_KEY
ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
                        
# 2025-11-04 08:44:29  9.25MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	apt-get update; 	apt-get install -y --no-install-recommends 		ca-certificates 		netbase 		tzdata 	; 	rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-11-04 08:44:29  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2025-11-04 08:44:29  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-11-04 04:44:10  74.81MB 
# debian.sh --arch 'amd64' out/ 'bookworm' '@1762202650'
                        
                    

镜像信息

{
    "Id": "sha256:7914207c6768621c6acc90e6a4ef39bd2b751319fa896eca44a21050784d1654",
    "RepoTags": [
        "ghcr.io/open-webui/open-webui:v0.6.36",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-webui/open-webui:v0.6.36"
    ],
    "RepoDigests": [
        "ghcr.io/open-webui/open-webui@sha256:dfe43b30a5474164b1a81e1cce298a6769bb22144f74df556beefee4ccca5394",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-webui/open-webui@sha256:59520f0740ade08469837c25b2583850ffc0c480d8e0fb030f34a84822591ea7"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-11-06T21:49:19.255570095Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "0:0",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8080/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "LANG=C.UTF-8",
            "GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D",
            "PYTHON_VERSION=3.11.14",
            "PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b78",
            "ENV=prod",
            "PORT=8080",
            "USE_OLLAMA_DOCKER=false",
            "USE_CUDA_DOCKER=false",
            "USE_SLIM_DOCKER=false",
            "USE_CUDA_DOCKER_VER=cu128",
            "USE_EMBEDDING_MODEL_DOCKER=sentence-transformers/all-MiniLM-L6-v2",
            "USE_RERANKING_MODEL_DOCKER=",
            "OLLAMA_BASE_URL=/ollama",
            "OPENAI_API_BASE_URL=",
            "OPENAI_API_KEY=",
            "WEBUI_SECRET_KEY=",
            "SCARF_NO_ANALYTICS=true",
            "DO_NOT_TRACK=true",
            "ANONYMIZED_TELEMETRY=false",
            "WHISPER_MODEL=base",
            "WHISPER_MODEL_DIR=/app/backend/data/cache/whisper/models",
            "RAG_EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2",
            "RAG_RERANKING_MODEL=",
            "SENTENCE_TRANSFORMERS_HOME=/app/backend/data/cache/embedding/models",
            "TIKTOKEN_ENCODING_NAME=cl100k_base",
            "TIKTOKEN_CACHE_DIR=/app/backend/data/cache/tiktoken",
            "HF_HOME=/app/backend/data/cache/embedding/models",
            "HOME=/root",
            "WEBUI_BUILD_VERSION=e0d5de16978786b8a7538adf1efcde5258f38faf",
            "DOCKER=true"
        ],
        "Cmd": [
            "bash",
            "start.sh"
        ],
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "curl --silent --fail http://localhost:${PORT:-8080}/health | jq -ne 'input.status == true' || exit 1"
            ]
        },
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app/backend",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-11-06T21:46:07.493Z",
            "org.opencontainers.image.description": "User-friendly AI Interface (Supports Ollama, OpenAI API, ...)",
            "org.opencontainers.image.licenses": "NOASSERTION",
            "org.opencontainers.image.revision": "e0d5de16978786b8a7538adf1efcde5258f38faf",
            "org.opencontainers.image.source": "https://github.com/open-webui/open-webui",
            "org.opencontainers.image.title": "open-webui",
            "org.opencontainers.image.url": "https://github.com/open-webui/open-webui",
            "org.opencontainers.image.version": "0.6.36"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 4315252226,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/a4b840607b2713ab316755c6f1aa12d911a0be154f89462584c30e6d138c5dcd/diff:/var/lib/docker/overlay2/e539093536c69c6c8d5cbbfdd59ae22689140424c630995d7968bdaa900ca577/diff:/var/lib/docker/overlay2/6d027352dcf72607fa940b9aacf08afc2920d701277c195508c47dba9e4e7d82/diff:/var/lib/docker/overlay2/a489aeef9dab33380f0d53165f8e5742aaa01e7c1a121c940569b84b6c78be2f/diff:/var/lib/docker/overlay2/dbe4d77c09632b5c104fba6f1ccfc91610a65d0eb1313e3f09211cd176037130/diff:/var/lib/docker/overlay2/94c5be3b30bfe62bfc09c2f8abd7360d7136f585220f2103905a36354785c254/diff:/var/lib/docker/overlay2/649365f488ed151093fed29a9f64ffd02faeb33b98a0e355ca2338894bac95fd/diff:/var/lib/docker/overlay2/79c7af1b2acbc37550eada0222cda2ba1a7e693ae26848acce3cbdd35b4a1952/diff:/var/lib/docker/overlay2/842b1b1787605c79aaef67718e3bed80a9825ecc919206f1f4694b9db2be288c/diff:/var/lib/docker/overlay2/eb4a58623c0d891a3dbf7a628d5563f77f10945a72598e0cd2e01aa50588c8a1/diff:/var/lib/docker/overlay2/fefc4aebf0951098e1521dedc1d14ead0bab419b48068f55668ec6788edc0022/diff:/var/lib/docker/overlay2/b095a51d385b4c0188681c8461f2d27046149cec9a90c5b815d7691fea7ccf20/diff:/var/lib/docker/overlay2/c1603053592eb907568c5de19f3d1ae04c0c2b0aad97b701244548fd7c410e77/diff:/var/lib/docker/overlay2/04781613a215bfe3dc54d9bf499185797e741d1e4b095f9cfb3142eb1da72e01/diff:/var/lib/docker/overlay2/98a46710b597a620ee00445896396e1d8691212c5362a69429f2bec6cd87c529/diff:/var/lib/docker/overlay2/fab9a9c8ea1548b10cf877ef1d01271a638985c9629570095036a7fb88eab1e6/diff:/var/lib/docker/overlay2/9bc22d3035c137ddeb80e7b284670f870dc838124a115d19424c3add789df79b/diff",
            "MergedDir": "/var/lib/docker/overlay2/ec0e553e3ca757a3ebe7d28969603eaa3f489e5911b0775ec27f9491a64ea403/merged",
            "UpperDir": "/var/lib/docker/overlay2/ec0e553e3ca757a3ebe7d28969603eaa3f489e5911b0775ec27f9491a64ea403/diff",
            "WorkDir": "/var/lib/docker/overlay2/ec0e553e3ca757a3ebe7d28969603eaa3f489e5911b0775ec27f9491a64ea403/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:b512279032aa717092385dda875fffdcd96e4a4ad384225152522ac7bd5340a8",
            "sha256:248f4ae1e66691f97cc25758edc346de4cd81972979768e20fe3fd0490cc35c9",
            "sha256:28185cfc0d959df4d6fa41df7e08c3c54e8cb632fe157310777dfe33228494cf",
            "sha256:644e475842a65d755f1b6fd71eb4ce12c9cc201998a9962ada9adb3a1cd9e858",
            "sha256:0133cdcff684bc1d7a7c1ce59b97c355c0f928588a9a3c8c9af97c6fc8255003",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:156ff9beb55a1570b73b3547ea8db8b9e0364e015543742bf551188ca8acf4c9",
            "sha256:2f9ac9c25547d084cf63d0f62a4e3874baf09d4782e4fbc50e7836a1e7b18b03",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:083d7199df2591ec95b0aedf3a49908888b536a537ec4dca52315d2b2bd1b60a",
            "sha256:3df236fadf0a13491c6d64941756ce6ead169dc24b55df8a53eb4953cd27e212",
            "sha256:c105c4bc15326f4834c13cb17054a8da2bf4103f3cd1aa1616cf731bb5c8f318",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:22b50a8c44def8f9216be2b9ebb661111a53da348b05278facb256012f3b1eb9",
            "sha256:36609ebb584e958b28626a2e172af6b4d0ce93c4878552929c3688d8b1920320",
            "sha256:c508607257bece20b3757572996655e00a197b74a18895e33b61fdb8e3da1d19",
            "sha256:c31d7fa2f699af076250a2e321d58d19f03b36af9fbcd092f7016edd7712b5ba",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-11-07T08:41:31.148817463+08:00"
    }
}

更多版本

ghcr.io/open-webui/open-webui:main

linux/amd64 ghcr.io3.39GB2024-05-17 14:42
12241

ghcr.io/open-webui/open-webui:cuda

linux/amd64 ghcr.io7.88GB2024-06-23 11:57
3762

ghcr.io/open-webui/open-webui:ollama

linux/amd64 ghcr.io4.85GB2024-07-18 17:25
4394

ghcr.io/open-webui/open-webui:v0.3.12

linux/amd64 ghcr.io3.89GB2024-08-14 13:16
1327

ghcr.io/open-webui/open-webui:v0.3.16

linux/amd64 ghcr.io3.90GB2024-08-30 23:26
1082

ghcr.io/open-webui/open-webui:v0.3.21

linux/amd64 ghcr.io3.90GB2024-09-10 16:29
628

ghcr.io/open-webui/open-webui:v0.3.23

linux/amd64 ghcr.io4.14GB2024-09-23 11:18
1267

ghcr.io/open-webui/open-webui:0.3.29

linux/amd64 ghcr.io4.14GB2024-09-25 22:37
393

ghcr.io/open-webui/open-webui:main

linux/arm64 ghcr.io3.56GB2024-09-26 09:04
2033

ghcr.io/open-webui/open-webui:v0.3.30

linux/amd64 ghcr.io4.14GB2024-09-26 10:26
836

ghcr.io/open-webui/open-webui:0.3.32

linux/amd64 ghcr.io4.14GB2024-10-08 23:30
564

ghcr.io/open-webui/open-webui:v0.3.32

linux/arm64 ghcr.io3.56GB2024-10-11 10:54
919

ghcr.io/open-webui/open-webui:v0.2.5

linux/amd64 ghcr.io3.54GB2024-10-12 22:04
579

ghcr.io/open-webui/open-webui:v0.1.125

linux/amd64 ghcr.io3.56GB2024-10-12 22:11
874

ghcr.io/open-webui/open-webui:v0.3.32

linux/amd64 ghcr.io4.14GB2024-10-21 15:07
434

ghcr.io/open-webui/open-webui:0.3.33

linux/amd64 ghcr.io4.20GB2024-10-25 17:24
731

ghcr.io/open-webui/open-webui:v0.3.35

linux/amd64 ghcr.io4.20GB2024-10-27 19:28
1311

ghcr.io/open-webui/open-webui:v0.4.0

linux/amd64 ghcr.io4.21GB2024-11-20 10:04
271

ghcr.io/open-webui/open-webui:v0.4.1

linux/amd64 ghcr.io4.21GB2024-11-20 21:45
305

ghcr.io/open-webui/open-webui:v0.4.2

linux/amd64 ghcr.io4.21GB2024-11-21 09:38
555

ghcr.io/open-webui/open-webui:v0.4.4

linux/amd64 ghcr.io4.22GB2024-11-25 14:54
342

ghcr.io/open-webui/open-webui:v0.4.5

linux/amd64 ghcr.io4.22GB2024-11-26 21:43
538

ghcr.io/open-webui/open-webui:v0.4.6

linux/amd64 ghcr.io4.22GB2024-11-27 16:49
1449

ghcr.io/open-webui/open-webui:v0.4.7

linux/amd64 ghcr.io4.22GB2024-12-01 18:15
1654

ghcr.io/open-webui/open-webui:v0.4.8

linux/amd64 ghcr.io4.22GB2024-12-07 19:47
1036

ghcr.io/open-webui/open-webui:v0.5.0

linux/amd64 ghcr.io4.23GB2024-12-26 08:31
333

ghcr.io/open-webui/open-webui:latest

linux/amd64 ghcr.io4.23GB2024-12-26 15:04
642

ghcr.io/open-webui/open-webui:0.5.1

linux/amd64 ghcr.io4.23GB2024-12-26 19:21
296

ghcr.io/open-webui/open-webui:v0.5.2

linux/amd64 ghcr.io4.23GB2024-12-27 17:01
369

ghcr.io/open-webui/open-webui:v0.3.19

linux/amd64 ghcr.io3.90GB2024-12-31 14:04
383

ghcr.io/open-webui/open-webui:v0.5.3

linux/amd64 ghcr.io4.24GB2025-01-01 09:38
464

ghcr.io/open-webui/open-webui:v0.5.4

linux/amd64 ghcr.io4.23GB2025-01-06 17:37
1136

ghcr.io/open-webui/open-webui:v0.5.6

linux/amd64 ghcr.io4.24GB2025-01-23 10:16
755

ghcr.io/open-webui/open-webui:v0.5.7

linux/amd64 ghcr.io4.24GB2025-01-24 09:50
1042

ghcr.io/open-webui/open-webui:v0.5.9

linux/amd64 ghcr.io4.27GB2025-02-06 02:18
1919

ghcr.io/open-webui/open-webui:0.5.10

linux/arm64 ghcr.io3.77GB2025-02-06 09:13
806

ghcr.io/open-webui/open-webui:v0.5.10

linux/amd64 ghcr.io4.27GB2025-02-06 14:34
510

ghcr.io/open-webui/open-webui:v0.5.10

linux/arm64 ghcr.io3.77GB2025-02-10 16:25
516

ghcr.io/open-webui/open-webui:v0.5.11

linux/amd64 ghcr.io4.33GB2025-02-13 21:12
477

ghcr.io/open-webui/open-webui:v0.5.12

linux/amd64 ghcr.io4.33GB2025-02-14 20:40
959

ghcr.io/open-webui/open-webui:v0.5.13

linux/amd64 ghcr.io4.33GB2025-02-18 14:04
372

ghcr.io/open-webui/open-webui:v0.5.14

linux/amd64 ghcr.io4.33GB2025-02-18 17:01
494

ghcr.io/open-webui/open-webui:v0.5.15

linux/amd64 ghcr.io4.46GB2025-02-20 18:35
408

ghcr.io/open-webui/open-webui:v0.5.16

linux/amd64 ghcr.io4.46GB2025-02-21 15:17
1095

ghcr.io/open-webui/open-webui:0.5.16-cuda

linux/amd64 ghcr.io8.78GB2025-02-22 00:21
490

ghcr.io/open-webui/open-webui:v0.5.18

linux/arm64 ghcr.io3.96GB2025-02-28 17:34
1030

ghcr.io/open-webui/open-webui:v0.5.18

linux/amd64 ghcr.io4.46GB2025-02-28 17:41
630

ghcr.io/open-webui/open-webui:v0.5.19

linux/amd64 ghcr.io4.49GB2025-03-05 14:45
260

ghcr.io/open-webui/open-webui:v0.5.20

linux/amd64 ghcr.io4.49GB2025-03-06 16:21
1200

ghcr.io/open-webui/open-webui:v0.6.0

linux/amd64 ghcr.io4.50GB2025-04-01 20:58
562

ghcr.io/open-webui/open-webui:v0.6.1

linux/amd64 ghcr.io4.49GB2025-04-06 23:37
438

ghcr.io/open-webui/open-webui:v0.6.2

linux/amd64 ghcr.io4.48GB2025-04-07 12:53
889

ghcr.io/open-webui/open-webui:v0.6.4

linux/amd64 ghcr.io4.59GB2025-04-13 21:28
665

ghcr.io/open-webui/open-webui:v0.6.5

linux/amd64 ghcr.io4.59GB2025-04-14 19:39
1487

ghcr.io/open-webui/open-webui:v0.6.6

linux/amd64 ghcr.io4.59GB2025-05-06 06:58
559

ghcr.io/open-webui/open-webui:v0.6.7

linux/amd64 ghcr.io4.59GB2025-05-07 10:09
682

ghcr.io/open-webui/open-webui:v0.6.9

linux/amd64 ghcr.io5.05GB2025-05-11 13:03
1152

ghcr.io/open-webui/open-webui:v0.6.9

linux/arm64 ghcr.io4.56GB2025-05-13 14:18
1300

ghcr.io/open-webui/open-webui:git-56740ab-cuda

linux/amd64 ghcr.io10.63GB2025-05-19 00:37
300

ghcr.io/open-webui/open-webui:v0.6.10

linux/amd64 ghcr.io4.60GB2025-05-19 11:09
676

ghcr.io/open-webui/open-webui:v0.6.11

linux/amd64 ghcr.io4.86GB2025-05-27 10:15
482

ghcr.io/open-webui/open-webui:v0.6.12

linux/amd64 ghcr.io4.86GB2025-05-29 09:29
340

ghcr.io/open-webui/open-webui:v0.6.13

linux/amd64 ghcr.io4.86GB2025-05-30 10:32
703

ghcr.io/open-webui/open-webui:0.6.14

linux/amd64 ghcr.io4.85GB2025-06-11 08:35
575

ghcr.io/open-webui/open-webui:dev-cuda126

linux/amd64 ghcr.io9.45GB2025-06-17 02:15
214

ghcr.io/open-webui/open-webui:git-b6ea043-cuda

linux/amd64 ghcr.io10.78GB2025-06-17 03:46
336

ghcr.io/open-webui/open-webui:0.6.15

linux/amd64 ghcr.io4.84GB2025-06-17 14:36
365

ghcr.io/open-webui/open-webui:v0.6.15

linux/amd64 ghcr.io4.84GB2025-06-17 18:55
525

ghcr.io/open-webui/open-webui:git-3b70841-cuda

linux/amd64 ghcr.io10.78GB2025-06-18 07:02
204

ghcr.io/open-webui/open-webui:v0.6.16

linux/amd64 ghcr.io4.78GB2025-07-15 11:36
404

ghcr.io/open-webui/open-webui:v0.6.18

linux/amd64 ghcr.io4.78GB2025-07-21 10:46
547

ghcr.io/open-webui/open-webui:git-00084c6-cuda

linux/amd64 ghcr.io10.72GB2025-08-04 01:35
179

ghcr.io/open-webui/open-webui:v0.6.21

linux/amd64 ghcr.io4.80GB2025-08-11 13:48
286

ghcr.io/open-webui/open-webui:v0.6.22

linux/amd64 ghcr.io4.80GB2025-08-11 22:12
629

ghcr.io/open-webui/open-webui:0.6.23

linux/amd64 ghcr.io5.57GB2025-08-22 17:33
162

ghcr.io/open-webui/open-webui:0.6.24

linux/amd64 ghcr.io5.57GB2025-08-22 18:58
172

ghcr.io/open-webui/open-webui:v0.6.24

linux/amd64 ghcr.io5.57GB2025-08-22 19:00
174

ghcr.io/open-webui/open-webui:v0.6.25

linux/amd64 ghcr.io5.57GB2025-08-25 21:02
335

ghcr.io/open-webui/open-webui:0.6.25

linux/amd64 ghcr.io5.57GB2025-08-26 16:18
201

ghcr.io/open-webui/open-webui:slim

linux/amd64 ghcr.io10.42GB2025-08-29 04:04
200

ghcr.io/open-webui/open-webui:v0.6.26

linux/amd64 ghcr.io5.57GB2025-08-31 18:48
500

ghcr.io/open-webui/open-webui:v0.6.28

linux/amd64 ghcr.io4.85GB2025-09-13 00:36
280

ghcr.io/open-webui/open-webui:0.6.30

linux/amd64 ghcr.io4.82GB2025-09-18 09:46
216

ghcr.io/open-webui/open-webui:v0.6.30

linux/amd64 ghcr.io4.82GB2025-09-20 17:11
301

ghcr.io/open-webui/open-webui:v0.6.31

linux/amd64 ghcr.io4.83GB2025-09-29 21:47
161

ghcr.io/open-webui/open-webui:v0.6.32

linux/amd64 ghcr.io4.83GB2025-09-29 21:56
188

ghcr.io/open-webui/open-webui:v0.6.33

linux/amd64 ghcr.io4.55GB2025-10-08 12:46
228

ghcr.io/open-webui/open-webui:v0.6.34

linux/amd64 ghcr.io4.55GB2025-10-17 20:03
356

ghcr.io/open-webui/open-webui:v0.6.36

linux/amd64 ghcr.io4.32GB2025-11-07 08:44
12