logo
docker.io/langgenius/dify-api:1.16.1
linux/amd64 docker.io 已验证 · Dify
dify-api - 一个用于 API 的容器镜像,可能提供了 dify 的 API 服务和功能。
57
浏览次数
3.01GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:1.16.1
源镜像
docker.io/langgenius/dify-api:1.16.1
镜像ID
sha256:48295be2027d55f7791231c32b1e585a03eed42e3f88d014ae39ee15eb6362cb
镜像 TAG
1.16.1
镜像大小
3.01GB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
/bin/bash /entrypoint.sh
工作目录
/app/api
OS/平台
linux/amd64
镜像创建
2026-07-28T02:57:23.048107257Z
同步时间
2026-08-04 17:36
浏览量
57 次
贡献者
🔌 开放端口 1
5001/tcp
⚙️ 环境变量 20
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.13 3
PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b684 4
UV_VERSION=0.8.9 5
FLASK_APP=app.py 6
EDITION=SELF_HOSTED 7
DEPLOY_ENV=PRODUCTION 8
CONSOLE_API_URL=http://127.0.0.1:5001 9
CONSOLE_WEB_URL=http://127.0.0.1:3000 10
SERVICE_API_URL=http://127.0.0.1:5001 11
APP_WEB_URL=http://127.0.0.1:3000 12
TZ=UTC 13
LC_ALL=en_US.UTF-8 14
PYTHONIOENCODING=utf-8 15
VIRTUAL_ENV=/app/api/.venv 16
TIKTOKEN_CACHE_DIR=/app/api/.tiktoken_cache 17
COMMIT_SHA=6f8ed69ee15f9a2e7189ca066275e973d091d1e9 18
NLTK_DATA=/usr/local/share/nltk_data 19
🏷️ 镜像标签 8
KeyValue
2026-07-28T02:57:05.068Z 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
6f8ed69ee15f9a2e7189ca066275e973d091d1e9 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.16.1 org.opencontainers.image.version
🛡️ 镜像安全扫描
debian 12.15 Trivy 2026-08-04 17:37 查看完整报告
166
低危 LOW
231
中危 MEDIUM
118
高危 HIGH
22
严重 CRITICAL
受影响目标 (4)
docker.io/langgenius/dify-api:1.16.1 (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.16.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:1.16.1  docker.io/langgenius/dify-api:1.16.1

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-07-28 10:57:23  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/bash" "/entrypoint.sh"]
                        
# 2026-07-28 10:57:23  0.00B 指定运行容器时使用的用户
USER dify
                        
# 2026-07-28 10:57:23  0.00B 设置环境变量 NLTK_DATA
ENV NLTK_DATA=/usr/local/share/nltk_data
                        
# 2026-07-28 10:57:23  0.00B 设置环境变量 COMMIT_SHA
ENV COMMIT_SHA=6f8ed69ee15f9a2e7189ca066275e973d091d1e9
                        
# 2026-07-28 10:57:23  0.00B 定义构建参数
ARG COMMIT_SHA
                        
# 2026-07-28 10:57:23  5.09KB 复制新文件或目录到容器中
COPY --chown=dify:dify --chmod=755 api/docker/entrypoint.sh /entrypoint.sh # buildkit
                        
# 2026-07-28 10:57:22  36.06MB 复制新文件或目录到容器中
COPY --chown=dify:dify api /app/api/ # buildkit
                        
# 2026-07-28 10:48:18  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-07-28 10:48:17  0.00B 设置环境变量 TIKTOKEN_CACHE_DIR
ENV TIKTOKEN_CACHE_DIR=/app/api/.tiktoken_cache
                        
# 2026-07-28 10:48:17  66.91MB 执行命令并创建新的镜像层
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 -c "import nltk; nltk.download('punkt'); nltk.download('averaged_perceptron_tagger'); nltk.download('stopwords')"     && chmod -R 755 /usr/local/share/nltk_data # buildkit
                        
# 2026-07-28 10:48:16  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-07-28 10:48:16  2.33GB 复制新文件或目录到容器中
COPY --chown=dify:dify /app/api/.venv /app/api/.venv # buildkit
                        
# 2026-07-14 14:00:19  0.00B 设置环境变量 VIRTUAL_ENV
ENV VIRTUAL_ENV=/app/api/.venv
                        
# 2026-07-14 14:00:19  392.35MB 执行命令并创建新的镜像层
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-07-14 14:00:04  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-07-14 14:00:03  0.00B 定义构建参数
ARG NODESOURCE_KEY_FPR=6F71F525282841EEDAF851B42F59B5F99B1BE0B4
                        
# 2026-07-14 14:00:03  0.00B 定义构建参数
ARG NODE_PACKAGE_VERSION=22.21.0-1nodesource1
                        
# 2026-07-14 14:00:03  0.00B 定义构建参数
ARG NODE_MAJOR=22
                        
# 2026-07-14 14:00:03  0.00B 定义构建参数
ARG dify_uid=1001
                        
# 2026-07-14 14:00:03  0.00B 设置工作目录为/app/api
WORKDIR /app/api
                        
# 2026-07-14 14:00:03  0.00B 设置环境变量 PYTHONIOENCODING
ENV PYTHONIOENCODING=utf-8
                        
# 2026-07-14 14:00:03  0.00B 设置环境变量 LC_ALL
ENV LC_ALL=en_US.UTF-8
                        
# 2026-07-14 14:00:03  0.00B 设置环境变量 LANG
ENV LANG=en_US.UTF-8
                        
# 2026-07-14 14:00:03  0.00B 设置环境变量 TZ
ENV TZ=UTC
                        
# 2026-07-14 14:00:03  0.00B 声明容器运行时监听的端口
EXPOSE map[5001/tcp:{}]
                        
# 2026-07-14 14:00:03  0.00B 设置环境变量 APP_WEB_URL
ENV APP_WEB_URL=http://127.0.0.1:3000
                        
# 2026-07-14 14:00:03  0.00B 设置环境变量 SERVICE_API_URL
ENV SERVICE_API_URL=http://127.0.0.1:5001
                        
# 2026-07-14 14:00:03  0.00B 设置环境变量 CONSOLE_WEB_URL
ENV CONSOLE_WEB_URL=http://127.0.0.1:3000
                        
# 2026-07-14 14:00:03  0.00B 设置环境变量 CONSOLE_API_URL
ENV CONSOLE_API_URL=http://127.0.0.1:5001
                        
# 2026-07-14 14:00:03  0.00B 设置环境变量 DEPLOY_ENV
ENV DEPLOY_ENV=PRODUCTION
                        
# 2026-07-14 14:00:03  0.00B 设置环境变量 EDITION
ENV EDITION=SELF_HOSTED
                        
# 2026-07-14 14:00:03  0.00B 设置环境变量 FLASK_APP
ENV FLASK_APP=app.py
                        
# 2026-07-14 14:00:03  55.76MB 执行命令并创建新的镜像层
RUN /bin/sh -c pip install --no-cache-dir uv==${UV_VERSION} # buildkit
                        
# 2026-07-14 14:00:03  0.00B 设置环境变量 UV_VERSION
ENV UV_VERSION=0.8.9
                        
# 2026-07-14 14:00:01  0.00B 设置工作目录为/app/api
WORKDIR /app/api
                        
# 2026-07-14 10:11:50  0.00B 设置默认要执行的命令
CMD ["python3"]
                        
# 2026-07-14 10:11:50  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-07-14 10:11:50  40.22MB 执行命令并创建新的镜像层
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-07-14 10:03:08  0.00B 设置环境变量 PYTHON_SHA256
ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b684
                        
# 2026-07-14 10:03:08  0.00B 设置环境变量 PYTHON_VERSION
ENV PYTHON_VERSION=3.12.13
                        
# 2026-07-14 10:03:08  0.00B 设置环境变量 GPG_KEY
ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305
                        
# 2026-07-14 10:03:08  9.26MB 执行命令并创建新的镜像层
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-07-14 10:03:08  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2026-07-14 10:03:08  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-07-13 08:00:00  74.83MB 
# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'
                        
                    

镜像信息

{
    "Id": "sha256:48295be2027d55f7791231c32b1e585a03eed42e3f88d014ae39ee15eb6362cb",
    "RepoTags": [
        "langgenius/dify-api:1.16.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:1.16.1"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api@sha256:7d16a3c665b7a29539b5dffef242cf6c741d9ea95e62eb3cf7ebde857174aa06"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-07-28T02:57:23.048107257Z",
    "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.13",
            "PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b684",
            "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=6f8ed69ee15f9a2e7189ca066275e973d091d1e9",
            "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-07-28T02:57:05.068Z",
            "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": "6f8ed69ee15f9a2e7189ca066275e973d091d1e9",
            "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.16.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 3006424333,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/62cac75ec0f33abf08023d4b703203161407972fc6533b4ce5295cd6822d3bdf/diff:/var/lib/docker/overlay2/d2f001ac083442a1259e12119d3327b9ecc677c402aa9823c4472b74aceef0e7/diff:/var/lib/docker/overlay2/db508df788ceb73524fcb1404231af344d2a749d3bfb826220c93a4c54485e0e/diff:/var/lib/docker/overlay2/613529fcd4e492a60982586356a4678a63b889011ecc064fa8adb2b4af12c0c5/diff:/var/lib/docker/overlay2/0f0a40d575b8f3a1f28329508a0264fe0069a765d6f49483c3b2ea9f6a064be5/diff:/var/lib/docker/overlay2/6b2466a9fa1bbc191b39de0a6faa635297b7b44b3be1bc3470cd2d75fd28a669/diff:/var/lib/docker/overlay2/4178fd692bbd79f9743c942ac07aa8435fd327e9dde94e55e2c496e17ec8dbef/diff:/var/lib/docker/overlay2/f032c707cd4d2c3e903a00c9595bff8d7c4691d29e65034baecb8567f798c935/diff:/var/lib/docker/overlay2/c9e93bc0c53d7a134c083da363bede5937274a2c4da50f214b51dd34312b665b/diff:/var/lib/docker/overlay2/d97c70ff76a90736028b865ac844da93cbf5e8ad3fa32bdba020411d9edb9700/diff:/var/lib/docker/overlay2/a5724e4542d7b66c8db0d23841235ed9eed863d70d8f7e259a132e07d73b9497/diff:/var/lib/docker/overlay2/083ed0d70a39c95499f947293ca333437933fbb3abc82892081d358611055ca9/diff:/var/lib/docker/overlay2/d77ab34e1c78a8baeb136433a97c3ff8eb97e8c82c545b269cf49745e4f9f92e/diff",
            "MergedDir": "/var/lib/docker/overlay2/4ece991a65130c490dcd38fb7dd548236a93d27e8a88e6cb23d72395cf6a2fd9/merged",
            "UpperDir": "/var/lib/docker/overlay2/4ece991a65130c490dcd38fb7dd548236a93d27e8a88e6cb23d72395cf6a2fd9/diff",
            "WorkDir": "/var/lib/docker/overlay2/4ece991a65130c490dcd38fb7dd548236a93d27e8a88e6cb23d72395cf6a2fd9/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:81f823b9617547261c907396f63f770deaa554748ff739bedfa650e3bb74595a",
            "sha256:ce33c9de66cdd02adfc5d2c90060519f50596db724128d3d1ff45f50f00b864b",
            "sha256:c2b26ec5a1949f5c91508a243e07b92ed88a4540c285156784dfb7b55b2ccb56",
            "sha256:03944bf5bf4e36dc438f56c82f5c5e564205edaac4a03c55f997febff27597c0",
            "sha256:eb7e80578b126a4db75db8e5627ea7f90ecd5e8a4b541d8d22069dcd283358d5",
            "sha256:d0969c0f3c95f83f1a5aff68b9422be671b3458104f05d375e21a3d1f5da85bb",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:f51d6a3197afccbdbdfc6bd9b09a698dcf317958125526aca5d44c31fee1870c",
            "sha256:375b06c2d42026f9a5187cc0814a1ef75abe0375151ee4c505560e945f423e2e",
            "sha256:94ddf8ee689a2775b039da455b3e2b738230e217fb501f4f189f377627b1a264",
            "sha256:6c4007f4427b75dab79c2b3f2bed2705ffb451446b0def5832b8dbbdf58507c9",
            "sha256:4c31a278adbb3ef9b7e106105ffd833ee06faeabaae0937857827fb840dbbb17",
            "sha256:975e0d8b3fba8b230576a7ccb2be4f04ca42a6108f080fff5a584668b06d9d10",
            "sha256:5b3b45acf15b527f352a00d6ff1dfb344addad7c854a4bd037045c3a747758f1"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-04T17:34:57.260191956+08:00"
    }
}

更多版本

docker.io/langgenius/dify-api:0.6.10

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

docker.io/langgenius/dify-api:0.6.9

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

docker.io/langgenius/dify-api:0.6.11

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

docker.io/langgenius/dify-api:0.6.12

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

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

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

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

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

docker.io/langgenius/dify-api:0.6.13

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

docker.io/langgenius/dify-api:0.6.14

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

docker.io/langgenius/dify-api:0.6.15

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

docker.io/langgenius/dify-api:0.6.16

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

docker.io/langgenius/dify-api:0.7.0

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

docker.io/langgenius/dify-api:main

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

docker.io/langgenius/dify-api:0.7.1

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

docker.io/langgenius/dify-api:0.7.2

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

docker.io/langgenius/dify-api:0.7.3

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

docker.io/langgenius/dify-api:0.8.0

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

docker.io/langgenius/dify-api:0.8.1

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

docker.io/langgenius/dify-api:0.8.2

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

docker.io/langgenius/dify-api:0.8.3

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

docker.io/langgenius/dify-api:0.9.1

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

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

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

docker.io/langgenius/dify-api:0.9.2

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

docker.io/langgenius/dify-api:0.10.0

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

docker.io/langgenius/dify-api:0.10.1

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

docker.io/langgenius/dify-api:0.10.2

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

docker.io/langgenius/dify-api:0.11.0

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

docker.io/langgenius/dify-api:0.11.1

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

docker.io/langgenius/dify-api:0.6.8

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

docker.io/langgenius/dify-api:0.10.0

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

docker.io/langgenius/dify-api:0.11.2

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

docker.io/langgenius/dify-api:0.12.1

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

docker.io/langgenius/dify-api:0.13.0

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

docker.io/langgenius/dify-api:0.6.3

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

docker.io/langgenius/dify-api:0.13.1

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

docker.io/langgenius/dify-api:0.13.2

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

docker.io/langgenius/dify-api:0.14.0

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

docker.io/langgenius/dify-api:0.14.1

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

docker.io/langgenius/dify-api:0.14.2

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

docker.io/langgenius/dify-api:0.14.2

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

docker.io/langgenius/dify-api:0.15.0

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

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

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

docker.io/langgenius/dify-api:0.15.1

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

docker.io/langgenius/dify-api:0.15.2

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

docker.io/langgenius/dify-api:0.15.3

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

docker.io/langgenius/dify-api:0.15.3

linux/arm64 docker.io2.93GB2025-02-09 15:17
1871
771

docker.io/langgenius/dify-api:1.0.0

linux/arm64 docker.io2.12GB2025-03-01 14:22
1016
700

docker.io/langgenius/dify-api:latest

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

docker.io/langgenius/dify-api:0.15.2

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

docker.io/langgenius/dify-api:1.0.1

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

docker.io/langgenius/dify-api:1.0.1

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

docker.io/langgenius/dify-api:1.1.0

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

docker.io/langgenius/dify-api:1.1.1

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

docker.io/langgenius/dify-api:1.1.1

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

docker.io/langgenius/dify-api:1.1.2

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

docker.io/langgenius/dify-api:1.1.3

linux/amd64 docker.io2.05GB2025-03-24 21:55
1521
696

docker.io/langgenius/dify-api:0.15.5

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

docker.io/langgenius/dify-api:1.2.0

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

docker.io/langgenius/dify-api:1.2.0

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

docker.io/langgenius/dify-api:1.1.3

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

docker.io/langgenius/dify-api:1.3.0

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

docker.io/langgenius/dify-api:1.3.1

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

docker.io/langgenius/dify-api:0.15.7

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

docker.io/langgenius/dify-api:1.4.0

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

docker.io/langgenius/dify-api:1.4.1

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

docker.io/langgenius/dify-api:0.15.4

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

docker.io/langgenius/dify-api:1.4.2

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

docker.io/langgenius/dify-api:1.0.0

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

docker.io/langgenius/dify-api:1.4.3

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

docker.io/langgenius/dify-api:1.3.1

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

docker.io/langgenius/dify-api:1.4.1

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

docker.io/langgenius/dify-api:1.5.0

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

docker.io/langgenius/dify-api:1.5.1

linux/amd64 docker.io1.98GB2025-07-02 17:18
696
580

docker.io/langgenius/dify-api:1.6.0

linux/amd64 docker.io2.02GB2025-07-11 09:53
1024
550

docker.io/langgenius/dify-api:1.6.0

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

docker.io/langgenius/dify-api:1.7.0

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

docker.io/langgenius/dify-api:1.7.0

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

docker.io/langgenius/dify-api:1.4.0

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

docker.io/langgenius/dify-api:1.7.1

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

docker.io/langgenius/dify-api:1.7.2

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

docker.io/langgenius/dify-api:1.7.2

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

docker.io/langgenius/dify-api:1.7.1

linux/arm64 docker.io2.06GB2025-08-19 17:16
363
388

docker.io/langgenius/dify-api:1.8.0

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

docker.io/langgenius/dify-api:1.8.1

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

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

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

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

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

docker.io/langgenius/dify-api:1.9.0

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

docker.io/langgenius/dify-api:1.9.0

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

docker.io/langgenius/dify-api:1.9.1

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

docker.io/langgenius/dify-api:1.8.1

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

docker.io/langgenius/dify-api:1.9.2

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

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

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

docker.io/langgenius/dify-api:1.9.1

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

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

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

docker.io/langgenius/dify-api:1.9.2

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