docker.io/langgenius/dify-api:2ce969f1d18594520ae45fa07f5cf71000e8727d linux/amd64

docker.io/langgenius/dify-api:2ce969f1d18594520ae45fa07f5cf71000e8727d - 国内下载镜像源 浏览次数:40 安全受验证的发布者-Dify
dify-api - 一个用于 API 的容器镜像,可能提供了 dify 的 API 服务和功能。
源镜像 docker.io/langgenius/dify-api:2ce969f1d18594520ae45fa07f5cf71000e8727d
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:2ce969f1d18594520ae45fa07f5cf71000e8727d
镜像ID sha256:f5268e0d3cb7881f5c841911147cb2372f9c22b35004d726872c1bdd17c4288d
镜像TAG 2ce969f1d18594520ae45fa07f5cf71000e8727d
大小 2.11GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /bin/bash /entrypoint.sh
工作目录 /app/api
OS/平台 linux/amd64
浏览量 40 次
贡献者 li********n@auc2.com
镜像创建 2025-08-18T07:45:12.180160406Z
同步时间 2025-08-20 00:47
更新时间 2025-08-27 02:10
开放端口
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.11 PYTHON_SHA256=c30bb24b7f1e9a19b11b55a546434f74e739bb4c271a3e3a80ff4380d49f7adb UV_VERSION=0.7.11 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=2ce969f1d18594520ae45fa07f5cf71000e8727d
镜像标签
2025-08-18T07:44:37.336Z: org.opencontainers.image.created Production-ready platform for agentic workflow development.: org.opencontainers.image.description NOASSERTION: org.opencontainers.image.licenses 2ce969f1d18594520ae45fa07f5cf71000e8727d: 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 release-e-1.7.1: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-08-18 15:45:12  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/bash" "/entrypoint.sh"]
                        
# 2025-08-18 15:45:12  0.00B 设置环境变量 COMMIT_SHA
ENV COMMIT_SHA=2ce969f1d18594520ae45fa07f5cf71000e8727d
                        
# 2025-08-18 15:45:12  0.00B 定义构建参数
ARG COMMIT_SHA=2ce969f1d18594520ae45fa07f5cf71000e8727d
                        
# 2025-08-18 15:45:12  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
                        
# 2025-08-18 15:45:12  1.72KB 复制新文件或目录到容器中
COPY docker/entrypoint.sh /entrypoint.sh # buildkit
                        
# 2025-08-18 15:45:12  12.85MB 复制新文件或目录到容器中
COPY . /app/api/ # buildkit
                        
# 2025-08-18 09:35:49  3.28MB 执行命令并创建新的镜像层
RUN /bin/sh -c python -c "import tiktoken; tiktoken.encoding_for_model('gpt2')" # buildkit
                        
# 2025-08-18 09:35:48  0.00B 设置环境变量 TIKTOKEN_CACHE_DIR
ENV TIKTOKEN_CACHE_DIR=/app/api/.tiktoken_cache
                        
# 2025-08-18 09:35:48  67.89MB 执行命令并创建新的镜像层
RUN /bin/sh -c python -c "import nltk; nltk.download('punkt'); nltk.download('averaged_perceptron_tagger')" # buildkit
                        
# 2025-08-18 09:35:46  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-08-18 09:35:46  1.60GB 复制新文件或目录到容器中
COPY /app/api/.venv /app/api/.venv # buildkit
                        
# 2025-08-18 09:35:19  0.00B 设置环境变量 VIRTUAL_ENV
ENV VIRTUAL_ENV=/app/api/.venv
                        
# 2025-08-18 09:35:19  248.09MB 执行命令并创建新的镜像层
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-08-18 09:40:07  0.00B 设置工作目录为/app/api
WORKDIR /app/api
                        
# 2025-08-18 09:35:10  0.00B 设置环境变量 PYTHONIOENCODING
ENV PYTHONIOENCODING=utf-8
                        
# 2025-08-18 09:35:10  0.00B 设置环境变量 LC_ALL
ENV LC_ALL=en_US.UTF-8
                        
# 2025-08-18 09:35:10  0.00B 设置环境变量 LANG
ENV LANG=en_US.UTF-8
                        
# 2025-08-18 09:35:10  0.00B 设置环境变量 TZ
ENV TZ=UTC
                        
# 2025-08-18 09:35:10  0.00B 声明容器运行时监听的端口
EXPOSE map[5001/tcp:{}]
                        
# 2025-08-18 09:35:10  0.00B 设置环境变量 APP_WEB_URL
ENV APP_WEB_URL=http://127.0.0.1:3000
                        
# 2025-08-18 09:35:10  0.00B 设置环境变量 SERVICE_API_URL
ENV SERVICE_API_URL=http://127.0.0.1:5001
                        
# 2025-08-18 09:35:10  0.00B 设置环境变量 CONSOLE_WEB_URL
ENV CONSOLE_WEB_URL=http://127.0.0.1:3000
                        
# 2025-08-18 09:35:10  0.00B 设置环境变量 CONSOLE_API_URL
ENV CONSOLE_API_URL=http://127.0.0.1:5001
                        
# 2025-08-18 09:35:10  0.00B 设置环境变量 DEPLOY_ENV
ENV DEPLOY_ENV=PRODUCTION
                        
# 2025-08-18 09:35:10  0.00B 设置环境变量 EDITION
ENV EDITION=SELF_HOSTED
                        
# 2025-08-18 09:35:10  0.00B 设置环境变量 FLASK_APP
ENV FLASK_APP=app.py
                        
# 2025-08-18 09:35:10  52.00MB 执行命令并创建新的镜像层
RUN /bin/sh -c pip install --no-cache-dir uv==${UV_VERSION} # buildkit
                        
# 2025-08-18 09:35:10  0.00B 设置环境变量 UV_VERSION
ENV UV_VERSION=0.7.11
                        
# 2025-08-18 09:23:38  0.00B 设置工作目录为/app/api
WORKDIR /app/api
                        
# 2025-08-09 02:20:34  0.00B 设置默认要执行的命令
CMD ["python3"]
                        
# 2025-08-09 02:20:34  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-08-09 02:20:34  40.20MB 执行命令并创建新的镜像层
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-08-09 02:20:34  0.00B 设置环境变量 PYTHON_SHA256
ENV PYTHON_SHA256=c30bb24b7f1e9a19b11b55a546434f74e739bb4c271a3e3a80ff4380d49f7adb
                        
# 2025-08-09 02:20:34  0.00B 设置环境变量 PYTHON_VERSION
ENV PYTHON_VERSION=3.12.11
                        
# 2025-08-09 02:20:34  0.00B 设置环境变量 GPG_KEY
ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305
                        
# 2025-08-09 02:20:34  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-08-09 02:20:34  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2025-08-09 02:20:34  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-08-09 02:20:34  74.81MB 
# debian.sh --arch 'amd64' out/ 'bookworm' '@1754870400'
                        
                    

镜像信息

{
    "Id": "sha256:f5268e0d3cb7881f5c841911147cb2372f9c22b35004d726872c1bdd17c4288d",
    "RepoTags": [
        "langgenius/dify-api:2ce969f1d18594520ae45fa07f5cf71000e8727d",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:2ce969f1d18594520ae45fa07f5cf71000e8727d"
    ],
    "RepoDigests": [
        "langgenius/dify-api@sha256:0947467592d32289a43d09feb32cdbf0c0bda141f9b65dba99b78b157a4e7b10",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api@sha256:cdb1d697aa6fbedd132a3536e9567838ec0fcaf89de8fb9aebd7c66d6d82e373"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-08-18T07:45:12.180160406Z",
    "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.11",
            "PYTHON_SHA256=c30bb24b7f1e9a19b11b55a546434f74e739bb4c271a3e3a80ff4380d49f7adb",
            "UV_VERSION=0.7.11",
            "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=2ce969f1d18594520ae45fa07f5cf71000e8727d"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app/api",
        "Entrypoint": [
            "/bin/bash",
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-08-18T07:44:37.336Z",
            "org.opencontainers.image.description": "Production-ready platform for agentic workflow development.",
            "org.opencontainers.image.licenses": "NOASSERTION",
            "org.opencontainers.image.revision": "2ce969f1d18594520ae45fa07f5cf71000e8727d",
            "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": "release-e-1.7.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2109532123,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/26d01f188cb78d7c8c98128e0cc214953854bcdb810c09ca4eb210c8fef1c586/diff:/var/lib/docker/overlay2/db76232928e10f984d5086b04f28b80ab00041a0994069c14367d26e089b96ff/diff:/var/lib/docker/overlay2/ecff9476d4d849d9ac1db6d4378e82d4f8ef9232e547476f82cdd462f4709c53/diff:/var/lib/docker/overlay2/78476daad4f35ec1e73c124b19229874a408c959b9d16dc60e09a2be0ee4de49/diff:/var/lib/docker/overlay2/d867c3b89a2495137a31ebc7546994d115a102b36658334abe8eb03f568bb762/diff:/var/lib/docker/overlay2/5d998910b3f8976ef7dd8037a85683941683d92f47175ebfe2da4d87c8f453ee/diff:/var/lib/docker/overlay2/87fe8934d584b92878f0512e3f2e00466d0896f96c297200a70e1ce863396b85/diff:/var/lib/docker/overlay2/c796c11d0e12a3a56590cbb4ad048938f30845923d97afa1f3c64c2ce58b3f83/diff:/var/lib/docker/overlay2/8d16e796b60b63175fad5fe76ba51fc084de14ffcf5de10cd940e38ef8ff5042/diff:/var/lib/docker/overlay2/0b88debc56d769e61b19a8a6c934bafc49b5b72a026a5dcde128138ba6fcba6b/diff:/var/lib/docker/overlay2/37e8ac3b808f9e720d8eb39dfa1d2148ccec02f7cfa8b57e2cbe3e1760de65cd/diff:/var/lib/docker/overlay2/16881a9963326c25b4748545503c04fddc07247d168701049e4460f0ccc40179/diff:/var/lib/docker/overlay2/290eb6ac57e6dfc054ed31dd0ef054e499c396af9d5cbcb44bb77944ae96e92d/diff",
            "MergedDir": "/var/lib/docker/overlay2/5301c4a151fa66076f5901652108f05499173074560c67784c16be90184be1c7/merged",
            "UpperDir": "/var/lib/docker/overlay2/5301c4a151fa66076f5901652108f05499173074560c67784c16be90184be1c7/diff",
            "WorkDir": "/var/lib/docker/overlay2/5301c4a151fa66076f5901652108f05499173074560c67784c16be90184be1c7/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:eb5f13bce9936c760b9fa73aeb1b608787daa36106cc888104132e353ed37252",
            "sha256:10d4e2b88d36412b3b41bf7256531612d81616056d19f02370db95953e7dfb92",
            "sha256:e4ffed77294a9a86749dd6a5e5cf5972ba2c06120da91e62328bee744d39644f",
            "sha256:61ae3bd9733881626adc77f44932e33707cd8e95eac3d2cdf7504c6a2fb5724b",
            "sha256:0c18b9cc1b60b13d14829b3dfe9d11f8c304b58f73170ca551b94ce3a2ea9e3b",
            "sha256:607767dfc414327a80844849565a6936ebc61de03c311a75e684a0e315a25c51",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:22c1c8559cb61efc8fcfea67404a39f1458385d13b403b5507bd6ca1a08c38bf",
            "sha256:f18c86f604f912576e760d73e30a04f750117023182e8b07b4fa7102fec67dd6",
            "sha256:b67677269488354b740cb008f930af08b4ed53adf4d7f05f01fdb363d1ed31ff",
            "sha256:ea340d4207de7a849714d32743ff379f89ea3df69d59dead6315eed8c69f35b1",
            "sha256:309b1d99accc464fe5d3956c5129836616701009423ee2c44114a6916508a280",
            "sha256:96ce3674d71ef782cfed5703ef0810a9ff07574076feb1f1f569a1c6f3d55bd4",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-20T00:45:40.988351283+08:00"
    }
}

更多版本

docker.io/langgenius/dify-api:0.6.10

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

docker.io/langgenius/dify-api:0.6.9

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

docker.io/langgenius/dify-api:0.6.11

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

docker.io/langgenius/dify-api:0.6.12

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

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

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

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

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

docker.io/langgenius/dify-api:0.6.13

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

docker.io/langgenius/dify-api:0.6.14

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

docker.io/langgenius/dify-api:0.6.15

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

docker.io/langgenius/dify-api:0.6.16

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

docker.io/langgenius/dify-api:0.7.0

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

docker.io/langgenius/dify-api:main

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

docker.io/langgenius/dify-api:0.7.1

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

docker.io/langgenius/dify-api:0.7.2

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

docker.io/langgenius/dify-api:0.7.3

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

docker.io/langgenius/dify-api:0.8.0

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

docker.io/langgenius/dify-api:0.8.1

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

docker.io/langgenius/dify-api:0.8.2

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

docker.io/langgenius/dify-api:0.8.3

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

docker.io/langgenius/dify-api:0.9.1

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

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

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

docker.io/langgenius/dify-api:0.9.2

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

docker.io/langgenius/dify-api:0.10.0

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

docker.io/langgenius/dify-api:0.10.1

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

docker.io/langgenius/dify-api:0.10.2

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

docker.io/langgenius/dify-api:0.11.0

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

docker.io/langgenius/dify-api:0.11.1

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

docker.io/langgenius/dify-api:0.6.8

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

docker.io/langgenius/dify-api:0.10.0

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

docker.io/langgenius/dify-api:0.11.2

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

docker.io/langgenius/dify-api:0.12.1

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

docker.io/langgenius/dify-api:0.13.0

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

docker.io/langgenius/dify-api:0.6.3

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

docker.io/langgenius/dify-api:0.13.1

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

docker.io/langgenius/dify-api:0.13.2

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

docker.io/langgenius/dify-api:0.14.0

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

docker.io/langgenius/dify-api:0.14.1

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

docker.io/langgenius/dify-api:0.14.2

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

docker.io/langgenius/dify-api:0.14.2

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

docker.io/langgenius/dify-api:0.15.0

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

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

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

docker.io/langgenius/dify-api:0.15.1

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

docker.io/langgenius/dify-api:0.15.2

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

docker.io/langgenius/dify-api:0.15.3

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

docker.io/langgenius/dify-api:0.15.3

linux/arm64 docker.io2.93GB2025-02-09 15:17
956
358

docker.io/langgenius/dify-api:1.0.0

linux/arm64 docker.io2.12GB2025-03-01 14:22
590
306

docker.io/langgenius/dify-api:latest

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

docker.io/langgenius/dify-api:0.15.2

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

docker.io/langgenius/dify-api:1.0.1

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

docker.io/langgenius/dify-api:1.0.1

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

docker.io/langgenius/dify-api:1.1.0

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

docker.io/langgenius/dify-api:1.1.1

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

docker.io/langgenius/dify-api:1.1.1

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

docker.io/langgenius/dify-api:1.1.2

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

docker.io/langgenius/dify-api:1.1.3

linux/amd64 docker.io2.05GB2025-03-24 21:55
820
251

docker.io/langgenius/dify-api:0.15.5

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

docker.io/langgenius/dify-api:1.2.0

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

docker.io/langgenius/dify-api:1.2.0

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

docker.io/langgenius/dify-api:1.1.3

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

docker.io/langgenius/dify-api:1.3.0

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

docker.io/langgenius/dify-api:1.3.1

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

docker.io/langgenius/dify-api:0.15.7

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

docker.io/langgenius/dify-api:1.4.0

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

docker.io/langgenius/dify-api:1.4.1

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

docker.io/langgenius/dify-api:0.15.4

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

docker.io/langgenius/dify-api:1.4.2

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

docker.io/langgenius/dify-api:1.0.0

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

docker.io/langgenius/dify-api:1.4.3

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

docker.io/langgenius/dify-api:1.3.1

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

docker.io/langgenius/dify-api:1.4.1

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

docker.io/langgenius/dify-api:1.5.0

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

docker.io/langgenius/dify-api:1.5.1

linux/amd64 docker.io1.98GB2025-07-02 17:18
256
95

docker.io/langgenius/dify-api:1.6.0

linux/amd64 docker.io2.02GB2025-07-11 09:53
375
77

docker.io/langgenius/dify-api:1.6.0

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

docker.io/langgenius/dify-api:1.7.0

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

docker.io/langgenius/dify-api:1.7.0

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

docker.io/langgenius/dify-api:1.4.0

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

docker.io/langgenius/dify-api:1.7.1

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

docker.io/langgenius/dify-api:1.7.2

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

docker.io/langgenius/dify-api:1.7.2

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

docker.io/langgenius/dify-api:1.7.1

linux/arm64 docker.io2.06GB2025-08-19 17:16
27
39