logo
docker.io/langgenius/dify-api:1.17.0
linux/arm64 docker.io 已验证 · Dify 请确认架构匹配
dify-api - 一个用于 API 的容器镜像,可能提供了 dify 的 API 服务和功能。
14
浏览次数
2.94GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:1.17.0-linuxarm64
源镜像
docker.io/langgenius/dify-api:1.17.0
镜像ID
sha256:d0306f660d81a648cac62d6a0143863b92e3c2bd3f20350d5567e38bfb4449b6
镜像 TAG
1.17.0-linuxarm64
镜像大小
2.94GB
平台架构
linux/arm64
镜像源
docker.io
CMD
启动入口
/bin/bash /entrypoint.sh
工作目录
/app/api
OS/平台
linux/arm64
镜像创建
2026-08-25T11:10:23.618236581Z
同步时间
2026-08-27 15:02
浏览量
14 次
贡献者
🔌 开放端口 1
5001/tcp
⚙️ 环境变量 19
KeyValue
PATH=/app/api/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
LANG=en_US.UTF-8 1
GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305 2
PYTHON_VERSION=3.12.14 3
PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a 4
UV_VERSION=0.8.9 5
FLASK_APP=app.py 6
DEPLOY_ENV=PRODUCTION 7
CONSOLE_API_URL=http://127.0.0.1:5001 8
CONSOLE_WEB_URL=http://127.0.0.1:3000 9
SERVICE_API_URL=http://127.0.0.1:5001 10
APP_WEB_URL=http://127.0.0.1:3000 11
TZ=UTC 12
LC_ALL=en_US.UTF-8 13
PYTHONIOENCODING=utf-8 14
VIRTUAL_ENV=/app/api/.venv 15
TIKTOKEN_CACHE_DIR=/app/api/.tiktoken_cache 16
COMMIT_SHA=09a855dcef24c0edc7431c46c0cfaa494481daf5 17
NLTK_DATA=/usr/local/share/nltk_data 18
🏷️ 镜像标签 8
KeyValue
2026-08-25T11:14:26.562Z org.opencontainers.image.created
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack. org.opencontainers.image.description
NOASSERTION org.opencontainers.image.licenses
09a855dcef24c0edc7431c46c0cfaa494481daf5 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.17.0 org.opencontainers.image.version
🛡️ 镜像安全扫描
debian 12.15 Trivy 2026-08-27 15:03 查看完整报告
177
低危 LOW
251
中危 MEDIUM
136
高危 HIGH
19
严重 CRITICAL
受影响目标 (4)
docker.io/langgenius/dify-api:1.17.0 (debian 12.15) debian Node.js node-pkg Python python-pkg app/api/.venv/lib/python3.12/site-packages/wandb/bin/wandb-core gobinary

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#langgenius/dify-api:1.17.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:1.17.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.17.0-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:1.17.0-linuxarm64  docker.io/langgenius/dify-api:1.17.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.17.0-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:1.17.0-linuxarm64  docker.io/langgenius/dify-api:1.17.0'

镜像构建历史


# 2026-08-25 19:10:23  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/bash" "/entrypoint.sh"]
                        
# 2026-08-25 19:10:23  0.00B 指定运行容器时使用的用户
USER dify
                        
# 2026-08-25 19:10:23  0.00B 设置环境变量 NLTK_DATA
ENV NLTK_DATA=/usr/local/share/nltk_data
                        
# 2026-08-25 19:10:23  0.00B 设置环境变量 COMMIT_SHA
ENV COMMIT_SHA=09a855dcef24c0edc7431c46c0cfaa494481daf5
                        
# 2026-08-25 19:10:23  0.00B 定义构建参数
ARG COMMIT_SHA
                        
# 2026-08-25 19:10:23  5.11KB 复制新文件或目录到容器中
COPY --chown=dify:dify --chmod=755 api/docker/entrypoint.sh /entrypoint.sh # buildkit
                        
# 2026-08-25 19:10:23  38.24MB 复制新文件或目录到容器中
COPY --chown=dify:dify api /app/api/ # buildkit
                        
# 2026-08-25 19:10:22  3.65MB 执行命令并创建新的镜像层
RUN |4 dify_uid=1001 NODE_MAJOR=22 NODE_PACKAGE_VERSION=22.21.0-1nodesource1 NODESOURCE_KEY_FPR=6F71F525282841EEDAF851B42F59B5F99B1BE0B4 /bin/sh -c python -c "import tiktoken; tiktoken.encoding_for_model('gpt2')"     && chown -R dify:dify ${TIKTOKEN_CACHE_DIR} # buildkit
                        
# 2026-08-25 19:10:20  0.00B 设置环境变量 TIKTOKEN_CACHE_DIR
ENV TIKTOKEN_CACHE_DIR=/app/api/.tiktoken_cache
                        
# 2026-08-25 19:10:20  29.65MB 执行命令并创建新的镜像层
RUN |4 dify_uid=1001 NODE_MAJOR=22 NODE_PACKAGE_VERSION=22.21.0-1nodesource1 NODESOURCE_KEY_FPR=6F71F525282841EEDAF851B42F59B5F99B1BE0B4 /bin/sh -c mkdir -p /usr/local/share/nltk_data     && NLTK_DATA=/usr/local/share/nltk_data python -m nltk.downloader punkt_tab averaged_perceptron_tagger_eng stopwords     && NLTK_DATA=/usr/local/share/nltk_data python -c "import nltk; nltk.data.find('tokenizers/punkt_tab'); nltk.data.find('taggers/averaged_perceptron_tagger_eng'); nltk.data.find('corpora/stopwords')"     && chmod -R 755 /usr/local/share/nltk_data # buildkit
                        
# 2026-08-25 19:10:18  0.00B 设置环境变量 PATH
ENV PATH=/app/api/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-08-25 19:10:18  2.27GB 复制新文件或目录到容器中
COPY --chown=dify:dify /app/api/.venv /app/api/.venv # buildkit
                        
# 2026-08-25 13:16:02  0.00B 设置环境变量 VIRTUAL_ENV
ENV VIRTUAL_ENV=/app/api/.venv
                        
# 2026-08-25 13:16:02  393.50MB 执行命令并创建新的镜像层
RUN |4 dify_uid=1001 NODE_MAJOR=22 NODE_PACKAGE_VERSION=22.21.0-1nodesource1 NODESOURCE_KEY_FPR=6F71F525282841EEDAF851B42F59B5F99B1BE0B4 /bin/sh -c apt-get update     && apt-get install -y --no-install-recommends         ca-certificates         curl         gnupg     && mkdir -p /etc/apt/keyrings     && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key -o /tmp/nodesource.gpg     && gpg --show-keys --with-colons /tmp/nodesource.gpg         | awk -F: '/^fpr:/ {print $10}'         | grep -Fx "${NODESOURCE_KEY_FPR}"     && gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg /tmp/nodesource.gpg     && rm -f /tmp/nodesource.gpg     && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_${NODE_MAJOR}.x nodistro main"         > /etc/apt/sources.list.d/nodesource.list     && apt-get update     && apt-get install -y --no-install-recommends         nodejs=${NODE_PACKAGE_VERSION}         libgmp-dev libmpfr-dev libmpc-dev         expat libldap-2.5-0=2.5.13+dfsg-5 perl libsqlite3-0=3.40.1-2+deb12u2 zlib1g=1:1.2.13.dfsg-1         fonts-noto-cjk         media-types         libmagic1     && apt-get autoremove -y     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2026-08-25 13:15:42  4.30KB 执行命令并创建新的镜像层
RUN |4 dify_uid=1001 NODE_MAJOR=22 NODE_PACKAGE_VERSION=22.21.0-1nodesource1 NODESOURCE_KEY_FPR=6F71F525282841EEDAF851B42F59B5F99B1BE0B4 /bin/sh -c groupadd -r -g ${dify_uid} dify &&     useradd -r -u ${dify_uid} -g ${dify_uid} -s /bin/bash dify &&     chown -R dify:dify /app # buildkit
                        
# 2026-08-25 13:14:16  0.00B 定义构建参数
ARG NODESOURCE_KEY_FPR=6F71F525282841EEDAF851B42F59B5F99B1BE0B4
                        
# 2026-08-25 13:14:16  0.00B 定义构建参数
ARG NODE_PACKAGE_VERSION=22.21.0-1nodesource1
                        
# 2026-08-25 13:14:16  0.00B 定义构建参数
ARG NODE_MAJOR=22
                        
# 2026-08-25 13:14:16  0.00B 定义构建参数
ARG dify_uid=1001
                        
# 2026-08-25 13:14:16  0.00B 设置工作目录为/app/api
WORKDIR /app/api
                        
# 2026-08-25 13:14:16  0.00B 设置环境变量 PYTHONIOENCODING
ENV PYTHONIOENCODING=utf-8
                        
# 2026-08-25 13:14:16  0.00B 设置环境变量 LC_ALL
ENV LC_ALL=en_US.UTF-8
                        
# 2026-08-25 13:14:16  0.00B 设置环境变量 LANG
ENV LANG=en_US.UTF-8
                        
# 2026-08-25 13:14:16  0.00B 设置环境变量 TZ
ENV TZ=UTC
                        
# 2026-08-25 13:14:16  0.00B 声明容器运行时监听的端口
EXPOSE map[5001/tcp:{}]
                        
# 2026-08-25 13:14:16  0.00B 设置环境变量 APP_WEB_URL
ENV APP_WEB_URL=http://127.0.0.1:3000
                        
# 2026-08-25 13:14:16  0.00B 设置环境变量 SERVICE_API_URL
ENV SERVICE_API_URL=http://127.0.0.1:5001
                        
# 2026-08-25 13:14:16  0.00B 设置环境变量 CONSOLE_WEB_URL
ENV CONSOLE_WEB_URL=http://127.0.0.1:3000
                        
# 2026-08-25 13:14:16  0.00B 设置环境变量 CONSOLE_API_URL
ENV CONSOLE_API_URL=http://127.0.0.1:5001
                        
# 2026-08-25 13:14:16  0.00B 设置环境变量 DEPLOY_ENV
ENV DEPLOY_ENV=PRODUCTION
                        
# 2026-08-25 13:14:16  0.00B 设置环境变量 FLASK_APP
ENV FLASK_APP=app.py
                        
# 2026-08-25 13:14:16  48.86MB 执行命令并创建新的镜像层
RUN /bin/sh -c pip install --no-cache-dir uv==${UV_VERSION} # buildkit
                        
# 2026-08-25 13:14:16  0.00B 设置环境变量 UV_VERSION
ENV UV_VERSION=0.8.9
                        
# 2026-08-25 13:14:13  0.00B 设置工作目录为/app/api
WORKDIR /app/api
                        
# 2026-08-25 09:26:07  0.00B 设置默认要执行的命令
CMD ["python3"]
                        
# 2026-08-25 09:26:07  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
                        
# 2026-08-25 09:26:07  43.62MB 执行命令并创建新的镜像层
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
                        
# 2026-08-25 09:14:22  0.00B 设置环境变量 PYTHON_SHA256
ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a
                        
# 2026-08-25 09:14:22  0.00B 设置环境变量 PYTHON_VERSION
ENV PYTHON_VERSION=3.12.14
                        
# 2026-08-25 09:14:22  0.00B 设置环境变量 GPG_KEY
ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305
                        
# 2026-08-25 09:14:22  9.27MB 执行命令并创建新的镜像层
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
                        
# 2026-08-25 09:14:22  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2026-08-25 09:14:22  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-08-24 08:00:00  97.21MB 
# debian.sh --arch 'arm64' out/ 'bookworm' '@1787529600'
                        
                    

镜像信息

{
    "Id": "sha256:d0306f660d81a648cac62d6a0143863b92e3c2bd3f20350d5567e38bfb4449b6",
    "RepoTags": [
        "langgenius/dify-api:1.17.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:1.17.0-linuxarm64"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api@sha256:919ad2781d4aca50ad5ed5557b1ebdd86b976edd67ddc729a5ea53869b44be1c"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-08-25T11:10:23.618236581Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "dify",
        "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.14",
            "PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a",
            "UV_VERSION=0.8.9",
            "FLASK_APP=app.py",
            "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=09a855dcef24c0edc7431c46c0cfaa494481daf5",
            "NLTK_DATA=/usr/local/share/nltk_data"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app/api",
        "Entrypoint": [
            "/bin/bash",
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2026-08-25T11:14:26.562Z",
            "org.opencontainers.image.description": "Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.",
            "org.opencontainers.image.licenses": "NOASSERTION",
            "org.opencontainers.image.revision": "09a855dcef24c0edc7431c46c0cfaa494481daf5",
            "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.17.0"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 2935576772,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/26fd2ec65951f868ed6cd3f98d739a11e8d0269b454f77a84012679ed5658aab/diff:/var/lib/docker/overlay2/4c10b9600148e0a37973c71392616140ffb35dc5ec4ec72a4418b76d3f92f8b5/diff:/var/lib/docker/overlay2/f91079abbc14169eab4d4fa9d750bc6450e596c34f3d379f846f3ad7682bed52/diff:/var/lib/docker/overlay2/ac13a715cb79e329d11ac8470aaaca71949b89d682788dbd751bc660c9ce910c/diff:/var/lib/docker/overlay2/d8e182f8a3745dc45bd3ac823413c7e4f0cb38b8268284cc73d1d1c11db36436/diff:/var/lib/docker/overlay2/268f9e693e74c38a51fb9cef7b841e75aefad2977d7703b0c31db132f9c32eb0/diff:/var/lib/docker/overlay2/e5e0ae98504c817d89393483c422f0a4fc37a8ec49bb380d2694e7f33103f954/diff:/var/lib/docker/overlay2/a581fbf169d2e29a20db0929785898c92fde64322e49abafd23f8e0aa9822840/diff:/var/lib/docker/overlay2/b782a0db832804e4afead217079f823f5d1119ad06cb834d27f2731d3b5d8983/diff:/var/lib/docker/overlay2/84fcff3db29e5e393edfac5b271d745b7a8aaab8248d4ceb9b1c5b0315a9819f/diff:/var/lib/docker/overlay2/02fd5e58a7c871127caccbd35f0c86f7bed4bb80112c983f360aa60ad9941f6e/diff:/var/lib/docker/overlay2/71c6dfc4a5c333e1645b549debabf9db04a65d9155efc27e4e98529c16eaa737/diff:/var/lib/docker/overlay2/860756f439b836884f9614c2aee2ac90424f47d8c7151c20ac7f257caf9725fe/diff",
            "MergedDir": "/var/lib/docker/overlay2/bac96ba1358f0a1f1e8b0616490fdfbeb8c98170cba878f5c9786edabdc3363f/merged",
            "UpperDir": "/var/lib/docker/overlay2/bac96ba1358f0a1f1e8b0616490fdfbeb8c98170cba878f5c9786edabdc3363f/diff",
            "WorkDir": "/var/lib/docker/overlay2/bac96ba1358f0a1f1e8b0616490fdfbeb8c98170cba878f5c9786edabdc3363f/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:13a56b6535801be2adde694dabaf1c2df1d862a390661907dac821c42cd565cc",
            "sha256:4865ec4c5ecdf7dd51b6df29ffd04ddb07757e690fc344defa18dea5caa4fa55",
            "sha256:3b5faa36e5e05efbee828c3c0a3f6242323bb6351ecc41b95260669dbbf08900",
            "sha256:58e0f5438684adf0f1d4261d33bd55e9f4f925d883c7d0b3e87a911fd4be37b1",
            "sha256:1e8284c3f9a190e93c8d42b623eaf7ec33e7756338aeae8129e88918b526ea0c",
            "sha256:f74f7724bb484a92c9c4023f2352b69acec5316de4425b9b709e5aaef100b509",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5dff250dc60260fac3fc66d03b9f8cd4d96da3660b0d019e6c007dd6ad61ea97",
            "sha256:f520601b84dbbdd944739b3140b1677c5a6b1330e6006940bc5df75316e21ad4",
            "sha256:913915e6e056b9d9f5c50449108381dd812563c06c7276eb57a1bbcf8fcdefd0",
            "sha256:74f14ad51f3d08c49e19498e03bde8baa77ffbf6c7ff93bcf58fc984fccfc425",
            "sha256:cac7bce2cd73f1f047a6587282e267676edf69312b93bcacb9336ec4e7b05a20",
            "sha256:dd6d9220c6ea6317d812abd64ccb6aef146f8be75a34fff2772de485a4056e66",
            "sha256:22994244d9c74f86f48a3642015175cc8cd489f23db6b816fa2057e267aa92ca"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-27T15:01:08.653113558+08:00"
    }
}

更多版本

docker.io/langgenius/dify-api:0.6.10

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

docker.io/langgenius/dify-api:0.6.9

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

docker.io/langgenius/dify-api:0.6.11

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

docker.io/langgenius/dify-api:0.6.12

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

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

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

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

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

docker.io/langgenius/dify-api:0.6.13

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

docker.io/langgenius/dify-api:0.6.14

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

docker.io/langgenius/dify-api:0.6.15

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

docker.io/langgenius/dify-api:0.6.16

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

docker.io/langgenius/dify-api:0.7.0

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

docker.io/langgenius/dify-api:main

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

docker.io/langgenius/dify-api:0.7.1

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

docker.io/langgenius/dify-api:0.7.2

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

docker.io/langgenius/dify-api:0.7.3

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

docker.io/langgenius/dify-api:0.8.0

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

docker.io/langgenius/dify-api:0.8.1

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

docker.io/langgenius/dify-api:0.8.2

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

docker.io/langgenius/dify-api:0.8.3

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

docker.io/langgenius/dify-api:0.9.1

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

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

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

docker.io/langgenius/dify-api:0.9.2

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

docker.io/langgenius/dify-api:0.10.0

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

docker.io/langgenius/dify-api:0.10.1

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

docker.io/langgenius/dify-api:0.10.2

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

docker.io/langgenius/dify-api:0.11.0

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

docker.io/langgenius/dify-api:0.11.1

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

docker.io/langgenius/dify-api:0.6.8

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

docker.io/langgenius/dify-api:0.10.0

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

docker.io/langgenius/dify-api:0.11.2

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

docker.io/langgenius/dify-api:0.12.1

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

docker.io/langgenius/dify-api:0.13.0

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

docker.io/langgenius/dify-api:0.6.3

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

docker.io/langgenius/dify-api:0.13.1

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

docker.io/langgenius/dify-api:0.13.2

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

docker.io/langgenius/dify-api:0.14.0

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

docker.io/langgenius/dify-api:0.14.1

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

docker.io/langgenius/dify-api:0.14.2

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

docker.io/langgenius/dify-api:0.14.2

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

docker.io/langgenius/dify-api:0.15.0

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

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

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

docker.io/langgenius/dify-api:0.15.1

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

docker.io/langgenius/dify-api:0.15.2

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

docker.io/langgenius/dify-api:0.15.3

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

docker.io/langgenius/dify-api:0.15.3

linux/arm64 docker.io2.93GB2025-02-09 15:17
1897
809

docker.io/langgenius/dify-api:1.0.0

linux/arm64 docker.io2.12GB2025-03-01 14:22
1040
734

docker.io/langgenius/dify-api:latest

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

docker.io/langgenius/dify-api:0.15.2

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

docker.io/langgenius/dify-api:1.0.1

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

docker.io/langgenius/dify-api:1.0.1

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

docker.io/langgenius/dify-api:1.1.0

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

docker.io/langgenius/dify-api:1.1.1

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

docker.io/langgenius/dify-api:1.1.1

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

docker.io/langgenius/dify-api:1.1.2

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

docker.io/langgenius/dify-api:1.1.3

linux/amd64 docker.io2.05GB2025-03-24 21:55
1555
726

docker.io/langgenius/dify-api:0.15.5

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

docker.io/langgenius/dify-api:1.2.0

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

docker.io/langgenius/dify-api:1.2.0

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

docker.io/langgenius/dify-api:1.1.3

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

docker.io/langgenius/dify-api:1.3.0

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

docker.io/langgenius/dify-api:1.3.1

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

docker.io/langgenius/dify-api:0.15.7

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

docker.io/langgenius/dify-api:1.4.0

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

docker.io/langgenius/dify-api:1.4.1

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

docker.io/langgenius/dify-api:0.15.4

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

docker.io/langgenius/dify-api:1.4.2

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

docker.io/langgenius/dify-api:1.0.0

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

docker.io/langgenius/dify-api:1.4.3

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

docker.io/langgenius/dify-api:1.3.1

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

docker.io/langgenius/dify-api:1.4.1

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

docker.io/langgenius/dify-api:1.5.0

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

docker.io/langgenius/dify-api:1.5.1

linux/amd64 docker.io1.98GB2025-07-02 17:18
728
613

docker.io/langgenius/dify-api:1.6.0

linux/amd64 docker.io2.02GB2025-07-11 09:53
1069
576

docker.io/langgenius/dify-api:1.6.0

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

docker.io/langgenius/dify-api:1.7.0

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

docker.io/langgenius/dify-api:1.7.0

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

docker.io/langgenius/dify-api:1.4.0

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

docker.io/langgenius/dify-api:1.7.1

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

docker.io/langgenius/dify-api:1.7.2

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

docker.io/langgenius/dify-api:1.7.2

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

docker.io/langgenius/dify-api:1.7.1

linux/arm64 docker.io2.06GB2025-08-19 17:16
381
421

docker.io/langgenius/dify-api:1.8.0

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

docker.io/langgenius/dify-api:1.8.1

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

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

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

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

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

docker.io/langgenius/dify-api:1.9.0

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

docker.io/langgenius/dify-api:1.9.0

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

docker.io/langgenius/dify-api:1.9.1

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

docker.io/langgenius/dify-api:1.8.1

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

docker.io/langgenius/dify-api:1.9.2

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

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

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

docker.io/langgenius/dify-api:1.9.1

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

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

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

docker.io/langgenius/dify-api:1.9.2

linux/arm64 docker.io2.37GB2025-11-05 18:27
479
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×