logo
ghcr.io/open-webui/open-webui:main
linux/amd64 ghcr.io

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

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

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

16451
浏览次数
3.39GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-webui/open-webui:main
源镜像
ghcr.io/open-webui/open-webui:main
镜像ID
sha256:adb86c02cf4b2dca5b62156213a53ed3fca827b4c1fd99a3d616f9623df7193c
镜像 TAG
main
镜像大小
3.39GB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
bash start.sh
启动入口
工作目录
/app/backend
OS/平台
linux/amd64
镜像创建
2024-05-09T00:23:11.753143709Z
同步时间
2024-05-17 14:42
浏览量
16451 次
贡献者
🔌 开放端口 1
8080/tcp
⚙️ 环境变量 30
KeyValue
PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
LANG=C.UTF-8 1
GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D 2
PYTHON_VERSION=3.11.9 3
PYTHON_PIP_VERSION=24.0 4
PYTHON_SETUPTOOLS_VERSION=65.5.1 5
PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py 6
PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9 7
ENV=prod 8
PORT=8080 9
USE_OLLAMA_DOCKER=false 10
USE_CUDA_DOCKER=false 11
USE_CUDA_DOCKER_VER=cu121 12
USE_EMBEDDING_MODEL_DOCKER=sentence-transformers/all-MiniLM-L6-v2 13
USE_RERANKING_MODEL_DOCKER= 14
OLLAMA_BASE_URL=/ollama 15
OPENAI_API_BASE_URL= 16
OPENAI_API_KEY= 17
WEBUI_SECRET_KEY= 18
SCARF_NO_ANALYTICS=true 19
DO_NOT_TRACK=true 20
ANONYMIZED_TELEMETRY=false 21
LITELLM_LOCAL_MODEL_COST_MAP=True 22
WHISPER_MODEL=base 23
WHISPER_MODEL_DIR=/app/backend/data/cache/whisper/models 24
RAG_EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2 25
RAG_RERANKING_MODEL= 26
SENTENCE_TRANSFORMERS_HOME=/app/backend/data/cache/embedding/models 27
HF_HOME=/app/backend/data/cache/embedding/models 28
HOME=/root 29
🏷️ 镜像标签 8
KeyValue
2024-05-09T00:21:43.028Z org.opencontainers.image.created
User-friendly WebUI for LLMs (Formerly Ollama WebUI) org.opencontainers.image.description
MIT org.opencontainers.image.licenses
90503be2edef1a1f7ce2074286b6316d5cb8868a 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
main org.opencontainers.image.version
🛡️ 镜像安全扫描
debian 12.7 Trivy 2024-10-24 20:43 查看完整报告
300
低危 LOW
764
中危 MEDIUM
122
高危 HIGH
4
严重 CRITICAL
受影响目标 (3)
ghcr.io/open-webui/open-webui:main (debian 12.7) debian Node.js node-pkg Python python-pkg

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#ghcr.io/open-webui/open-webui:main#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-webui/open-webui:main#' 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:main && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-webui/open-webui:main  ghcr.io/open-webui/open-webui:main'

Ansible快速分发-Containerd

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

镜像信息

{
    "Id": "sha256:adb86c02cf4b2dca5b62156213a53ed3fca827b4c1fd99a3d616f9623df7193c",
    "RepoTags": [
        "ghcr.io/open-webui/open-webui:main",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-webui/open-webui:main"
    ],
    "RepoDigests": [
        "ghcr.io/open-webui/open-webui@sha256:68bb67e705f0a5484ada80c2d0694801bdb55ba4d10e06970f18395e8005efc4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-webui/open-webui@sha256:aaaac1b65fd9abac6edb85f71ed3f0d25bccfa16d70d863e9409e234f53990b5"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-05-09T00:23:11.753143709Z",
    "Container": "",
    "ContainerConfig": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": null,
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": null
    },
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "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.9",
            "PYTHON_PIP_VERSION=24.0",
            "PYTHON_SETUPTOOLS_VERSION=65.5.1",
            "PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py",
            "PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9",
            "ENV=prod",
            "PORT=8080",
            "USE_OLLAMA_DOCKER=false",
            "USE_CUDA_DOCKER=false",
            "USE_CUDA_DOCKER_VER=cu121",
            "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",
            "LITELLM_LOCAL_MODEL_COST_MAP=True",
            "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",
            "HF_HOME=/app/backend/data/cache/embedding/models",
            "HOME=/root"
        ],
        "Cmd": [
            "bash",
            "start.sh"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app/backend",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2024-05-09T00:21:43.028Z",
            "org.opencontainers.image.description": "User-friendly WebUI for LLMs (Formerly Ollama WebUI)",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.revision": "90503be2edef1a1f7ce2074286b6316d5cb8868a",
            "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": "main"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 3387297504,
    "VirtualSize": 3387297504,
    "GraphDriver": {
        "Data": {
            "RootDir": "/var/lib/docker/overlay/80d189bbcfe6452cf4e308abdc85ec0196e2b1e861691977ae0bf4976c3eea5a/root"
        },
        "Name": "overlay"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:52ec5a4316fadc09a4a51f82b8d7b66ead0d71bea4f75e81e25b4094c4219061",
            "sha256:7a75d57a50244ee5ca12d1a66ff64e131d2e6afdbc9a2f0c80d40ae66e50088b",
            "sha256:5b9f334db369c7d5a0a13b56a9a69c486f395f3e1ef8dcd4caefbafb6f4cb608",
            "sha256:041458e6462a4768fa6479309caf01ac78d939e6337641fb7a4a662eac43a446",
            "sha256:699f074dd6b90434171a2f6f0bc4aa726e457af42b72f0158a167f97869a0d95",
            "sha256:f91d9889a9aa08e8879b191a373da95c59076229b69ff6d645f9bec8c7072021",
            "sha256:791087214f5bd9e481b798810f605ff6f53970d51c34440e7c0473d2b177b7ad",
            "sha256:9b66909d5518209253a10e24faad606313e9e94b295188423e6ef0d2dadbe059",
            "sha256:767494e6ca2cc0c2b9af51d8c84af59069e7a6edd88dece6740de078fad916a2",
            "sha256:9486292bf41543884158d39991a37b4690cf15a08a5ee8cf3336119d4d0572c3",
            "sha256:28516c9c6964aa2b247815ea354d5137d82a1c41fa6667fb5aa8924583e31ab3",
            "sha256:95985fa994d55562fb67f3499abd0c63114e0903d936f8e238c18c9e5f1d3580",
            "sha256:9a5c620cb2d2315286e9206b5efaea260808a6f091ca2e63e08bc6dcc2e3b118",
            "sha256:cb39c7bc0b9f9cbe74896650d3dc411d45546a5665d326e9d3d383de5a2ddef2",
            "sha256:af701c7b56fcf3bbf0eb7c932aca5d5f589fbc188ac70707a66a6ecd4078670f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-05-17T14:36:24.424288745+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/amd64 ghcr.io4.32GB2025-11-27 01:16
614

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

linux/amd64 ghcr.io4.32GB2025-11-29 20:35
370

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

linux/amd64 ghcr.io4.33GB2025-12-02 17:35
390

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

linux/amd64 ghcr.io4.33GB2025-12-03 12:49
901

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

linux/amd64 ghcr.io4.37GB2025-12-22 08:48
459

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

linux/amd64 ghcr.io4.37GB2025-12-22 23:45
919

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

linux/amd64 ghcr.io7.97GB2025-12-23 15:34
1031

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

linux/arm64 ghcr.io7.49GB2026-01-04 00:19
626

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

linux/amd64 ghcr.io4.37GB2026-01-04 13:39
364

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

linux/amd64 ghcr.io4.37GB2026-01-04 13:40
323

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

linux/amd64 ghcr.io4.33GB2026-01-04 13:44
349
1 点赞 1 收藏镜像 Run 生成 Docker Run 命令 K8s 生成 Kubernetes YAML 回到顶部
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×