docker.io/langgenius/dify-api:1.10.0 linux/arm64

docker.io/langgenius/dify-api:1.10.0 - 国内下载镜像源 浏览次数:9 安全受验证的发布者-Dify 温馨提示: 这是一个 linux/arm64 系统架构镜像
dify-api - 一个用于 API 的容器镜像,可能提供了 dify 的 API 服务和功能。
源镜像 docker.io/langgenius/dify-api:1.10.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:1.10.0-linuxarm64
镜像ID sha256:c65e9005149dabdab3a19401831b11f20f0ad7803f0a5106ddc1f5dddf01413c
镜像TAG 1.10.0-linuxarm64
大小 2.37GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /bin/bash /entrypoint.sh
工作目录 /app/api
OS/平台 linux/arm64
浏览量 9 次
贡献者
镜像创建 2025-11-13T14:39:27.681809814Z
同步时间 2025-12-03 17:43
更新时间 2025-12-03 20:58
开放端口
5001/tcp
环境变量
PATH=/app/api/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=en_US.UTF-8 GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305 PYTHON_VERSION=3.12.12 PYTHON_SHA256=fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c4 UV_VERSION=0.8.9 FLASK_APP=app.py EDITION=SELF_HOSTED DEPLOY_ENV=PRODUCTION CONSOLE_API_URL=http://127.0.0.1:5001 CONSOLE_WEB_URL=http://127.0.0.1:3000 SERVICE_API_URL=http://127.0.0.1:5001 APP_WEB_URL=http://127.0.0.1:3000 TZ=UTC LC_ALL=en_US.UTF-8 PYTHONIOENCODING=utf-8 VIRTUAL_ENV=/app/api/.venv TIKTOKEN_CACHE_DIR=/app/api/.tiktoken_cache COMMIT_SHA=a47276ac248d19a6ff8470c87c16d06a2525a69e
镜像标签
2025-11-13T14:45:29.693Z: org.opencontainers.image.created Production-ready platform for agentic workflow development.: org.opencontainers.image.description NOASSERTION: org.opencontainers.image.licenses a47276ac248d19a6ff8470c87c16d06a2525a69e: 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.10.0: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-11-13 22:39:27  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/bash" "/entrypoint.sh"]
                        
# 2025-11-13 22:39:27  0.00B 设置环境变量 COMMIT_SHA
ENV COMMIT_SHA=a47276ac248d19a6ff8470c87c16d06a2525a69e
                        
# 2025-11-13 22:39:27  0.00B 定义构建参数
ARG COMMIT_SHA=a47276ac248d19a6ff8470c87c16d06a2525a69e
                        
# 2025-11-13 22:39:27  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
                        
# 2025-11-13 22:39:27  3.46KB 复制新文件或目录到容器中
COPY docker/entrypoint.sh /entrypoint.sh # buildkit
                        
# 2025-11-13 22:39:27  19.31MB 复制新文件或目录到容器中
COPY . /app/api/ # buildkit
                        
# 2025-11-13 22:39:26  3.27MB 执行命令并创建新的镜像层
RUN /bin/sh -c python -c "import tiktoken; tiktoken.encoding_for_model('gpt2')" # buildkit
                        
# 2025-11-13 22:39:25  0.00B 设置环境变量 TIKTOKEN_CACHE_DIR
ENV TIKTOKEN_CACHE_DIR=/app/api/.tiktoken_cache
                        
# 2025-11-13 22:39:25  67.67MB 执行命令并创建新的镜像层
RUN /bin/sh -c python -c "import nltk; nltk.download('punkt'); nltk.download('averaged_perceptron_tagger')" # buildkit
                        
# 2025-11-13 22:39:23  0.00B 设置环境变量 PATH
ENV PATH=/app/api/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-11-13 22:39:23  1.83GB 复制新文件或目录到容器中
COPY /app/api/.venv /app/api/.venv # buildkit
                        
# 2025-11-13 15:06:10  0.00B 设置环境变量 VIRTUAL_ENV
ENV VIRTUAL_ENV=/app/api/.venv
                        
# 2025-11-13 15:06:10  246.59MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update     && apt-get install -y --no-install-recommends         curl nodejs         libgmp-dev libmpfr-dev libmpc-dev         expat libldap-2.5-0 perl libsqlite3-0 zlib1g         fonts-noto-cjk         media-types         libmagic1     && apt-get autoremove -y     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-11-13 22:39:27  0.00B 设置工作目录为/app/api
WORKDIR /app/api
                        
# 2025-11-13 15:05:20  0.00B 设置环境变量 PYTHONIOENCODING
ENV PYTHONIOENCODING=utf-8
                        
# 2025-11-13 15:05:20  0.00B 设置环境变量 LC_ALL
ENV LC_ALL=en_US.UTF-8
                        
# 2025-11-13 15:05:20  0.00B 设置环境变量 LANG
ENV LANG=en_US.UTF-8
                        
# 2025-11-13 15:05:20  0.00B 设置环境变量 TZ
ENV TZ=UTC
                        
# 2025-11-13 15:05:20  0.00B 声明容器运行时监听的端口
EXPOSE [5001/tcp]
                        
# 2025-11-13 15:05:20  0.00B 设置环境变量 APP_WEB_URL
ENV APP_WEB_URL=http://127.0.0.1:3000
                        
# 2025-11-13 15:05:20  0.00B 设置环境变量 SERVICE_API_URL
ENV SERVICE_API_URL=http://127.0.0.1:5001
                        
# 2025-11-13 15:05:20  0.00B 设置环境变量 CONSOLE_WEB_URL
ENV CONSOLE_WEB_URL=http://127.0.0.1:3000
                        
# 2025-11-13 15:05:20  0.00B 设置环境变量 CONSOLE_API_URL
ENV CONSOLE_API_URL=http://127.0.0.1:5001
                        
# 2025-11-13 15:05:20  0.00B 设置环境变量 DEPLOY_ENV
ENV DEPLOY_ENV=PRODUCTION
                        
# 2025-11-13 15:05:20  0.00B 设置环境变量 EDITION
ENV EDITION=SELF_HOSTED
                        
# 2025-11-13 15:05:20  0.00B 设置环境变量 FLASK_APP
ENV FLASK_APP=app.py
                        
# 2025-11-13 15:05:20  48.85MB 执行命令并创建新的镜像层
RUN /bin/sh -c pip install --no-cache-dir uv==${UV_VERSION} # buildkit
                        
# 2025-11-13 15:05:20  0.00B 设置环境变量 UV_VERSION
ENV UV_VERSION=0.8.9
                        
# 2025-11-13 15:05:16  0.00B 设置工作目录为/app/api
WORKDIR /app/api
                        
# 2025-11-04 08:53:53  0.00B 设置默认要执行的命令
CMD ["python3"]
                        
# 2025-11-04 08:53:53  36.00B 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	for src in idle3 pip3 pydoc3 python3 python3-config; do 		dst="$(echo "$src" | tr -d 3)"; 		[ -s "/usr/local/bin/$src" ]; 		[ ! -e "/usr/local/bin/$dst" ]; 		ln -svT "$src" "/usr/local/bin/$dst"; 	done # buildkit
                        
# 2025-11-04 08:53:53  43.60MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 		savedAptMark="$(apt-mark showmanual)"; 	apt-get update; 	apt-get install -y --no-install-recommends 		dpkg-dev 		gcc 		gnupg 		libbluetooth-dev 		libbz2-dev 		libc6-dev 		libdb-dev 		libffi-dev 		libgdbm-dev 		liblzma-dev 		libncursesw5-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tk-dev 		uuid-dev 		wget 		xz-utils 		zlib1g-dev 	; 		wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; 	echo "$PYTHON_SHA256 *python.tar.xz" | sha256sum -c -; 	wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; 	GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; 	gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; 	gpg --batch --verify python.tar.xz.asc python.tar.xz; 	gpgconf --kill all; 	rm -rf "$GNUPGHOME" python.tar.xz.asc; 	mkdir -p /usr/src/python; 	tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; 	rm python.tar.xz; 		cd /usr/src/python; 	gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; 	./configure 		--build="$gnuArch" 		--enable-loadable-sqlite-extensions 		--enable-optimizations 		--enable-option-checking=fatal 		--enable-shared 		$(test "${gnuArch%%-*}" != 'riscv64' && echo '--with-lto') 		--with-ensurepip 	; 	nproc="$(nproc)"; 	EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; 	LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; 	LDFLAGS="${LDFLAGS:--Wl},--strip-all"; 		arch="$(dpkg --print-architecture)"; arch="${arch##*-}"; 		case "$arch" in 			amd64|arm64) 				EXTRA_CFLAGS="${EXTRA_CFLAGS:-} -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer"; 				;; 			i386) 				;; 			*) 				EXTRA_CFLAGS="${EXTRA_CFLAGS:-} -fno-omit-frame-pointer"; 				;; 		esac; 	make -j "$nproc" 		"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" 		"LDFLAGS=${LDFLAGS:-}" 	; 	rm python; 	make -j "$nproc" 		"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" 		"LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" 		python 	; 	make install; 		cd /; 	rm -rf /usr/src/python; 		find /usr/local -depth 		\( 			\( -type d -a \( -name test -o -name tests -o -name idle_test \) \) 			-o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) 		\) -exec rm -rf '{}' + 	; 		ldconfig; 		apt-mark auto '.*' > /dev/null; 	apt-mark manual $savedAptMark; 	find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' 		| awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' 		| sort -u 		| xargs -rt dpkg-query --search 		| awk 'sub(":$", "", $1) { print $1 }' 		| sort -u 		| xargs -r apt-mark manual 	; 	apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; 	rm -rf /var/lib/apt/lists/*; 		export PYTHONDONTWRITEBYTECODE=1; 	python3 --version; 	pip3 --version # buildkit
                        
# 2025-11-04 08:42:17  0.00B 设置环境变量 PYTHON_SHA256
ENV PYTHON_SHA256=fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c4
                        
# 2025-11-04 08:42:17  0.00B 设置环境变量 PYTHON_VERSION
ENV PYTHON_VERSION=3.12.12
                        
# 2025-11-04 08:42:17  0.00B 设置环境变量 GPG_KEY
ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305
                        
# 2025-11-04 08:42:17  9.25MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	apt-get update; 	apt-get install -y --no-install-recommends 		ca-certificates 		netbase 		tzdata 	; 	rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-11-04 08:42:17  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2025-11-04 08:42:17  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-11-04 04:44:10  97.20MB 
# debian.sh --arch 'arm64' out/ 'bookworm' '@1762202650'
                        
                    

镜像信息

{
    "Id": "sha256:c65e9005149dabdab3a19401831b11f20f0ad7803f0a5106ddc1f5dddf01413c",
    "RepoTags": [
        "langgenius/dify-api:1.10.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:1.10.0-linuxarm64"
    ],
    "RepoDigests": [
        "langgenius/dify-api@sha256:61ec4eedffff3bdadd7ec6b72961d58e559714050d6897b1ec06d40896ad86fd",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api@sha256:13cd275250d77b0e9c46210ce6d9c2ea4a37eb20169ab9e293a0c480f2e8f5fb"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-11-13T14:39:27.681809814Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "5001/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/app/api/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "LANG=en_US.UTF-8",
            "GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305",
            "PYTHON_VERSION=3.12.12",
            "PYTHON_SHA256=fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c4",
            "UV_VERSION=0.8.9",
            "FLASK_APP=app.py",
            "EDITION=SELF_HOSTED",
            "DEPLOY_ENV=PRODUCTION",
            "CONSOLE_API_URL=http://127.0.0.1:5001",
            "CONSOLE_WEB_URL=http://127.0.0.1:3000",
            "SERVICE_API_URL=http://127.0.0.1:5001",
            "APP_WEB_URL=http://127.0.0.1:3000",
            "TZ=UTC",
            "LC_ALL=en_US.UTF-8",
            "PYTHONIOENCODING=utf-8",
            "VIRTUAL_ENV=/app/api/.venv",
            "TIKTOKEN_CACHE_DIR=/app/api/.tiktoken_cache",
            "COMMIT_SHA=a47276ac248d19a6ff8470c87c16d06a2525a69e"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app/api",
        "Entrypoint": [
            "/bin/bash",
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-11-13T14:45:29.693Z",
            "org.opencontainers.image.description": "Production-ready platform for agentic workflow development.",
            "org.opencontainers.image.licenses": "NOASSERTION",
            "org.opencontainers.image.revision": "a47276ac248d19a6ff8470c87c16d06a2525a69e",
            "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.10.0"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 2370445987,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/502d6b9ff8626319e89bacad30f484e4dd4a88f0b8391a26fde09a74a0a7de4b/diff:/var/lib/docker/overlay2/0bfe77d7467ebcd0c5aa4e01af1e878a0013193136be57b0810c6bac3c1e8859/diff:/var/lib/docker/overlay2/d045d55d69eb5e188082e24e231634fe2e9b1fac21e92a75c51cf4f1e6633a3b/diff:/var/lib/docker/overlay2/eaf67bf23a5a2b9d38974d116cd9ae6b1c5813c6ca718648b10cf9221f2fe1d4/diff:/var/lib/docker/overlay2/7c0474f285e7d808cdce2d822641cc319273830466b8750d564a4545ecc74fdb/diff:/var/lib/docker/overlay2/6d7e0c01c0eaa5be152869a4e0823de13e4e757bdabd487456562d5e16515467/diff:/var/lib/docker/overlay2/4cd5c4040daf8de1bc796c944f621d0715729bae398d5159f75c2d3ea42e65a3/diff:/var/lib/docker/overlay2/a67919ae6ee5a36d999d9b158fa5ec5f9cbd004460e0aecda8df85f89685946a/diff:/var/lib/docker/overlay2/461673c7163808875391d285447ea8728a0f62a8f281996bda9830ffb86f97e7/diff:/var/lib/docker/overlay2/7312038f5a19ee0825b9d26153ed9cd3c09961638a9a0eacd3a36258af41cd43/diff:/var/lib/docker/overlay2/25af28f0f888da82ba6060cd7006c59f1b168240146e2077e0b156b1251401a6/diff:/var/lib/docker/overlay2/03e3d5b3194ecaf3f3a6fc77fedc8eb113044c8afa0bdec8206c7b49757cb7ba/diff:/var/lib/docker/overlay2/19a01abbb1d9704af337f291650938322f9a8cc981c69086cf16338cfeb08b3b/diff",
            "MergedDir": "/var/lib/docker/overlay2/1dec8958f052cfcdd85042c06af3ad3cd085b6a238b3e5d372c73d7d9d610ac7/merged",
            "UpperDir": "/var/lib/docker/overlay2/1dec8958f052cfcdd85042c06af3ad3cd085b6a238b3e5d372c73d7d9d610ac7/diff",
            "WorkDir": "/var/lib/docker/overlay2/1dec8958f052cfcdd85042c06af3ad3cd085b6a238b3e5d372c73d7d9d610ac7/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:8977ccd51b719d92eef0a1228ffeb4477d2920d3dd5e357398c8d61cc244401a",
            "sha256:3dd2033b703f7e9c298962b1305f143ae20e1e3594a62c926707c51b9f33d224",
            "sha256:de4476ab0440bfac0835f0ca2c968d38a0c3d25b84010277c0973d8cd2f4d5c7",
            "sha256:3e56e923978772fa0832ed668386c6233269110176dca2b67281481ec38af834",
            "sha256:0493a9faaeda751292e24e866c902b74c0ebe3a689999da772cb2b7dd0350056",
            "sha256:c283c60eac7d90845bb9a8ffa2c968d19859b2901f038a73cef0ebc2577287e5",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:b57ab67d79988d4269e8930660306f7fd762894bb893d2f639570caa951c1adb",
            "sha256:25d6abe9a4ba25e59a17f5af59cadad27cfaeb8c1ab9b63411bd4fe8a42734e3",
            "sha256:b19f340542d08ec750ad1b8d50624e9087c0546cbf1602983bb04495ae967b08",
            "sha256:7218c047256fff96b4d113a309794dc8e54dcaae5be9ecdc4911ea83b7050653",
            "sha256:1beea5d2f12a4beb1de8ab608a514f244ba164bcfb4aed426231583081c69c32",
            "sha256:a98fb052e1f3a317517788a9001f8d62e4699e81b395687cec2aedd749bf99e2",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-12-03T17:41:48.789755569+08:00"
    }
}

更多版本

docker.io/langgenius/dify-api:0.6.10

linux/amd64 docker.io2.59GB2024-06-12 13:15
569

docker.io/langgenius/dify-api:0.6.9

linux/amd64 docker.io1.91GB2024-06-12 13:22
1116

docker.io/langgenius/dify-api:0.6.11

linux/amd64 docker.io2.62GB2024-06-15 14:54
2367

docker.io/langgenius/dify-api:0.6.12

linux/amd64 docker.io2.48GB2024-07-01 10:47
942

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

linux/amd64 docker.io2.48GB2024-07-01 11:33
978

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

linux/arm64 docker.io2.41GB2024-07-08 15:02
428

docker.io/langgenius/dify-api:0.6.13

linux/amd64 docker.io2.26GB2024-07-10 11:51
748

docker.io/langgenius/dify-api:0.6.14

linux/amd64 docker.io2.30GB2024-07-16 14:32
773

docker.io/langgenius/dify-api:0.6.15

linux/amd64 docker.io2.30GB2024-07-26 14:05
664

docker.io/langgenius/dify-api:0.6.16

linux/amd64 docker.io2.28GB2024-08-06 13:33
737

docker.io/langgenius/dify-api:0.7.0

linux/amd64 docker.io2.34GB2024-08-15 09:19
621

docker.io/langgenius/dify-api:main

linux/amd64 docker.io2.34GB2024-08-19 11:18
1217

docker.io/langgenius/dify-api:0.7.1

linux/amd64 docker.io2.34GB2024-08-20 10:33
822

docker.io/langgenius/dify-api:0.7.2

linux/amd64 docker.io2.40GB2024-08-27 11:36
579

docker.io/langgenius/dify-api:0.7.3

linux/amd64 docker.io2.49GB2024-09-03 16:36
678

docker.io/langgenius/dify-api:0.8.0

linux/amd64 docker.io2.66GB2024-09-10 16:52
651

docker.io/langgenius/dify-api:0.8.1

linux/amd64 docker.io2.68GB2024-09-13 09:44
369

docker.io/langgenius/dify-api:0.8.2

linux/amd64 docker.io2.68GB2024-09-13 17:03
782

docker.io/langgenius/dify-api:0.8.3

linux/amd64 docker.io2.68GB2024-09-23 09:37
904

docker.io/langgenius/dify-api:0.9.1

linux/amd64 docker.io2.68GB2024-10-03 20:27
525

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

linux/amd64 docker.io2.68GB2024-10-10 15:00
983

docker.io/langgenius/dify-api:0.9.2

linux/amd64 docker.io2.70GB2024-10-15 10:46
956

docker.io/langgenius/dify-api:0.10.0

linux/amd64 docker.io2.70GB2024-10-22 14:50
431

docker.io/langgenius/dify-api:0.10.1

linux/amd64 docker.io2.70GB2024-10-24 11:09
1009

docker.io/langgenius/dify-api:0.10.2

linux/amd64 docker.io2.80GB2024-10-31 10:49
607

docker.io/langgenius/dify-api:0.11.0

linux/amd64 docker.io2.92GB2024-11-06 09:35
462

docker.io/langgenius/dify-api:0.11.1

linux/amd64 docker.io2.93GB2024-11-12 10:08
365

docker.io/langgenius/dify-api:0.6.8

linux/amd64 docker.io1.82GB2024-11-13 15:34
323

docker.io/langgenius/dify-api:0.10.0

linux/arm64 docker.io2.81GB2024-11-13 17:37
262

docker.io/langgenius/dify-api:0.11.2

linux/amd64 docker.io2.93GB2024-11-22 10:50
362

docker.io/langgenius/dify-api:0.12.1

linux/amd64 docker.io2.95GB2024-11-29 14:04
555

docker.io/langgenius/dify-api:0.13.0

linux/amd64 docker.io2.95GB2024-12-04 15:23
302

docker.io/langgenius/dify-api:0.6.3

linux/amd64 docker.io1.79GB2024-12-06 10:41
265

docker.io/langgenius/dify-api:0.13.1

linux/amd64 docker.io2.95GB2024-12-07 15:45
303

docker.io/langgenius/dify-api:0.13.2

linux/amd64 docker.io2.95GB2024-12-10 10:04
449

docker.io/langgenius/dify-api:0.14.0

linux/amd64 docker.io3.00GB2024-12-16 18:20
397

docker.io/langgenius/dify-api:0.14.1

linux/amd64 docker.io3.00GB2024-12-19 11:46
419

docker.io/langgenius/dify-api:0.14.2

linux/amd64 docker.io3.00GB2024-12-24 20:03
693

docker.io/langgenius/dify-api:0.14.2

linux/arm64 docker.io2.95GB2025-01-03 16:59
341

docker.io/langgenius/dify-api:0.15.0

linux/amd64 docker.io2.99GB2025-01-08 10:52
1095

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

linux/amd64 docker.io2.16GB2025-01-10 09:38
1122

docker.io/langgenius/dify-api:0.15.1

linux/amd64 docker.io3.01GB2025-01-14 10:44
925

docker.io/langgenius/dify-api:0.15.2

linux/amd64 docker.io3.01GB2025-01-22 18:02
873

docker.io/langgenius/dify-api:0.15.3

linux/amd64 docker.io2.97GB2025-02-07 20:29
1997

docker.io/langgenius/dify-api:0.15.3

linux/arm64 docker.io2.93GB2025-02-09 15:17
1318
498

docker.io/langgenius/dify-api:1.0.0

linux/arm64 docker.io2.12GB2025-03-01 14:22
731
417

docker.io/langgenius/dify-api:latest

linux/amd64 docker.io2.14GB2025-03-04 14:55
1574

docker.io/langgenius/dify-api:0.15.2

linux/arm64 docker.io2.98GB2025-03-05 23:24
262

docker.io/langgenius/dify-api:1.0.1

linux/amd64 docker.io2.14GB2025-03-11 23:13
722

docker.io/langgenius/dify-api:1.0.1

linux/arm64 docker.io2.11GB2025-03-13 14:29
359

docker.io/langgenius/dify-api:1.1.0

linux/amd64 docker.io2.05GB2025-03-19 09:22
521

docker.io/langgenius/dify-api:1.1.1

linux/amd64 docker.io2.05GB2025-03-20 23:29
316

docker.io/langgenius/dify-api:1.1.1

linux/arm64 docker.io2.02GB2025-03-21 09:25
333

docker.io/langgenius/dify-api:1.1.2

linux/amd64 docker.io2.05GB2025-03-21 21:07
466

docker.io/langgenius/dify-api:1.1.3

linux/amd64 docker.io2.05GB2025-03-24 21:55
1038
379

docker.io/langgenius/dify-api:0.15.5

linux/amd64 docker.io2.97GB2025-03-28 11:18
333

docker.io/langgenius/dify-api:1.2.0

linux/amd64 docker.io2.33GB2025-04-09 20:24
962

docker.io/langgenius/dify-api:1.2.0

linux/arm64 docker.io2.31GB2025-04-09 22:25
411

docker.io/langgenius/dify-api:1.1.3

linux/arm64 docker.io2.02GB2025-04-22 15:26
379

docker.io/langgenius/dify-api:1.3.0

linux/amd64 docker.io2.06GB2025-04-23 17:46
605

docker.io/langgenius/dify-api:1.3.1

linux/amd64 docker.io2.10GB2025-04-28 21:38
749

docker.io/langgenius/dify-api:0.15.7

linux/amd64 docker.io2.97GB2025-05-11 23:37
434

docker.io/langgenius/dify-api:1.4.0

linux/amd64 docker.io2.23GB2025-05-16 17:15
593

docker.io/langgenius/dify-api:1.4.1

linux/amd64 docker.io2.23GB2025-05-27 19:24
705

docker.io/langgenius/dify-api:0.15.4

linux/arm64 docker.io2.93GB2025-06-07 23:27
220

docker.io/langgenius/dify-api:1.4.2

linux/amd64 docker.io1.98GB2025-06-11 20:40
336

docker.io/langgenius/dify-api:1.0.0

linux/amd64 docker.io2.14GB2025-06-12 12:00
139

docker.io/langgenius/dify-api:1.4.3

linux/amd64 docker.io1.98GB2025-06-17 10:42
458

docker.io/langgenius/dify-api:1.3.1

linux/arm64 docker.io2.06GB2025-06-18 20:19
283

docker.io/langgenius/dify-api:1.4.1

linux/arm64 docker.io2.18GB2025-06-23 15:30
210

docker.io/langgenius/dify-api:1.5.0

linux/amd64 docker.io1.98GB2025-06-26 09:55
439

docker.io/langgenius/dify-api:1.5.1

linux/amd64 docker.io1.98GB2025-07-02 17:18
436
255

docker.io/langgenius/dify-api:1.6.0

linux/amd64 docker.io2.02GB2025-07-11 09:53
601
281

docker.io/langgenius/dify-api:1.6.0

linux/arm64 docker.io1.97GB2025-07-13 15:37
293

docker.io/langgenius/dify-api:1.7.0

linux/amd64 docker.io2.11GB2025-07-24 10:47
291

docker.io/langgenius/dify-api:1.7.0

linux/arm64 docker.io2.06GB2025-07-24 10:51
302

docker.io/langgenius/dify-api:1.4.0

linux/arm64 docker.io2.18GB2025-07-24 12:02
154

docker.io/langgenius/dify-api:1.7.1

linux/amd64 docker.io2.11GB2025-07-29 19:59
1035

docker.io/langgenius/dify-api:1.7.2

linux/amd64 docker.io2.24GB2025-08-11 22:41
468

docker.io/langgenius/dify-api:1.7.2

linux/arm64 docker.io2.18GB2025-08-14 13:57
306

docker.io/langgenius/dify-api:1.7.1

linux/arm64 docker.io2.06GB2025-08-19 17:16
147
149

docker.io/langgenius/dify-api:1.8.0

linux/amd64 docker.io2.25GB2025-08-28 09:53
279

docker.io/langgenius/dify-api:1.8.1

linux/amd64 docker.io2.25GB2025-09-04 09:33
390

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

linux/amd64 docker.io2.26GB2025-09-08 17:19
200

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

linux/amd64 docker.io2.26GB2025-09-09 09:32
296

docker.io/langgenius/dify-api:1.9.0

linux/amd64 docker.io2.26GB2025-09-22 22:33
461

docker.io/langgenius/dify-api:1.9.0

linux/arm64 docker.io2.21GB2025-09-25 09:55
252

docker.io/langgenius/dify-api:1.9.1

linux/amd64 docker.io2.26GB2025-10-06 21:52
387

docker.io/langgenius/dify-api:1.8.1

linux/arm64 docker.io2.20GB2025-10-14 14:18
118

docker.io/langgenius/dify-api:1.9.2

linux/amd64 docker.io2.42GB2025-10-23 14:00
369

docker.io/langgenius/dify-api:hotfix-1.9.2-fix.2

linux/amd64 docker.io2.42GB2025-10-27 17:20
171

docker.io/langgenius/dify-api:1.9.1

linux/arm64 docker.io2.21GB2025-11-03 22:43
62

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

linux/amd64 docker.io2.42GB2025-11-04 10:04
179

docker.io/langgenius/dify-api:1.9.2

linux/arm64 docker.io2.37GB2025-11-05 18:27
106