logo
docker.io/langgenius/dify-web:1.16.1
linux/arm64 docker.io 已验证 · Dify 请确认架构匹配

langgenius/dify-web 是 Dify Web 容器镜像,它是一个基于 Node.js 的 web 服务器,可以用于快速搭建一个功能完整的Web应用程序。该镜像提供了Express、Mongoose 等常见Node.js 库,并且内置了 Nginx 反向代理服务器和 PM2 进程管理器,方便开发、部署和维护 Web 应用程序。

19
浏览次数
629.62MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:1.16.1-linuxarm64
源镜像
docker.io/langgenius/dify-web:1.16.1
镜像ID
sha256:927f55b27ee31d5275536fc7f3bf3815b1be21af489285ffe72f2cd038c34500
镜像 TAG
1.16.1-linuxarm64
镜像大小
629.62MB
平台架构
linux/arm64
镜像源
docker.io
CMD
启动入口
/bin/sh ./entrypoint.sh
工作目录
/app
OS/平台
linux/arm64
镜像创建
2026-07-28T02:50:01.555747701Z
同步时间
2026-07-28 16:30
浏览量
19 次
贡献者
🔌 开放端口 1
3000/tcp
⚙️ 环境变量 16
KeyValue
PATH=/pnpm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
NODE_VERSION=22.22.1 1
YARN_VERSION=1.22.22 2
PNPM_HOME=/pnpm 3
NEXT_PUBLIC_BASE_PATH= 4
NODE_ENV=production 5
DEPLOY_ENV=PRODUCTION 6
CONSOLE_API_URL=http://127.0.0.1:5001 7
APP_API_URL=http://127.0.0.1:5001 8
MARKETPLACE_API_URL=https://marketplace.dify.ai 9
MARKETPLACE_URL=https://marketplace.dify.ai 10
PORT=3000 11
EXPERIMENTAL_ENABLE_VINEXT=false 12
NEXT_TELEMETRY_DISABLED=1 13
TZ=UTC 14
COMMIT_SHA=6f8ed69ee15f9a2e7189ca066275e973d091d1e9 15
🏷️ 镜像标签 9
KeyValue
takatost@gmail.com maintainer
2026-07-28T02:57:05.084Z org.opencontainers.image.created
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack. org.opencontainers.image.description
NOASSERTION org.opencontainers.image.licenses
6f8ed69ee15f9a2e7189ca066275e973d091d1e9 org.opencontainers.image.revision
https://github.com/langgenius/dify org.opencontainers.image.source
dify org.opencontainers.image.title
https://github.com/langgenius/dify org.opencontainers.image.url
1.16.1 org.opencontainers.image.version
🛡️ 镜像安全扫描
alpine 3.23.3 Trivy 2026-07-28 16:31 查看完整报告
21
低危 LOW
31
中危 MEDIUM
43
高危 HIGH
5
严重 CRITICAL
受影响目标 (3)
docker.io/langgenius/dify-web:1.16.1 (alpine 3.23.3) alpine Node.js node-pkg /app/targets/vinext/dist/server/_next/static/server-LAuW-ewH.js

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:1.16.1-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:1.16.1-linuxarm64  docker.io/langgenius/dify-web:1.16.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:1.16.1-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:1.16.1-linuxarm64  docker.io/langgenius/dify-web:1.16.1

Shell快速替换命令

sed -i 's#langgenius/dify-web:1.16.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:1.16.1-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:1.16.1-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:1.16.1-linuxarm64  docker.io/langgenius/dify-web:1.16.1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:1.16.1-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:1.16.1-linuxarm64  docker.io/langgenius/dify-web:1.16.1'

镜像构建历史


# 2026-07-28 10:50:01  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/sh" "./entrypoint.sh"]
                        
# 2026-07-28 10:50:01  0.00B 声明容器运行时监听的端口
EXPOSE map[3000/tcp:{}]
                        
# 2026-07-28 10:50:01  0.00B 指定运行容器时使用的用户
USER dify
                        
# 2026-07-28 10:50:01  0.00B 设置环境变量 COMMIT_SHA
ENV COMMIT_SHA=6f8ed69ee15f9a2e7189ca066275e973d091d1e9
                        
# 2026-07-28 10:50:01  0.00B 定义构建参数
ARG COMMIT_SHA
                        
# 2026-07-28 10:50:01  2.69KB 复制新文件或目录到容器中
COPY --chown=dify:dify --chmod=755 web/docker/entrypoint.sh ./entrypoint.sh # buildkit
                        
# 2026-07-28 10:50:01  213.24MB 复制新文件或目录到容器中
COPY --chown=dify:dify /app/web/dist/standalone ./targets/vinext # buildkit
                        
# 2026-07-28 10:50:00  70.76MB 复制新文件或目录到容器中
COPY --chown=dify:dify /app/web/.next/static ./targets/next/web/.next/static # buildkit
                        
# 2026-07-28 10:50:00  159.20MB 复制新文件或目录到容器中
COPY --chown=dify:dify /app/web/.next/standalone ./targets/next/ # buildkit
                        
# 2026-07-27 11:16:20  24.29MB 复制新文件或目录到容器中
COPY --chown=dify:dify /app/web/public ./targets/next/web/public # buildkit
                        
# 2026-07-23 16:11:22  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2026-07-23 16:11:22  3.20KB 执行命令并创建新的镜像层
RUN |1 dify_uid=1001 /bin/sh -c addgroup -S -g ${dify_uid} dify &&     adduser -S -u ${dify_uid} -G dify -s /bin/ash -h /home/dify dify &&     mkdir /app &&     chown -R dify:dify /app # buildkit
                        
# 2026-07-23 16:11:22  0.00B 定义构建参数
ARG dify_uid=1001
                        
# 2026-07-23 16:11:22  27.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -s /usr/share/zoneinfo/${TZ} /etc/localtime     && echo ${TZ} > /etc/timezone # buildkit
                        
# 2026-05-28 13:33:31  0.00B 设置环境变量 TZ
ENV TZ=UTC
                        
# 2026-05-28 13:33:31  0.00B 设置环境变量 NEXT_TELEMETRY_DISABLED
ENV NEXT_TELEMETRY_DISABLED=1
                        
# 2026-05-28 13:33:31  0.00B 设置环境变量 EXPERIMENTAL_ENABLE_VINEXT
ENV EXPERIMENTAL_ENABLE_VINEXT=false
                        
# 2026-05-28 13:33:31  0.00B 设置环境变量 PORT
ENV PORT=3000
                        
# 2026-05-28 13:33:31  0.00B 设置环境变量 MARKETPLACE_URL
ENV MARKETPLACE_URL=https://marketplace.dify.ai
                        
# 2026-05-28 13:33:31  0.00B 设置环境变量 MARKETPLACE_API_URL
ENV MARKETPLACE_API_URL=https://marketplace.dify.ai
                        
# 2026-05-28 13:33:31  0.00B 设置环境变量 APP_API_URL
ENV APP_API_URL=http://127.0.0.1:5001
                        
# 2026-05-28 13:33:31  0.00B 设置环境变量 CONSOLE_API_URL
ENV CONSOLE_API_URL=http://127.0.0.1:5001
                        
# 2026-05-28 13:33:31  0.00B 设置环境变量 DEPLOY_ENV
ENV DEPLOY_ENV=PRODUCTION
                        
# 2026-05-28 13:33:31  0.00B 设置环境变量 NODE_ENV
ENV NODE_ENV=production
                        
# 2026-05-28 13:33:31  0.00B 设置环境变量 NEXT_PUBLIC_BASE_PATH
ENV NEXT_PUBLIC_BASE_PATH=
                        
# 2026-05-28 13:33:31  0.00B 定义构建参数
ARG NEXT_PUBLIC_BASE_PATH=
                        
# 2026-05-28 13:33:31  0.00B 设置环境变量 PATH
ENV PATH=/pnpm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-05-28 13:33:31  0.00B 设置环境变量 PNPM_HOME
ENV PNPM_HOME=/pnpm
                        
# 2026-05-28 13:33:31  135.36KB 执行命令并创建新的镜像层
RUN /bin/sh -c corepack enable # buildkit
                        
# 2026-05-28 13:33:30  503.16KB 执行命令并创建新的镜像层
RUN /bin/sh -c apk add --no-cache tzdata # buildkit
                        
# 2026-05-28 13:33:30  0.00B 添加元数据标签
LABEL maintainer=takatost@gmail.com
                        
# 2026-03-06 05:40:24  0.00B 设置默认要执行的命令
CMD ["node"]
                        
# 2026-03-06 05:40:24  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2026-03-06 05:40:24  388.00B 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
                        
# 2026-03-06 05:40:24  5.37MB 执行命令并创建新的镜像层
RUN /bin/sh -c apk add --no-cache --virtual .build-deps-yarn curl gnupg tar   && export GNUPGHOME="$(mktemp -d)"   && for key in     6A010C5166006599AA17F08146C2130DFD2497F5   ; do     { gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" && gpg --batch --fingerprint "$key"; } ||     { gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key" && gpg --batch --fingerprint "$key"; } ;   done   && curl -fsSLO --compressed "https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz"   && curl -fsSLO --compressed "https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz.asc"   && gpg --batch --verify yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz   && gpgconf --kill all   && rm -rf "$GNUPGHOME"   && mkdir -p /opt   && tar -xzf yarn-v$YARN_VERSION.tar.gz -C /opt/   && ln -s /opt/yarn-v$YARN_VERSION/bin/yarn /usr/local/bin/yarn   && ln -s /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg   && rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz   && apk del .build-deps-yarn   && yarn --version   && rm -rf /tmp/* # buildkit
                        
# 2026-03-06 05:40:20  0.00B 设置环境变量 YARN_VERSION
ENV YARN_VERSION=1.22.22
                        
# 2026-03-06 05:40:20  147.42MB 执行命令并创建新的镜像层
RUN /bin/sh -c addgroup -g 1000 node     && adduser -u 1000 -G node -s /bin/sh -D node     && apk add --no-cache         libstdc++     && apk add --no-cache --virtual .build-deps         curl     && ARCH= OPENSSL_ARCH='linux*' && alpineArch="$(apk --print-arch)"       && case "${alpineArch##*-}" in         x86_64) ARCH='x64' CHECKSUM="a06721f1566c89eb911546dba6309f7da6613dbcc67c0426588b1f39a7210a95" OPENSSL_ARCH=linux-x86_64;;         x86) OPENSSL_ARCH=linux-elf;;         aarch64) OPENSSL_ARCH=linux-aarch64;;         arm*) OPENSSL_ARCH=linux-armv4;;         ppc64le) OPENSSL_ARCH=linux-ppc64le;;         s390x) OPENSSL_ARCH=linux-s390x;;         *) ;;       esac   && if [ -n "${CHECKSUM}" ]; then     set -eu;     curl -fsSLO --compressed "https://unofficial-builds.nodejs.org/download/release/v$NODE_VERSION/node-v$NODE_VERSION-linux-$ARCH-musl.tar.xz";     echo "$CHECKSUM  node-v$NODE_VERSION-linux-$ARCH-musl.tar.xz" | sha256sum -c -       && tar -xJf "node-v$NODE_VERSION-linux-$ARCH-musl.tar.xz" -C /usr/local --strip-components=1 --no-same-owner       && ln -s /usr/local/bin/node /usr/local/bin/nodejs;   else     echo "Building from source"     && apk add --no-cache --virtual .build-deps-full         binutils-gold         g++         gcc         gnupg         libgcc         linux-headers         make         python3         py-setuptools     && export GNUPGHOME="$(mktemp -d)"     && for key in       5BE8A3F6C8A5C01D106C0AD820B1A390B168D356       DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7       CC68F5A3106FF448322E48ED27F5E38D5B0A215F       8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600       890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4       C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C       108F52B48DB57BB0CC439B2997B01419BD92F80A       A363A499291CBBC940DD62E41F10027AF002F8B0     ; do       { gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" && gpg --batch --fingerprint "$key"; } ||       { gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key" && gpg --batch --fingerprint "$key"; } ;     done     && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz"     && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc"     && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc     && gpgconf --kill all     && rm -rf "$GNUPGHOME"     && grep " node-v$NODE_VERSION.tar.xz\$" SHASUMS256.txt | sha256sum -c -     && tar -xf "node-v$NODE_VERSION.tar.xz"     && cd "node-v$NODE_VERSION"     && ./configure     && make -j$(getconf _NPROCESSORS_ONLN) V=     && make install     && apk del .build-deps-full     && cd ..     && rm -Rf "node-v$NODE_VERSION"     && rm "node-v$NODE_VERSION.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt;   fi   && rm -f "node-v$NODE_VERSION-linux-$ARCH-musl.tar.xz"   && find /usr/local/include/node/openssl/archs -mindepth 1 -maxdepth 1 ! -name "$OPENSSL_ARCH" -exec rm -rf {} \;   && apk del .build-deps   && node --version   && npm --version   && rm -rf /tmp/* # buildkit
                        
# 2026-03-06 05:40:20  0.00B 设置环境变量 NODE_VERSION
ENV NODE_VERSION=22.22.1
                        
# 2026-01-28 09:18:09  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-01-28 09:18:09  8.70MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.23.3-aarch64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:927f55b27ee31d5275536fc7f3bf3815b1be21af489285ffe72f2cd038c34500",
    "RepoTags": [
        "langgenius/dify-web:1.16.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:1.16.1-linuxarm64"
    ],
    "RepoDigests": [
        "langgenius/dify-web@sha256:87dd47e4e28f86834f6a7aefd9a02b9f4097056867031e4d99ebd46908a0e390",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web@sha256:aa742c06298f58caeb2c29d2ca5461d9219bea27cc058618db12edb011ff8416"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-07-28T02:50:01.555747701Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "dify",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "3000/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/pnpm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "NODE_VERSION=22.22.1",
            "YARN_VERSION=1.22.22",
            "PNPM_HOME=/pnpm",
            "NEXT_PUBLIC_BASE_PATH=",
            "NODE_ENV=production",
            "DEPLOY_ENV=PRODUCTION",
            "CONSOLE_API_URL=http://127.0.0.1:5001",
            "APP_API_URL=http://127.0.0.1:5001",
            "MARKETPLACE_API_URL=https://marketplace.dify.ai",
            "MARKETPLACE_URL=https://marketplace.dify.ai",
            "PORT=3000",
            "EXPERIMENTAL_ENABLE_VINEXT=false",
            "NEXT_TELEMETRY_DISABLED=1",
            "TZ=UTC",
            "COMMIT_SHA=6f8ed69ee15f9a2e7189ca066275e973d091d1e9"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app",
        "Entrypoint": [
            "/bin/sh",
            "./entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "takatost@gmail.com",
            "org.opencontainers.image.created": "2026-07-28T02:57:05.084Z",
            "org.opencontainers.image.description": "Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.",
            "org.opencontainers.image.licenses": "NOASSERTION",
            "org.opencontainers.image.revision": "6f8ed69ee15f9a2e7189ca066275e973d091d1e9",
            "org.opencontainers.image.source": "https://github.com/langgenius/dify",
            "org.opencontainers.image.title": "dify",
            "org.opencontainers.image.url": "https://github.com/langgenius/dify",
            "org.opencontainers.image.version": "1.16.1"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 629623460,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/795ae6df13ad2d33f388c6caf5270a626c937e3db0b44bd54845b8a7b2c0018a/diff:/var/lib/docker/overlay2/0406897148a37dd2543aaec1dae6a8ad4aa779993d3861544289f36cb103e330/diff:/var/lib/docker/overlay2/bc3dc29fe458e43a99d748b4d9dcee7817e94b213b35dde1f394f42d019b33f0/diff:/var/lib/docker/overlay2/2321cd28bba50dfe722ad09d9b905af3532058d5784ae4e9c53863eef07193f0/diff:/var/lib/docker/overlay2/552d8d024941788d963f865fd84e7dfbde5baae418ba456522b214322206b676/diff:/var/lib/docker/overlay2/041af6a339a8abf05f505976ea3cc3edfe9a55b6b98de1caaf4bd22f4e14fff1/diff:/var/lib/docker/overlay2/fbf921f55793b910ea2d1a3ad692d93cdebd1d50246de0d0bcaf37c79aa1c9ce/diff:/var/lib/docker/overlay2/4834ebd42f98509f335178668ddb2d054d97301e2faebabdeeee2d37009214bd/diff:/var/lib/docker/overlay2/1029febd235e00e3a838f3c1f6557398a5072b0b742a841effa940c60bc4c963/diff:/var/lib/docker/overlay2/d9dc573909817ede69e0ac0b6e266949e9ed6e48ac30fe34a29b216892361199/diff:/var/lib/docker/overlay2/9f7161e443b50e55b9b3704d8b0827e0260637483f7d73916aa0d377e0c7046e/diff:/var/lib/docker/overlay2/2cc88e84a2802135d4322e813e386d3bfcfbc4d745e1d6ef7dd25ae7e10fd844/diff:/var/lib/docker/overlay2/d6d55c95adc9c5272c613deb68372247c2466a47eaf56e2179707726504058c9/diff",
            "MergedDir": "/var/lib/docker/overlay2/70b24fcf7d757a3eb0310072be1c4847031c86e5e71726b784237533b288cff7/merged",
            "UpperDir": "/var/lib/docker/overlay2/70b24fcf7d757a3eb0310072be1c4847031c86e5e71726b784237533b288cff7/diff",
            "WorkDir": "/var/lib/docker/overlay2/70b24fcf7d757a3eb0310072be1c4847031c86e5e71726b784237533b288cff7/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:45f3ea5848e8a25ca27718b640a21ffd8c8745d342a24e1d4ddfc8c449b0a724",
            "sha256:daf355f30b90f2a433315a611932c5281e5dea2a0fb99426b570b408a2f11329",
            "sha256:33d9a783c42d5f6b67460475f3222242029c32c0316fd393bf5c7be72aedbfb5",
            "sha256:0cdb1bbf7ed4e98a8e1136ab4ede213ac907826f004ecf36d4bdae58fc7513af",
            "sha256:45889c1a6a880cee02618d196385eee0ffe91d688c93c3f9599018d2078b880e",
            "sha256:700b2a01fefc86caa349bbddfd0ec06aec18ba67a8a960544c8b2bd1a73e928e",
            "sha256:60a07c50228ec2269b7bff6041ccabbf9027ab9a3a6732b32ccb457ac8ec2f07",
            "sha256:bf04e1a71cc8bf11de86c2fe53c30d69fba3fcd4ca03158f3e5c033c70d0f7e0",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:afaccf809673cf880d65d53c05a172c05f50a9030307dde551444c10ccff1e83",
            "sha256:8b3328ab9a54c2a13e4e69b5b369e60818e0298f8e37c315b8c29970fa6f63d2",
            "sha256:2f5bf067929e495d5b2438fd2b47584a198059024b749ab7f7e26cf4278a85e6",
            "sha256:bfa35ae5924414c9e92ebe3b0e23368f68aec0376441d106037a70c862bdd044",
            "sha256:e0fee8bd77b78c7b6f7ad6f6dc7ca66015de16eb26410d693906c86c9b5656d8"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-28T16:30:33.951452252+08:00"
    }
}

更多版本

docker.io/langgenius/dify-web:0.6.10

linux/amd64 docker.io230.75MB2024-06-12 13:16
980

docker.io/langgenius/dify-web:0.6.9

linux/amd64 docker.io230.54MB2024-06-12 13:23
1106

docker.io/langgenius/dify-web:0.6.11

linux/amd64 docker.io230.51MB2024-06-15 14:57
1876

docker.io/langgenius/dify-web:0.6.12

linux/amd64 docker.io229.70MB2024-07-01 11:09
1344

docker.io/langgenius/dify-web:0.6.12-fix1

linux/amd64 docker.io229.70MB2024-07-01 11:34
834

docker.io/langgenius/dify-web:0.6.12-fix1

linux/arm64 docker.io228.10MB2024-07-08 14:57
1091

docker.io/langgenius/dify-web:0.6.13

linux/amd64 docker.io230.17MB2024-07-10 11:52
1179

docker.io/langgenius/dify-web:0.6.14

linux/amd64 docker.io231.44MB2024-07-16 14:27
933

docker.io/langgenius/dify-web:0.6.15

linux/amd64 docker.io231.62MB2024-07-26 13:58
1388

docker.io/langgenius/dify-web:0.6.16

linux/amd64 docker.io232.27MB2024-08-06 13:28
1881

docker.io/langgenius/dify-web:0.7.0

linux/amd64 docker.io233.03MB2024-08-15 09:19
974

docker.io/langgenius/dify-web:main

linux/amd64 docker.io233.21MB2024-08-19 11:19
1336

docker.io/langgenius/dify-web:0.7.1

linux/amd64 docker.io233.21MB2024-08-20 10:33
832

docker.io/langgenius/dify-web:0.7.2

linux/amd64 docker.io233.22MB2024-08-27 11:37
963

docker.io/langgenius/dify-web:0.7.3

linux/amd64 docker.io233.97MB2024-09-03 16:33
713

docker.io/langgenius/dify-web:0.8.0

linux/amd64 docker.io234.40MB2024-09-10 16:53
861

docker.io/langgenius/dify-web:0.8.1

linux/amd64 docker.io234.43MB2024-09-13 09:46
730

docker.io/langgenius/dify-web:0.8.2

linux/amd64 docker.io234.45MB2024-09-13 16:59
846

docker.io/langgenius/dify-web:0.8.3

linux/amd64 docker.io234.83MB2024-09-23 09:38
795

docker.io/langgenius/dify-web:release-0.9.1-fix1

linux/amd64 docker.io235.52MB2024-10-10 15:01
1528

docker.io/langgenius/dify-web:0.9.2

linux/amd64 docker.io310.37MB2024-10-15 13:56
864

docker.io/langgenius/dify-web:0.10.0

linux/amd64 docker.io350.41MB2024-10-22 15:31
732

docker.io/langgenius/dify-web:0.10.1

linux/amd64 docker.io351.46MB2024-10-24 11:10
930

docker.io/langgenius/dify-web:0.10.2

linux/amd64 docker.io351.58MB2024-10-31 10:45
714

docker.io/langgenius/dify-web:0.11.0

linux/amd64 docker.io351.76MB2024-11-06 09:31
710

docker.io/langgenius/dify-web:0.11.1

linux/amd64 docker.io351.78MB2024-11-12 10:09
506

docker.io/langgenius/dify-web:0.10.0

linux/arm64 docker.io347.47MB2024-11-13 17:42
471

docker.io/langgenius/dify-web:0.11.2

linux/amd64 docker.io348.41MB2024-11-22 10:45
535

docker.io/langgenius/dify-web:0.12.1

linux/amd64 docker.io349.82MB2024-11-29 13:59
515

docker.io/langgenius/dify-web:0.13.0

linux/amd64 docker.io351.63MB2024-12-04 15:26
747

docker.io/langgenius/dify-web:0.13.1

linux/amd64 docker.io351.52MB2024-12-07 15:47
518

docker.io/langgenius/dify-web:0.13.2

linux/amd64 docker.io357.01MB2024-12-10 10:06
685

docker.io/langgenius/dify-web:0.14.0

linux/amd64 docker.io439.62MB2024-12-17 10:37
547

docker.io/langgenius/dify-web:0.14.1

linux/amd64 docker.io436.26MB2024-12-19 11:40
755

docker.io/langgenius/dify-web:0.14.2

linux/amd64 docker.io433.84MB2024-12-24 20:07
988

docker.io/langgenius/dify-web:0.14.2

linux/arm64 docker.io431.24MB2025-01-03 16:51
649

docker.io/langgenius/dify-web:0.15.0

linux/amd64 docker.io434.91MB2025-01-08 10:54
541

docker.io/langgenius/dify-web:1.0.0-beta.1

linux/amd64 docker.io466.70MB2025-01-10 09:39
1099

docker.io/langgenius/dify-web:0.15.1

linux/amd64 docker.io435.40MB2025-01-14 10:47
677

docker.io/langgenius/dify-web:0.15.2

linux/amd64 docker.io435.61MB2025-01-22 17:57
938

docker.io/langgenius/dify-web:0.15.3

linux/amd64 docker.io435.76MB2025-02-07 20:30
2495

docker.io/langgenius/dify-web:0.15.3

linux/arm64 docker.io433.34MB2025-02-09 15:19
851

docker.io/langgenius/dify-web:latest

linux/amd64 docker.io435.76MB2025-02-20 14:17
2446

docker.io/langgenius/dify-web:release-0.15.3-fix1

linux/amd64 docker.io435.98MB2025-02-21 12:20
1621

docker.io/langgenius/dify-web:1.0.0

linux/arm64 docker.io469.07MB2025-03-01 14:17
1113

docker.io/langgenius/dify-web:c0358d8d0c600a4d97589235baa7ff4a7144b04d

linux/amd64 docker.io471.64MB2025-03-01 23:38
591

docker.io/langgenius/dify-web:0.15.2

linux/arm64 docker.io433.19MB2025-03-05 23:27
485

docker.io/langgenius/dify-web:1.0.1

linux/amd64 docker.io474.79MB2025-03-11 23:16
1169

docker.io/langgenius/dify-web:1.0.1

linux/arm64 docker.io472.21MB2025-03-13 14:32
606

docker.io/langgenius/dify-web:1.1.0

linux/amd64 docker.io476.28MB2025-03-19 09:25
689

docker.io/langgenius/dify-web:1.1.1

linux/amd64 docker.io476.15MB2025-03-20 23:32
697

docker.io/langgenius/dify-web:1.1.1

linux/arm64 docker.io473.58MB2025-03-21 09:31
596

docker.io/langgenius/dify-web:1.1.2

linux/amd64 docker.io494.85MB2025-03-23 10:21
684

docker.io/langgenius/dify-web:1.1.3

linux/amd64 docker.io495.25MB2025-03-24 21:58
1151

docker.io/langgenius/dify-web:7f63cd52a2028de318b6ee4c4c802b056ee8489d

linux/amd64 docker.io437.37MB2025-03-25 22:51
701

docker.io/langgenius/dify-web:0.15.5

linux/amd64 docker.io437.28MB2025-03-28 11:27
493

docker.io/langgenius/dify-web:1.2.0

linux/amd64 docker.io522.55MB2025-04-09 20:25
1001

docker.io/langgenius/dify-web:1.2.0

linux/arm64 docker.io517.46MB2025-04-09 22:39
839

docker.io/langgenius/dify-web:7001a2973933f4e52910c6a7c73eae8a951b9182

linux/amd64 docker.io437.37MB2025-04-11 14:03
681

docker.io/langgenius/dify-web:1.1.3

linux/arm64 docker.io492.68MB2025-04-22 15:27
495

docker.io/langgenius/dify-web:1.3.0

linux/amd64 docker.io527.10MB2025-04-23 17:54
677

docker.io/langgenius/dify-web:1.3.1

linux/amd64 docker.io528.75MB2025-04-28 21:41
938

docker.io/langgenius/dify-web:0.15.7

linux/amd64 docker.io437.28MB2025-05-13 20:57
623

docker.io/langgenius/dify-web:1.4.0

linux/amd64 docker.io532.40MB2025-05-16 17:18
1151

docker.io/langgenius/dify-web:1.4.1

linux/amd64 docker.io533.01MB2025-05-27 19:27
1046

docker.io/langgenius/dify-web:0.15.4

linux/arm64 docker.io434.40MB2025-06-07 23:31
366

docker.io/langgenius/dify-web:1.4.2

linux/amd64 docker.io534.72MB2025-06-11 17:50
647

docker.io/langgenius/dify-web:1.4.3

linux/amd64 docker.io534.63MB2025-06-17 10:46
729

docker.io/langgenius/dify-web:1.3.1

linux/arm64 docker.io523.43MB2025-06-18 21:42
371

docker.io/langgenius/dify-web:1.4.1

linux/arm64 docker.io528.50MB2025-06-23 15:33
497

docker.io/langgenius/dify-web:1.5.0

linux/amd64 docker.io534.96MB2025-06-26 09:58
963

docker.io/langgenius/dify-web:1.5.1

linux/amd64 docker.io535.20MB2025-07-02 17:23
808

docker.io/langgenius/dify-web:3113350e51c750826ed4f3bbf7ca431d2a4451e3

linux/amd64 docker.io534.49MB2025-07-07 15:33
589

docker.io/langgenius/dify-web:0c01f7498d1a74508b72deaf1b82e250240b63a9

linux/amd64 docker.io441.58MB2025-07-10 13:01
637

docker.io/langgenius/dify-web:1.6.0

linux/amd64 docker.io537.39MB2025-07-11 09:57
1287

docker.io/langgenius/dify-web:1.6.0

linux/arm64 docker.io532.94MB2025-07-13 15:39
585

docker.io/langgenius/dify-web:1.7.0

linux/amd64 docker.io545.49MB2025-07-24 10:54
630

docker.io/langgenius/dify-web:1.7.0

linux/arm64 docker.io541.97MB2025-07-24 10:55
364

docker.io/langgenius/dify-web:1.7.1

linux/amd64 docker.io545.33MB2025-07-29 19:56
1647

docker.io/langgenius/dify-web:1.7.2

linux/amd64 docker.io547.02MB2025-08-11 22:45
674

docker.io/langgenius/dify-web:1.0.0

linux/amd64 docker.io471.64MB2025-08-12 10:17
300

docker.io/langgenius/dify-web:1.7.2

linux/arm64 docker.io543.48MB2025-08-14 14:01
413

docker.io/langgenius/dify-web:1.7.1

linux/arm64 docker.io541.81MB2025-08-19 17:18
360

docker.io/langgenius/dify-web:1.8.0

linux/amd64 docker.io537.02MB2025-08-28 09:58
799

docker.io/langgenius/dify-web:1.8.1

linux/amd64 docker.io528.77MB2025-09-04 09:36
745

docker.io/langgenius/dify-web:2.0.0-beta.1

linux/amd64 docker.io535.91MB2025-09-05 02:09
657

docker.io/langgenius/dify-web:2.0.0-beta.2

linux/amd64 docker.io572.74MB2025-09-09 09:27
592

docker.io/langgenius/dify-web:1.9.0

linux/amd64 docker.io572.92MB2025-09-23 09:40
517

docker.io/langgenius/dify-web:1.9.0

linux/arm64 docker.io569.37MB2025-09-25 09:58
352

docker.io/langgenius/dify-web:1.9.1

linux/amd64 docker.io575.29MB2025-10-09 23:42
594

docker.io/langgenius/dify-web:1.8.1

linux/arm64 docker.io525.01MB2025-10-14 14:21
325

docker.io/langgenius/dify-web:1.9.2

linux/amd64 docker.io570.72MB2025-10-23 14:03
738

docker.io/langgenius/dify-web:1.9.1

linux/arm64 docker.io571.11MB2025-11-03 22:46
343

docker.io/langgenius/dify-web:1.9.2

linux/arm64 docker.io566.59MB2025-11-05 18:30
500

docker.io/langgenius/dify-web:hotfix-1.9.2-fix.3

linux/amd64 docker.io570.74MB2025-11-10 15:30
435

docker.io/langgenius/dify-web:1.10.0-rc1

linux/amd64 docker.io573.77MB2025-11-10 17:18
352

docker.io/langgenius/dify-web:1.10.0

linux/amd64 docker.io574.07MB2025-11-14 22:43
722

docker.io/langgenius/dify-web:1.10.1

linux/arm64 docker.io573.01MB2025-11-27 20:08
518

docker.io/langgenius/dify-web:1.10.1

linux/amd64 docker.io577.12MB2025-11-28 14:17
560

docker.io/langgenius/dify-web:1.10.0

linux/arm64 docker.io569.96MB2025-12-03 17:46
360
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×