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

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

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

源镜像 docker.io/langgenius/dify-web:0.8.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:0.8.1
镜像ID sha256:2ef17c31f6946c9a80e07f9172a86ef7eda13b5d730682b1bac4d7a2a1373611
镜像TAG 0.8.1
大小 234.43MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /bin/sh ./entrypoint.sh
工作目录 /app/web
OS/平台 linux/amd64
浏览量 572 次
贡献者
镜像创建 2024-09-12T18:53:13.918829336Z
同步时间 2024-09-13 09:46
开放端口
3000/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NODE_VERSION=20.11.1 YARN_VERSION=1.22.19 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=c78828ab7ce36647985b2c2ec104940180a006d2
镜像标签
takatost@gmail.com: maintainer 2024-09-12T18:50:11.034Z: 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 c78828ab7ce36647985b2c2ec104940180a006d2: 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.8.1: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2024-09-13 02:53:13  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/sh" "./entrypoint.sh"]
                        
# 2024-09-13 02:53:13  0.00B 声明容器运行时监听的端口
EXPOSE map[3000/tcp:{}]
                        
# 2024-09-13 02:53:13  0.00B 设置环境变量 COMMIT_SHA
ENV COMMIT_SHA=c78828ab7ce36647985b2c2ec104940180a006d2
                        
# 2024-09-13 02:53:13  0.00B 定义构建参数
ARG COMMIT_SHA=c78828ab7ce36647985b2c2ec104940180a006d2
                        
# 2024-09-13 02:53:13  679.00B 复制新文件或目录到容器中
COPY docker/entrypoint.sh ./entrypoint.sh # buildkit
                        
# 2024-09-13 02:53:13  172.00B 复制新文件或目录到容器中
COPY docker/pm2.json ./pm2.json # buildkit
                        
# 2024-09-13 02:53:13  18.05MB 复制新文件或目录到容器中
COPY /app/web/.next/static ./.next/static # buildkit
                        
# 2024-09-13 02:53:13  43.07MB 复制新文件或目录到容器中
COPY /app/web/.next/standalone ./ # buildkit
                        
# 2024-09-12 10:42:46  12.61MB 复制新文件或目录到容器中
COPY /app/web/public ./public # buildkit
                        
# 2024-09-12 10:40:04  0.00B 设置工作目录为/app/web
WORKDIR /app/web
                        
# 2024-09-12 10:40:04  22.91MB 执行命令并创建新的镜像层
RUN /bin/sh -c yarn global add pm2     && yarn cache clean # buildkit
                        
# 2024-09-12 10:39:57  27.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -s /usr/share/zoneinfo/${TZ} /etc/localtime     && echo ${TZ} > /etc/timezone # buildkit
                        
# 2024-09-12 10:39:57  0.00B 设置环境变量 TZ
ENV TZ=UTC
                        
# 2024-09-12 10:39:57  0.00B 设置环境变量 NEXT_TELEMETRY_DISABLED
ENV NEXT_TELEMETRY_DISABLED=1
                        
# 2024-09-12 10:39:57  0.00B 设置环境变量 PORT
ENV PORT=3000
                        
# 2024-09-12 10:39:57  0.00B 设置环境变量 APP_API_URL
ENV APP_API_URL=http://127.0.0.1:5001
                        
# 2024-09-12 10:39:57  0.00B 设置环境变量 CONSOLE_API_URL
ENV CONSOLE_API_URL=http://127.0.0.1:5001
                        
# 2024-09-12 10:39:57  0.00B 设置环境变量 DEPLOY_ENV
ENV DEPLOY_ENV=PRODUCTION
                        
# 2024-09-12 10:39:57  0.00B 设置环境变量 EDITION
ENV EDITION=SELF_HOSTED
                        
# 2024-09-12 10:39:57  0.00B 设置环境变量 NODE_ENV
ENV NODE_ENV=production
                        
# 2024-09-12 10:39:57  1.15MB 执行命令并创建新的镜像层
RUN /bin/sh -c apk add --no-cache tzdata # buildkit
                        
# 2024-09-12 10:39:57  0.00B 添加元数据标签
LABEL maintainer=takatost@gmail.com
                        
# 2024-03-16 11:31:09  0.00B 
/bin/sh -c #(nop)  CMD ["node"]
                        
# 2024-03-16 11:31:09  0.00B 
/bin/sh -c #(nop)  ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2024-03-16 11:31:09  388.00B 
/bin/sh -c #(nop) COPY file:4d192565a7220e135cab6c77fbc1c73211b69f3d9fb37e62857b2c6eb9363d51 in /usr/local/bin/ 
                        
# 2024-03-16 11:31:08  7.76MB 
/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
                        
# 2024-03-16 11:31:03  0.00B 
/bin/sh -c #(nop)  ENV YARN_VERSION=1.22.19
                        
# 2024-03-16 11:31:03  121.49MB 
/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="5da733c21c3b51193a4fe9fc5be6cfa9a694d13b8d766eb02dbe4b8996547050" 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     && export GNUPGHOME="$(mktemp -d)"     && for key in       4ED778F539E3634C779C87C6D7062848A1AB005C       141F07595B7B3FFE74309A937405533BE57C7D57       74F12602B6F1C4E913FAA37AD3A89613643B6201       DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7       61FC681DFB92A079F1685E77973F295594EC4689       8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600       C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8       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
                        
# 2024-03-16 11:30:54  0.00B 
/bin/sh -c #(nop)  ENV NODE_VERSION=20.11.1
                        
# 2024-01-27 08:30:48  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2024-01-27 08:30:48  7.38MB 
/bin/sh -c #(nop) ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in / 
                        
                    

镜像信息

{
    "Id": "sha256:2ef17c31f6946c9a80e07f9172a86ef7eda13b5d730682b1bac4d7a2a1373611",
    "RepoTags": [
        "langgenius/dify-web:0.8.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:0.8.1"
    ],
    "RepoDigests": [
        "langgenius/dify-web@sha256:2a1de1de7a365e085cf1898c94e000e96e131490deba58b69eff85a4295efdff",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web@sha256:fb7ef9a5bd992301bf7e4bcde0422d1bc683b2dd44b62c4a77e06f1f0f386f55"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-09-12T18:53:13.918829336Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "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.11.1",
            "YARN_VERSION=1.22.19",
            "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=c78828ab7ce36647985b2c2ec104940180a006d2"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app/web",
        "Entrypoint": [
            "/bin/sh",
            "./entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "takatost@gmail.com",
            "org.opencontainers.image.created": "2024-09-12T18:50:11.034Z",
            "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": "c78828ab7ce36647985b2c2ec104940180a006d2",
            "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.8.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 234433101,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/e5011f1c2c17208b33b6c783b251391a6f8cfdb1799dbe825e1a93ad93681c5f/diff:/var/lib/docker/overlay2/6d18e9f0c860d89583c6c4605eca266e05f1457678f333165a1ac084f310265b/diff:/var/lib/docker/overlay2/fe99c783288fc7f11529772c6a7a1820ae1232c6624a15c69e34b4d0986f0358/diff:/var/lib/docker/overlay2/ee44a6a333e5b169ee9ee462aae263f4cf7b4e297a770b7b1cc466ec03f00d46/diff:/var/lib/docker/overlay2/f4950717a85b1c40ed01e6387e591ff1ecd23a64fe128175c04ae6dd67884492/diff:/var/lib/docker/overlay2/647e356336f64ff4c0d70530de27bffc2369e40f76ca5519802a08dab2c8ffab/diff:/var/lib/docker/overlay2/962f27fd61d9452b197ace804783be7f4faf9498b4f72266891e8a6559ab74b4/diff:/var/lib/docker/overlay2/0a981a526dd919e5d0fb7ea1fd1def69a90b1b5b2553cd92a83af06503a04a4f/diff:/var/lib/docker/overlay2/72cb0f04b01670bd23df855d90e79bb6563601376caee8d7abfd4036ba84618a/diff:/var/lib/docker/overlay2/b5d855fe46940888e092389835f9de0fb69977dd7067707afa6d5abba947557a/diff:/var/lib/docker/overlay2/a54995a17090434cff7d2c62b8e2ab7bb84ee8b57cbb67b50284be0c703d1836/diff:/var/lib/docker/overlay2/27f9e469fe627f917495a015135a9d57c175aa9a4c4034d69c51def780150b56/diff",
            "MergedDir": "/var/lib/docker/overlay2/caaef4640db922d660616867d23899e8c3c3ee0aed26c6691202e14c4d94b463/merged",
            "UpperDir": "/var/lib/docker/overlay2/caaef4640db922d660616867d23899e8c3c3ee0aed26c6691202e14c4d94b463/diff",
            "WorkDir": "/var/lib/docker/overlay2/caaef4640db922d660616867d23899e8c3c3ee0aed26c6691202e14c4d94b463/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:d4fc045c9e3a848011de66f34b81f052d4f2c15a17bb196d637e526349601820",
            "sha256:f6810059c632b0d73db06070489258e89db107569f546425ffba1dd63836d86b",
            "sha256:b4770ab48df11c37e1735a72fc709c670bdae3d7cf9a85f73b70d6f466b2487d",
            "sha256:468d581477ea696520862b38e9da65cd0651306f901a09c703da4453065344d0",
            "sha256:f52b8d5e3a7a14e7ecdc93808e39c14baf94a613b2f7333d0344f893417e7172",
            "sha256:c427e665345e32f8ffc3fc05371b17d0c58235ce15a5703f6d75246ce768fc5c",
            "sha256:acd2d9d18f49445a9e4af014509b4f8870e37dcb009f70f9331c8be86202d554",
            "sha256:148c1577f4eaaec5c03a78ef36062226d2f6721fd9941fe86adef739beaf70e6",
            "sha256:b8e6d52c0d7908175a1bda0e2bafbde10b743213f012687983ceef5d196835da",
            "sha256:176667ca289487b378a781c81a598351c3f8b5ba81d5c328b21a635fc6ce0380",
            "sha256:d1854276da86d47222e66b7cbbfbf22756b79d0956d46c8228fedd63e60d54a5",
            "sha256:1cec5742f2ea3800d76507eec9e92f3b913d49b2e01ff45f06880bd2ad9ab04d",
            "sha256:22cae53fbb4d1a1873948460713ba5fd63eb20a3c7b121525f15598c8b666d79"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-09-13T09:46:30.843979484+08:00"
    }
}

更多版本

docker.io/langgenius/dify-web:0.6.10

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

docker.io/langgenius/dify-web:0.6.9

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

docker.io/langgenius/dify-web:0.6.11

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

docker.io/langgenius/dify-web:0.6.12

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

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

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

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

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

docker.io/langgenius/dify-web:0.6.13

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

docker.io/langgenius/dify-web:0.6.14

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

docker.io/langgenius/dify-web:0.6.15

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

docker.io/langgenius/dify-web:0.6.16

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

docker.io/langgenius/dify-web:0.7.0

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

docker.io/langgenius/dify-web:main

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

docker.io/langgenius/dify-web:0.7.1

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

docker.io/langgenius/dify-web:0.7.2

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

docker.io/langgenius/dify-web:0.7.3

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

docker.io/langgenius/dify-web:0.8.0

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

docker.io/langgenius/dify-web:0.8.1

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

docker.io/langgenius/dify-web:0.8.2

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

docker.io/langgenius/dify-web:0.8.3

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

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

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

docker.io/langgenius/dify-web:0.9.2

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

docker.io/langgenius/dify-web:0.10.0

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

docker.io/langgenius/dify-web:0.10.1

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

docker.io/langgenius/dify-web:0.10.2

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

docker.io/langgenius/dify-web:0.11.0

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

docker.io/langgenius/dify-web:0.11.1

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

docker.io/langgenius/dify-web:0.10.0

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

docker.io/langgenius/dify-web:0.11.2

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

docker.io/langgenius/dify-web:0.12.1

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

docker.io/langgenius/dify-web:0.13.0

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

docker.io/langgenius/dify-web:0.13.1

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

docker.io/langgenius/dify-web:0.13.2

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

docker.io/langgenius/dify-web:0.14.0

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

docker.io/langgenius/dify-web:0.14.1

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

docker.io/langgenius/dify-web:0.14.2

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

docker.io/langgenius/dify-web:0.14.2

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

docker.io/langgenius/dify-web:0.15.0

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

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

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

docker.io/langgenius/dify-web:0.15.1

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

docker.io/langgenius/dify-web:0.15.2

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

docker.io/langgenius/dify-web:0.15.3

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

docker.io/langgenius/dify-web:0.15.3

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

docker.io/langgenius/dify-web:latest

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

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

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

docker.io/langgenius/dify-web:1.0.0

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

docker.io/langgenius/dify-web:c0358d8d0c600a4d97589235baa7ff4a7144b04d

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

docker.io/langgenius/dify-web:0.15.2

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

docker.io/langgenius/dify-web:1.0.1

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

docker.io/langgenius/dify-web:1.0.1

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

docker.io/langgenius/dify-web:1.1.0

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

docker.io/langgenius/dify-web:1.1.1

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

docker.io/langgenius/dify-web:1.1.1

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

docker.io/langgenius/dify-web:1.1.2

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

docker.io/langgenius/dify-web:1.1.3

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

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

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

docker.io/langgenius/dify-web:0.15.5

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

docker.io/langgenius/dify-web:1.2.0

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

docker.io/langgenius/dify-web:1.2.0

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

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

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

docker.io/langgenius/dify-web:1.1.3

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

docker.io/langgenius/dify-web:1.3.0

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

docker.io/langgenius/dify-web:1.3.1

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

docker.io/langgenius/dify-web:0.15.7

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

docker.io/langgenius/dify-web:1.4.0

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

docker.io/langgenius/dify-web:1.4.1

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

docker.io/langgenius/dify-web:0.15.4

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

docker.io/langgenius/dify-web:1.4.2

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

docker.io/langgenius/dify-web:1.4.3

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

docker.io/langgenius/dify-web:1.3.1

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

docker.io/langgenius/dify-web:1.4.1

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

docker.io/langgenius/dify-web:1.5.0

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

docker.io/langgenius/dify-web:1.5.1

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

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

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

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

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

docker.io/langgenius/dify-web:1.6.0

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

docker.io/langgenius/dify-web:1.6.0

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

docker.io/langgenius/dify-web:1.7.0

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

docker.io/langgenius/dify-web:1.7.0

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

docker.io/langgenius/dify-web:1.7.1

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

docker.io/langgenius/dify-web:1.7.2

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

docker.io/langgenius/dify-web:1.0.0

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

docker.io/langgenius/dify-web:1.7.2

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

docker.io/langgenius/dify-web:1.7.1

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

docker.io/langgenius/dify-web:1.8.0

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

docker.io/langgenius/dify-web:1.8.1

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

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

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

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

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

docker.io/langgenius/dify-web:1.9.0

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

docker.io/langgenius/dify-web:1.9.0

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

docker.io/langgenius/dify-web:1.9.1

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

docker.io/langgenius/dify-web:1.8.1

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

docker.io/langgenius/dify-web:1.9.2

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

docker.io/langgenius/dify-web:1.9.1

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

docker.io/langgenius/dify-web:1.9.2

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

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

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

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

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

docker.io/langgenius/dify-web:1.10.0

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

docker.io/langgenius/dify-web:1.10.1

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

docker.io/langgenius/dify-web:1.10.1

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

docker.io/langgenius/dify-web:1.10.0

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