logo
docker.io/langgenius/dify-web:1.0.0-beta.1
linux/amd64 docker.io 已验证 · Dify

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

1156
浏览次数
466.70MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:1.0.0-beta.1
源镜像
docker.io/langgenius/dify-web:1.0.0-beta.1
镜像ID
sha256:707500f0848fa55a2089f8346e3e82ae3e17dcb0d812001e2737f0a980a15ad2
镜像 TAG
1.0.0-beta.1
镜像大小
466.70MB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
/bin/sh ./entrypoint.sh
工作目录
/app/web
OS/平台
linux/amd64
镜像创建
2025-01-09T14:51:30.059067409Z
同步时间
2025-01-10 09:39
浏览量
1156 次
贡献者
🔌 开放端口 1
3000/tcp
⚙️ 环境变量 15
KeyValue
PATH=/pnpm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
NODE_VERSION=20.18.1 1
YARN_VERSION=1.22.22 2
PNPM_HOME=/pnpm 3
NODE_ENV=production 4
EDITION=SELF_HOSTED 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=http://127.0.0.1:5001 9
MARKETPLACE_URL=http://127.0.0.1:5001 10
PORT=3000 11
NEXT_TELEMETRY_DISABLED=1 12
TZ=UTC 13
COMMIT_SHA=28edbbac0b4f3da7403de1f00b6cf0a8e4c0e24b 14
🏷️ 镜像标签 9
KeyValue
takatost@gmail.com maintainer
2025-01-09T14:47:31.254Z org.opencontainers.image.created
Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production. org.opencontainers.image.description
NOASSERTION org.opencontainers.image.licenses
28edbbac0b4f3da7403de1f00b6cf0a8e4c0e24b 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.0.0-beta.1 org.opencontainers.image.version
🛡️ 镜像安全扫描
alpine 3.20.5 Trivy 2025-01-10 09:39 查看完整报告
0
低危 LOW
5
中危 MEDIUM
3
高危 HIGH
0
严重 CRITICAL
受影响目标 (3)
docker.io/langgenius/dify-web:1.0.0-beta.1 (alpine 3.20.5) alpine Node.js node-pkg app/web/node_modules/.pnpm/@esbuild+linux-x64@0.23.1/node_modules/@esbuild/linux-x64/bin/esbuild gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:1.0.0-beta.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:1.0.0-beta.1  docker.io/langgenius/dify-web:1.0.0-beta.1

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#langgenius/dify-web:1.0.0-beta.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:1.0.0-beta.1#' 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.0.0-beta.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:1.0.0-beta.1  docker.io/langgenius/dify-web:1.0.0-beta.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.0.0-beta.1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:1.0.0-beta.1  docker.io/langgenius/dify-web:1.0.0-beta.1'

镜像构建历史


# 2025-01-09 22:51:30  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/sh" "./entrypoint.sh"]
                        
# 2025-01-09 22:51:30  0.00B 声明容器运行时监听的端口
EXPOSE map[3000/tcp:{}]
                        
# 2025-01-09 22:51:30  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2025-01-09 22:51:30  0.00B 设置环境变量 COMMIT_SHA
ENV COMMIT_SHA=28edbbac0b4f3da7403de1f00b6cf0a8e4c0e24b
                        
# 2025-01-09 22:51:30  0.00B 定义构建参数
ARG COMMIT_SHA=28edbbac0b4f3da7403de1f00b6cf0a8e4c0e24b
                        
# 2025-01-09 22:51:30  166.34MB 执行命令并创建新的镜像层
RUN /bin/sh -c pnpm add -g pm2     && mkdir /.pm2     && chown -R 1001:0 /.pm2 /app/web     && chmod -R g=u /.pm2 /app/web # buildkit
                        
# 2025-01-09 22:51:24  993.00B 复制新文件或目录到容器中
COPY docker/entrypoint.sh ./entrypoint.sh # buildkit
                        
# 2025-01-09 22:51:24  172.00B 复制新文件或目录到容器中
COPY docker/pm2.json ./pm2.json # buildkit
                        
# 2025-01-09 22:51:24  21.07MB 复制新文件或目录到容器中
COPY /app/web/.next/static ./.next/static # buildkit
                        
# 2025-01-09 22:51:24  102.97MB 复制新文件或目录到容器中
COPY /app/web/.next/standalone ./ # buildkit
                        
# 2025-01-09 22:44:26  15.18MB 复制新文件或目录到容器中
COPY /app/web/public ./public # buildkit
                        
# 2025-01-09 22:40:32  0.00B 设置工作目录为/app/web
WORKDIR /app/web
                        
# 2025-01-09 22:40:32  27.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -s /usr/share/zoneinfo/${TZ} /etc/localtime     && echo ${TZ} > /etc/timezone # buildkit
                        
# 2025-01-09 22:40:32  0.00B 设置环境变量 TZ
ENV TZ=UTC
                        
# 2025-01-09 22:40:32  0.00B 设置环境变量 NEXT_TELEMETRY_DISABLED
ENV NEXT_TELEMETRY_DISABLED=1
                        
# 2025-01-09 22:40:32  0.00B 设置环境变量 PORT
ENV PORT=3000
                        
# 2025-01-09 22:40:32  0.00B 设置环境变量 MARKETPLACE_URL
ENV MARKETPLACE_URL=http://127.0.0.1:5001
                        
# 2025-01-09 22:40:32  0.00B 设置环境变量 MARKETPLACE_API_URL
ENV MARKETPLACE_API_URL=http://127.0.0.1:5001
                        
# 2025-01-09 22:40:32  0.00B 设置环境变量 APP_API_URL
ENV APP_API_URL=http://127.0.0.1:5001
                        
# 2025-01-09 22:40:32  0.00B 设置环境变量 CONSOLE_API_URL
ENV CONSOLE_API_URL=http://127.0.0.1:5001
                        
# 2025-01-09 22:40:32  0.00B 设置环境变量 DEPLOY_ENV
ENV DEPLOY_ENV=PRODUCTION
                        
# 2025-01-09 22:40:32  0.00B 设置环境变量 EDITION
ENV EDITION=SELF_HOSTED
                        
# 2025-01-09 22:40:32  0.00B 设置环境变量 NODE_ENV
ENV NODE_ENV=production
                        
# 2025-01-09 22:40:32  0.00B 设置环境变量 PATH
ENV PATH=/pnpm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-01-09 22:40:32  0.00B 设置环境变量 PNPM_HOME
ENV PNPM_HOME=/pnpm
                        
# 2025-01-09 22:40:32  27.77MB 执行命令并创建新的镜像层
RUN /bin/sh -c npm install -g pnpm@9.12.2 # buildkit
                        
# 2025-01-09 10:22:01  497.04KB 执行命令并创建新的镜像层
RUN /bin/sh -c apk add --no-cache tzdata # buildkit
                        
# 2025-01-09 10:22:01  0.00B 添加元数据标签
LABEL maintainer=takatost@gmail.com
                        
# 2024-11-21 00:05:40  0.00B 设置默认要执行的命令
CMD ["node"]
                        
# 2024-11-21 00:05:40  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2024-11-21 00:05:40  388.00B 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
                        
# 2024-11-21 00:05:40  5.59MB 执行命令并创建新的镜像层
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 --keyserver keyserver.ubuntu.com --recv-keys "$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
                        
# 2024-11-21 00:05:40  0.00B 设置环境变量 YARN_VERSION
ENV YARN_VERSION=1.22.22
                        
# 2024-11-21 00:05:40  119.49MB 执行命令并创建新的镜像层
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="5ebbebaf673652c1868a05b442e82ed5b3f536aa03231f285e739d35b912dc5d" 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       C0D6248439F1D5604AAFFB4021D900FFDB233756       DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7       CC68F5A3106FF448322E48ED27F5E38D5B0A215F       8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600       890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4       C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C       108F52B48DB57BB0CC439B2997B01419BD92F80A       A363A499291CBBC940DD62E41F10027AF002F8B0     ; do       gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" ||       gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$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 # buildkit
                        
# 2024-11-21 00:05:40  0.00B 设置环境变量 NODE_VERSION
ENV NODE_VERSION=20.18.1
                        
# 2024-11-21 00:05:40  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2024-11-21 00:05:40  7.80MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.20.5-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:707500f0848fa55a2089f8346e3e82ae3e17dcb0d812001e2737f0a980a15ad2",
    "RepoTags": [
        "langgenius/dify-web:1.0.0-beta.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:1.0.0-beta.1"
    ],
    "RepoDigests": [
        "langgenius/dify-web@sha256:a4d47ef6006dea6899ca37caa40e6f910b2bb80809da84d17a58d43c0c069846",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web@sha256:fdc1b389208deb4a79b00135a6a3b4b18f2416dcd2eb0dba7a19b93277ad0028"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-01-09T14:51:30.059067409Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1001",
        "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=20.18.1",
            "YARN_VERSION=1.22.22",
            "PNPM_HOME=/pnpm",
            "NODE_ENV=production",
            "EDITION=SELF_HOSTED",
            "DEPLOY_ENV=PRODUCTION",
            "CONSOLE_API_URL=http://127.0.0.1:5001",
            "APP_API_URL=http://127.0.0.1:5001",
            "MARKETPLACE_API_URL=http://127.0.0.1:5001",
            "MARKETPLACE_URL=http://127.0.0.1:5001",
            "PORT=3000",
            "NEXT_TELEMETRY_DISABLED=1",
            "TZ=UTC",
            "COMMIT_SHA=28edbbac0b4f3da7403de1f00b6cf0a8e4c0e24b"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app/web",
        "Entrypoint": [
            "/bin/sh",
            "./entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "takatost@gmail.com",
            "org.opencontainers.image.created": "2025-01-09T14:47:31.254Z",
            "org.opencontainers.image.description": "Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.",
            "org.opencontainers.image.licenses": "NOASSERTION",
            "org.opencontainers.image.revision": "28edbbac0b4f3da7403de1f00b6cf0a8e4c0e24b",
            "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.0.0-beta.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 466702017,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/6b72acf294d1e0f0e5f44dc985c9500258ac58dcd98f80930d190ea416505586/diff:/var/lib/docker/overlay2/3cb0cfb6ecfe1d64b546492730a8606e1a293b0eaa77451ab865e899607f1366/diff:/var/lib/docker/overlay2/60929345bcf80347a6e60f528475469064805db101a9c483ac242c719daf53ac/diff:/var/lib/docker/overlay2/84bbe1aa92f608f3bec1b7891a08beef8625f6948def33cfb03836142dacc1fc/diff:/var/lib/docker/overlay2/61bae34a2fcd28522fe37097b8347e87271a44c8f35c930452db7058fcf48356/diff:/var/lib/docker/overlay2/e6f3353091c734a39e66821f205e56a63ada1c90ba6df45825b6166e99d40fd1/diff:/var/lib/docker/overlay2/34154e46e94f112b108b049b7355070b8f5c58d959415c3f8ba977b2f07f84ca/diff:/var/lib/docker/overlay2/8e13ce4b8673f0b9e840d4b42404da41df4233ccd23ad8bf9dde71aa447ccdad/diff:/var/lib/docker/overlay2/19ccc858afde77674e210622560af11bf83aa6bbe94a0c908498b5ee377f5e78/diff:/var/lib/docker/overlay2/bb77a47568b66302325cf243c4338ca91594112b05957890dfeb3abfd0851574/diff:/var/lib/docker/overlay2/61bda5a4edeaf7893f7b3debaae4573db29a35586861b3e71760187646b350f9/diff:/var/lib/docker/overlay2/9cbed2d82885eac1141909d68ed55cc458afba4f4b59c869b37cb86067c8ea78/diff:/var/lib/docker/overlay2/16aa5373a8f5ca93bcb4279484876dbb3bbbc9a36a9d57046e4c9b7eb50980fc/diff",
            "MergedDir": "/var/lib/docker/overlay2/affd297b02c3a1f94aa2d5914a4ed08e8a11db365e18572e5b255bbc31f3d62b/merged",
            "UpperDir": "/var/lib/docker/overlay2/affd297b02c3a1f94aa2d5914a4ed08e8a11db365e18572e5b255bbc31f3d62b/diff",
            "WorkDir": "/var/lib/docker/overlay2/affd297b02c3a1f94aa2d5914a4ed08e8a11db365e18572e5b255bbc31f3d62b/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ce5a8cde9eeef09160653b9c3d14f0c1c0e2900033476a5f2a9fc950161c0eb2",
            "sha256:fbca40fda60f7e4087fc6639536291fd2e7830b47c586b95f1a94dda623a018b",
            "sha256:03c9956aabb13fb5b14d8ad64f8bb683d3b242735deaab1179f49d649bd0f069",
            "sha256:94cacd48270dec2d5109a3a74190861b9bee259ddffa02f8418ac53ef4f0271a",
            "sha256:2a79dbd3472ff59eceaa06555991ee3f6d62294abf3229e263ac144043ee5974",
            "sha256:e0fdd82b43da7827baa60702b82677f971235ce91a0e7d9166ffadcf72f1ee7e",
            "sha256:9be7b8631071317bf5cbf50ae24b8f091a74d6fcc9af5934466efc1b70535a17",
            "sha256:de9710aa8a004fb1a28569b8c067e0db2f8be3cb4b9880571c2cfd5a69fb849c",
            "sha256:174e44584f384d99326e02810f37381e3a744f94386c4821deb3093f577cd708",
            "sha256:71b51a493f7da4b9f39ee054a5b7c1befdd148ea23f5cf2995fe661f92afc0cd",
            "sha256:6c0404f834c992efd346657d8e2339b884d7b5d44871b43feb13ad11b9e91007",
            "sha256:09a26c92491f6be9ef7632d8042d83a420256171a323f8059358689d32964393",
            "sha256:4ec59d81e4923e5e8a29edee4c25d2e42fd9ac0de3467bb834247c735c047eab",
            "sha256:7383cf69011583958afa59616247f9619a044952918f6e2692baa5bd73611b88"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-01-10T09:39:19.680744413+08:00"
    }
}

更多版本

docker.io/langgenius/dify-web:0.10.0

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

docker.io/langgenius/dify-web:0.10.0

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

docker.io/langgenius/dify-web:0.10.1

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

docker.io/langgenius/dify-web:0.10.2

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

docker.io/langgenius/dify-web:0.11.0

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

docker.io/langgenius/dify-web:0.11.1

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

docker.io/langgenius/dify-web:0.11.2

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

docker.io/langgenius/dify-web:0.12.1

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

docker.io/langgenius/dify-web:0.13.0

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

docker.io/langgenius/dify-web:0.13.1

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

docker.io/langgenius/dify-web:0.13.2

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

docker.io/langgenius/dify-web:0.14.0

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

docker.io/langgenius/dify-web:0.14.1

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

docker.io/langgenius/dify-web:0.14.2

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

docker.io/langgenius/dify-web:0.14.2

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

docker.io/langgenius/dify-web:0.15.0

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

docker.io/langgenius/dify-web:0.15.1

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

docker.io/langgenius/dify-web:0.15.2

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

docker.io/langgenius/dify-web:0.15.2

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

docker.io/langgenius/dify-web:0.15.3

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

docker.io/langgenius/dify-web:0.15.3

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

docker.io/langgenius/dify-web:0.15.4

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

docker.io/langgenius/dify-web:0.15.5

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

docker.io/langgenius/dify-web:0.15.7

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

docker.io/langgenius/dify-web:0.15.8

linux/amd64 docker.io440.11MB2025-12-16 15:30
366

docker.io/langgenius/dify-web:0.6.10

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

docker.io/langgenius/dify-web:0.6.11

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

docker.io/langgenius/dify-web:0.6.12

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

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

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

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

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

docker.io/langgenius/dify-web:0.6.13

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

docker.io/langgenius/dify-web:0.6.14

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

docker.io/langgenius/dify-web:0.6.15

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

docker.io/langgenius/dify-web:0.6.16

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

docker.io/langgenius/dify-web:0.6.2

linux/amd64 docker.io227.03MB2026-04-28 10:41
216

docker.io/langgenius/dify-web:0.6.9

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

docker.io/langgenius/dify-web:0.7.0

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

docker.io/langgenius/dify-web:0.7.1

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

docker.io/langgenius/dify-web:0.7.2

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

docker.io/langgenius/dify-web:0.7.3

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

docker.io/langgenius/dify-web:0.8.0

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

docker.io/langgenius/dify-web:0.8.1

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

docker.io/langgenius/dify-web:0.8.2

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

docker.io/langgenius/dify-web:0.8.3

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

docker.io/langgenius/dify-web:0.9.2

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

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

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

docker.io/langgenius/dify-web:1.0.0

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

docker.io/langgenius/dify-web:1.0.0

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

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

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

docker.io/langgenius/dify-web:1.0.1

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

docker.io/langgenius/dify-web:1.0.1

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

docker.io/langgenius/dify-web:1.1.0

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

docker.io/langgenius/dify-web:1.1.1

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

docker.io/langgenius/dify-web:1.1.1

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

docker.io/langgenius/dify-web:1.1.2

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

docker.io/langgenius/dify-web:1.1.3

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

docker.io/langgenius/dify-web:1.1.3

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

docker.io/langgenius/dify-web:1.10.0

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

docker.io/langgenius/dify-web:1.10.0

linux/arm64 docker.io569.96MB2025-12-03 17:46
416

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

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

docker.io/langgenius/dify-web:1.10.1

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

docker.io/langgenius/dify-web:1.10.1

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

docker.io/langgenius/dify-web:1.10.1-fix.1

linux/amd64 docker.io577.75MB2025-12-05 17:39
613

docker.io/langgenius/dify-web:1.11.0

linux/amd64 docker.io395.26MB2025-12-11 02:29
1411

docker.io/langgenius/dify-web:1.11.1

linux/amd64 docker.io395.34MB2025-12-15 11:35
745

docker.io/langgenius/dify-web:1.11.2

linux/amd64 docker.io396.99MB2025-12-26 14:13
1067

docker.io/langgenius/dify-web:1.11.2

linux/arm64 docker.io393.91MB2026-01-16 14:20
279

docker.io/langgenius/dify-web:1.11.3

linux/amd64 docker.io460.34MB2026-01-20 14:14
378

docker.io/langgenius/dify-web:1.11.4

linux/amd64 docker.io458.14MB2026-01-15 17:33
904

docker.io/langgenius/dify-web:1.11.4

linux/arm64 docker.io451.06MB2026-04-08 16:58
197

docker.io/langgenius/dify-web:1.12.1

linux/amd64 docker.io391.80MB2026-02-05 10:58
433

docker.io/langgenius/dify-web:1.12.1

linux/arm64 docker.io391.17MB2026-02-11 19:50
266

docker.io/langgenius/dify-web:1.13.0

linux/amd64 docker.io398.26MB2026-02-13 13:27
603

docker.io/langgenius/dify-web:1.13.0

linux/arm64 docker.io397.62MB2026-02-28 10:24
297

docker.io/langgenius/dify-web:1.13.1

linux/amd64 docker.io340.01MB2026-03-18 18:40
754

docker.io/langgenius/dify-web:1.13.2

linux/amd64 docker.io340.01MB2026-03-20 13:36
357

docker.io/langgenius/dify-web:1.13.3

linux/amd64 docker.io341.07MB2026-03-27 17:49
665

docker.io/langgenius/dify-web:1.13.3

linux/arm64 docker.io339.39MB2026-03-27 18:05
257

docker.io/langgenius/dify-web:1.14.0

linux/amd64 docker.io535.64MB2026-04-29 20:37
320

docker.io/langgenius/dify-web:1.14.0

linux/arm64 docker.io533.93MB2026-04-29 14:49
204

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

linux/amd64 docker.io466.92MB2026-03-02 16:49
654

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

linux/arm64 docker.io466.31MB2026-04-03 11:16
200

docker.io/langgenius/dify-web:1.14.1

linux/amd64 docker.io538.27MB2026-05-12 16:30
331

docker.io/langgenius/dify-web:1.14.1

linux/arm64 docker.io536.56MB2026-05-12 18:35
179

docker.io/langgenius/dify-web:1.14.2

linux/amd64 docker.io542.09MB2026-05-19 17:04
512

docker.io/langgenius/dify-web:1.14.2

linux/arm64 docker.io540.35MB2026-05-31 17:25
172

docker.io/langgenius/dify-web:1.15.0

linux/amd64 docker.io570.82MB2026-06-29 09:30
383

docker.io/langgenius/dify-web:1.15.0

linux/arm64 docker.io569.14MB2026-06-26 08:39
230

docker.io/langgenius/dify-web:1.16.0

linux/amd64 docker.io619.48MB2026-07-20 14:39
164

docker.io/langgenius/dify-web:1.16.0

linux/arm64 docker.io617.80MB2026-07-20 11:12
107

docker.io/langgenius/dify-web:1.16.1

linux/amd64 docker.io631.31MB2026-08-04 17:25
180

docker.io/langgenius/dify-web:1.16.1

linux/arm64 docker.io629.62MB2026-07-28 16:30
152

docker.io/langgenius/dify-web:1.17.0

linux/amd64 docker.io625.86MB2026-08-27 13:34
107

docker.io/langgenius/dify-web:1.17.0

linux/arm64 docker.io623.94MB2026-08-27 15:03
62

docker.io/langgenius/dify-web:1.17.1

linux/amd64 docker.io635.43MB2026-09-11 13:31
52

docker.io/langgenius/dify-web:1.17.1

linux/arm64 docker.io630.84MB2026-09-11 08:39
43

docker.io/langgenius/dify-web:1.2.0

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

docker.io/langgenius/dify-web:1.2.0

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

docker.io/langgenius/dify-web:1.3.0

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

docker.io/langgenius/dify-web:1.3.1

linux/amd64 docker.io528.75MB2025-04-28 21:41
1008
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×