docker.io/langgenius/dify-web:0.12.1 linux/amd64

docker.io/langgenius/dify-web:0.12.1 - 国内下载镜像源 浏览次数:173 安全受验证的发布者-Dify

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

源镜像 docker.io/langgenius/dify-web:0.12.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:0.12.1
镜像ID sha256:73a33eeec095b84d10b5897a0030bff16e5b085a2a9d453d9e27a8bd1c79bf42
镜像TAG 0.12.1
大小 349.82MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /bin/sh ./entrypoint.sh
工作目录 /app/web
OS/平台 linux/amd64
浏览量 173 次
贡献者
镜像创建 2024-11-26T07:51:36.77955773Z
同步时间 2024-11-29 13:59
更新时间 2025-07-15 14:31
开放端口
3000/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NODE_VERSION=20.18.1 YARN_VERSION=1.22.22 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 PORT=3000 NEXT_TELEMETRY_DISABLED=1 TZ=UTC COMMIT_SHA=208d6d6d94975742d84483bdaa0625c78ad582ff
镜像标签
takatost@gmail.com: maintainer 2024-11-26T07:47:41.803Z: 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 208d6d6d94975742d84483bdaa0625c78ad582ff: 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 0.12.1: org.opencontainers.image.version
镜像安全扫描 查看Trivy扫描报告

系统OS: alpine 3.20.3 扫描引擎: Trivy 扫描时间: 2024-11-29 14:01

低危漏洞:2 中危漏洞:3 高危漏洞:1 严重漏洞:0

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#langgenius/dify-web:0.12.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:0.12.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:0.12.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:0.12.1  docker.io/langgenius/dify-web:0.12.1'

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-11-26 15:51:36  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/sh" "./entrypoint.sh"]
                        
# 2024-11-26 15:51:36  0.00B 声明容器运行时监听的端口
EXPOSE map[3000/tcp:{}]
                        
# 2024-11-26 15:51:36  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2024-11-26 15:51:36  0.00B 设置环境变量 COMMIT_SHA
ENV COMMIT_SHA=208d6d6d94975742d84483bdaa0625c78ad582ff
                        
# 2024-11-26 15:51:36  0.00B 定义构建参数
ARG COMMIT_SHA=208d6d6d94975742d84483bdaa0625c78ad582ff
                        
# 2024-11-26 15:51:36  119.69MB 执行命令并创建新的镜像层
RUN /bin/sh -c yarn global add pm2     && yarn cache clean     && mkdir /.pm2     && chown -R 1001:0 /.pm2 /app/web     && chmod -R g=u /.pm2 /app/web # buildkit
                        
# 2024-11-26 15:51:28  806.00B 复制新文件或目录到容器中
COPY docker/entrypoint.sh ./entrypoint.sh # buildkit
                        
# 2024-11-26 15:51:28  172.00B 复制新文件或目录到容器中
COPY docker/pm2.json ./pm2.json # buildkit
                        
# 2024-11-26 15:51:28  19.41MB 复制新文件或目录到容器中
COPY /app/web/.next/static ./.next/static # buildkit
                        
# 2024-11-26 15:51:27  64.75MB 复制新文件或目录到容器中
COPY /app/web/.next/standalone ./ # buildkit
                        
# 2024-11-26 09:38:58  12.61MB 复制新文件或目录到容器中
COPY /app/web/public ./public # buildkit
                        
# 2024-11-26 09:35:23  0.00B 设置工作目录为/app/web
WORKDIR /app/web
                        
# 2024-11-26 09:35:23  27.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -s /usr/share/zoneinfo/${TZ} /etc/localtime     && echo ${TZ} > /etc/timezone # buildkit
                        
# 2024-11-26 09:35:23  0.00B 设置环境变量 TZ
ENV TZ=UTC
                        
# 2024-11-26 09:35:23  0.00B 设置环境变量 NEXT_TELEMETRY_DISABLED
ENV NEXT_TELEMETRY_DISABLED=1
                        
# 2024-11-26 09:35:23  0.00B 设置环境变量 PORT
ENV PORT=3000
                        
# 2024-11-26 09:35:23  0.00B 设置环境变量 APP_API_URL
ENV APP_API_URL=http://127.0.0.1:5001
                        
# 2024-11-26 09:35:23  0.00B 设置环境变量 CONSOLE_API_URL
ENV CONSOLE_API_URL=http://127.0.0.1:5001
                        
# 2024-11-26 09:35:23  0.00B 设置环境变量 DEPLOY_ENV
ENV DEPLOY_ENV=PRODUCTION
                        
# 2024-11-26 09:35:23  0.00B 设置环境变量 EDITION
ENV EDITION=SELF_HOSTED
                        
# 2024-11-26 09:35:23  0.00B 设置环境变量 NODE_ENV
ENV NODE_ENV=production
                        
# 2024-11-26 09:35:23  497.04KB 执行命令并创建新的镜像层
RUN /bin/sh -c apk add --no-cache tzdata # buildkit
                        
# 2024-11-26 09:35:23  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.48MB 执行命令并创建新的镜像层
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-09-06 20:05:36  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2024-09-06 20:05:36  7.80MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.20.3-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:73a33eeec095b84d10b5897a0030bff16e5b085a2a9d453d9e27a8bd1c79bf42",
    "RepoTags": [
        "langgenius/dify-web:0.12.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:0.12.1"
    ],
    "RepoDigests": [
        "langgenius/dify-web@sha256:119a372793341d44b06be401948e094cd7cdf97c774dc1a9457b2406aefdba83",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web@sha256:305dd4b02c9b8a98ce1de95b15c36674a300d07aa79727d037db6474243d69a9"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-11-26T07:51:36.77955773Z",
    "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=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "NODE_VERSION=20.18.1",
            "YARN_VERSION=1.22.22",
            "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",
            "PORT=3000",
            "NEXT_TELEMETRY_DISABLED=1",
            "TZ=UTC",
            "COMMIT_SHA=208d6d6d94975742d84483bdaa0625c78ad582ff"
        ],
        "Cmd": null,
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app/web",
        "Entrypoint": [
            "/bin/sh",
            "./entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "takatost@gmail.com",
            "org.opencontainers.image.created": "2024-11-26T07:47:41.803Z",
            "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": "208d6d6d94975742d84483bdaa0625c78ad582ff",
            "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": "0.12.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 349821772,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/08c61bddc8fdeb9e4c4ca9b35d249e54eab5ba05657039802ec6eac6316044c8/diff:/var/lib/docker/overlay2/0968bee0cf071526662c8dd8200ee3b1d37d2c9c0937bb7f8ab8ef66287dbab6/diff:/var/lib/docker/overlay2/d3338dae00e67e4c92fc9534e241aab6529c2f25571d52edfaa920f046b76040/diff:/var/lib/docker/overlay2/c929eba0a97ce997de6b2e0db75ec6210d40e346fd8820060bc98277076f29e1/diff:/var/lib/docker/overlay2/2f14f94579bb7134e84ef306b92596dc7096a548f43c91177224f517224e276d/diff:/var/lib/docker/overlay2/b49f84cec9c3f4b60404a053307dc76646b3530c6d946e3a57128a2ea897f595/diff:/var/lib/docker/overlay2/9cee46df67e046ac29efcebc5645ae2bbccb5b4ee996cc8cd5ef7c220f56692c/diff:/var/lib/docker/overlay2/3c959fe262e5a06902b3f3fe91cacf7e6dec2f7b96e2f6c091184b60b63c56ef/diff:/var/lib/docker/overlay2/59cde5019cf4c534324a5f907bd747be19bf236c61482a55e8a256886bcb7ad4/diff:/var/lib/docker/overlay2/a5c8a048ddb8429aff4305876c9d4b8332121b611edeeb09b7f7b3b88055e456/diff:/var/lib/docker/overlay2/dbcb0a7ca321b2a773072e2098e9c4353b6144e270039dd005f2a6e07645c8fe/diff:/var/lib/docker/overlay2/23c5724f3a35122d45237c48d0eec74bfb90f129834f1ecb674937c0af9f9db3/diff",
            "MergedDir": "/var/lib/docker/overlay2/0fba43cfdd98ece6fe0a9e8fa1fe0f5afc5131202a3acb060d97adb3848b2d04/merged",
            "UpperDir": "/var/lib/docker/overlay2/0fba43cfdd98ece6fe0a9e8fa1fe0f5afc5131202a3acb060d97adb3848b2d04/diff",
            "WorkDir": "/var/lib/docker/overlay2/0fba43cfdd98ece6fe0a9e8fa1fe0f5afc5131202a3acb060d97adb3848b2d04/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:75654b8eeebd3beae97271a102f57cdeb794cc91e442648544963a7e951e9558",
            "sha256:06de089973a14b96bffbae720bef45eb631240c76da81b80fd0c40508ea95d38",
            "sha256:6553e56d4900ae3f5003f8953b232b54e50f94595f017aeb8990f1f7c2566195",
            "sha256:99b162fdf7bb4e3736b1af8fba1b4372c10dfc9dc0454cb617ed1e9e1c9b4621",
            "sha256:5156394827536d0398657d140944e247ef13046dc7d9a7014e0d9eb00b17077c",
            "sha256:091f82c446ded623ca200ae5ba3aad1eb82a726e9569f24ef9d420c618051f38",
            "sha256:b324f33020932c486bedeb43e716abbb314a028d719869273831d267513625af",
            "sha256:3ec6d31d4e3e5deec0bec24cf923e29c0aa92c7688ae2f9f36338a102b0897a4",
            "sha256:e6edd4c20fd1df988064c36fcec48aa57357e85132eda6cc1628e5c66e3df353",
            "sha256:a4667479692b42e1d5fe33d4b72ec0902be2c260af3f56213d32e262056cfe56",
            "sha256:b7c44db0304b2d3355f67590a41e8147821d8267704b4bce06b2d2d088b6eef3",
            "sha256:bd134c1acf09a037b8220c5e83c00e3fefb859fe40f6abcb6cc94798fff0360e",
            "sha256:76704cd26816537938c6a4e1e1b87e4063cbca1c9f45728adf106d52c5f1ccf3"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-11-29T13:59:20.063918921+08:00"
    }
}

更多版本

docker.io/langgenius/dify-web:0.6.10

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

docker.io/langgenius/dify-web:0.6.9

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

docker.io/langgenius/dify-web:0.6.11

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

docker.io/langgenius/dify-web:0.6.12

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

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

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

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

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

docker.io/langgenius/dify-web:0.6.13

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

docker.io/langgenius/dify-web:0.6.14

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

docker.io/langgenius/dify-web:0.6.15

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

docker.io/langgenius/dify-web:0.6.16

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

docker.io/langgenius/dify-web:0.7.0

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

docker.io/langgenius/dify-web:main

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

docker.io/langgenius/dify-web:0.7.1

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

docker.io/langgenius/dify-web:0.7.2

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

docker.io/langgenius/dify-web:0.7.3

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

docker.io/langgenius/dify-web:0.8.0

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

docker.io/langgenius/dify-web:0.8.1

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

docker.io/langgenius/dify-web:0.8.2

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

docker.io/langgenius/dify-web:0.8.3

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

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

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

docker.io/langgenius/dify-web:0.9.2

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

docker.io/langgenius/dify-web:0.10.0

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

docker.io/langgenius/dify-web:0.10.1

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

docker.io/langgenius/dify-web:0.10.2

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

docker.io/langgenius/dify-web:0.11.0

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

docker.io/langgenius/dify-web:0.11.1

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

docker.io/langgenius/dify-web:0.10.0

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

docker.io/langgenius/dify-web:0.11.2

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

docker.io/langgenius/dify-web:0.12.1

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

docker.io/langgenius/dify-web:0.13.0

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

docker.io/langgenius/dify-web:0.13.1

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

docker.io/langgenius/dify-web:0.13.2

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

docker.io/langgenius/dify-web:0.14.0

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

docker.io/langgenius/dify-web:0.14.1

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

docker.io/langgenius/dify-web:0.14.2

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

docker.io/langgenius/dify-web:0.14.2

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

docker.io/langgenius/dify-web:0.15.0

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

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

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

docker.io/langgenius/dify-web:0.15.1

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

docker.io/langgenius/dify-web:0.15.2

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

docker.io/langgenius/dify-web:0.15.3

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

docker.io/langgenius/dify-web:0.15.3

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

docker.io/langgenius/dify-web:latest

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

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

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

docker.io/langgenius/dify-web:1.0.0

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

docker.io/langgenius/dify-web:c0358d8d0c600a4d97589235baa7ff4a7144b04d

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

docker.io/langgenius/dify-web:0.15.2

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

docker.io/langgenius/dify-web:1.0.1

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

docker.io/langgenius/dify-web:1.0.1

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

docker.io/langgenius/dify-web:1.1.0

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

docker.io/langgenius/dify-web:1.1.1

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

docker.io/langgenius/dify-web:1.1.1

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

docker.io/langgenius/dify-web:1.1.2

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

docker.io/langgenius/dify-web:1.1.3

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

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

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

docker.io/langgenius/dify-web:0.15.5

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

docker.io/langgenius/dify-web:1.2.0

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

docker.io/langgenius/dify-web:1.2.0

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

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

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

docker.io/langgenius/dify-web:1.1.3

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

docker.io/langgenius/dify-web:1.3.0

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

docker.io/langgenius/dify-web:1.3.1

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

docker.io/langgenius/dify-web:0.15.7

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

docker.io/langgenius/dify-web:1.4.0

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

docker.io/langgenius/dify-web:1.4.1

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

docker.io/langgenius/dify-web:0.15.4

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

docker.io/langgenius/dify-web:1.4.2

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

docker.io/langgenius/dify-web:1.4.3

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

docker.io/langgenius/dify-web:1.3.1

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

docker.io/langgenius/dify-web:1.4.1

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

docker.io/langgenius/dify-web:1.5.0

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

docker.io/langgenius/dify-web:1.5.1

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

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

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

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

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

docker.io/langgenius/dify-web:1.6.0

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

docker.io/langgenius/dify-web:1.6.0

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