docker.io/langgenius/dify-api:1.4.0 linux/amd64

docker.io/langgenius/dify-api:1.4.0 - 国内下载镜像源 浏览次数:15 安全受验证的发布者-Dify
dify-api - 一个用于 API 的容器镜像,可能提供了 dify 的 API 服务和功能。
源镜像 docker.io/langgenius/dify-api:1.4.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:1.4.0
镜像ID sha256:bbb5b197a907d46c18ea1e4bb6a4818bb1cce1bc3a52553ac66d75c98af78ae1
镜像TAG 1.4.0
大小 2.23GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /bin/bash /entrypoint.sh
工作目录 /app/api
OS/平台 linux/amd64
浏览量 15 次
贡献者
镜像创建 2025-05-15T08:05:14.158234044Z
同步时间 2025-05-16 17:15
更新时间 2025-05-17 09:54
开放端口
5001/tcp
环境变量
PATH=/app/api/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305 PYTHON_VERSION=3.12.10 PYTHON_SHA256=07ab697474595e06f06647417d3c7fa97ded07afc1a7e4454c5639919b46eaea UV_VERSION=0.6.14 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 VIRTUAL_ENV=/app/api/.venv TIKTOKEN_CACHE_DIR=/app/api/.tiktoken_cache COMMIT_SHA=4dc06ee43fa2851ceeed5460463d8041f1bdc405
镜像标签
2025-05-15T15:05:41.786Z: org.opencontainers.image.created Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.: org.opencontainers.image.description NOASSERTION: org.opencontainers.image.licenses 4dc06ee43fa2851ceeed5460463d8041f1bdc405: 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.4.0: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2025-05-15 16:05:14  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/bash" "/entrypoint.sh"]
                        
# 2025-05-15 16:05:14  0.00B 设置环境变量 COMMIT_SHA
ENV COMMIT_SHA=4dc06ee43fa2851ceeed5460463d8041f1bdc405
                        
# 2025-05-15 16:05:14  0.00B 定义构建参数
ARG COMMIT_SHA=4dc06ee43fa2851ceeed5460463d8041f1bdc405
                        
# 2025-05-15 16:05:14  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
                        
# 2025-05-15 16:05:14  1.37KB 复制新文件或目录到容器中
COPY docker/entrypoint.sh /entrypoint.sh # buildkit
                        
# 2025-05-15 16:05:14  11.10MB 复制新文件或目录到容器中
COPY . /app/api/ # buildkit
                        
# 2025-05-15 14:01:02  3.27MB 执行命令并创建新的镜像层
RUN /bin/sh -c python -c "import tiktoken; tiktoken.encoding_for_model('gpt2')" # buildkit
                        
# 2025-05-15 14:01:01  0.00B 设置环境变量 TIKTOKEN_CACHE_DIR
ENV TIKTOKEN_CACHE_DIR=/app/api/.tiktoken_cache
                        
# 2025-05-15 14:01:01  67.89MB 执行命令并创建新的镜像层
RUN /bin/sh -c python -c "import nltk; nltk.download('punkt'); nltk.download('averaged_perceptron_tagger')" # buildkit
                        
# 2025-05-15 14:00:59  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-05-15 14:00:59  1.82GB 复制新文件或目录到容器中
COPY /app/api/.venv /app/api/.venv # buildkit
                        
# 2025-05-15 14:00:49  0.00B 设置环境变量 VIRTUAL_ENV
ENV VIRTUAL_ENV=/app/api/.venv
                        
# 2025-05-15 14:00:49  154.94MB 执行命令并创建新的镜像层
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         media-types         libmagic1     && apt-get autoremove -y     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-05-15 16:05:14  0.00B 设置工作目录为/app/api
WORKDIR /app/api
                        
# 2025-05-15 14:00:13  0.00B 设置环境变量 TZ
ENV TZ=UTC
                        
# 2025-05-15 14:00:13  0.00B 声明容器运行时监听的端口
EXPOSE map[5001/tcp:{}]
                        
# 2025-05-15 14:00:13  0.00B 设置环境变量 APP_WEB_URL
ENV APP_WEB_URL=http://127.0.0.1:3000
                        
# 2025-05-15 14:00:13  0.00B 设置环境变量 SERVICE_API_URL
ENV SERVICE_API_URL=http://127.0.0.1:5001
                        
# 2025-05-15 14:00:13  0.00B 设置环境变量 CONSOLE_WEB_URL
ENV CONSOLE_WEB_URL=http://127.0.0.1:3000
                        
# 2025-05-15 14:00:13  0.00B 设置环境变量 CONSOLE_API_URL
ENV CONSOLE_API_URL=http://127.0.0.1:5001
                        
# 2025-05-15 14:00:13  0.00B 设置环境变量 DEPLOY_ENV
ENV DEPLOY_ENV=PRODUCTION
                        
# 2025-05-15 14:00:13  0.00B 设置环境变量 EDITION
ENV EDITION=SELF_HOSTED
                        
# 2025-05-15 14:00:13  0.00B 设置环境变量 FLASK_APP
ENV FLASK_APP=app.py
                        
# 2025-05-15 14:00:13  49.51MB 执行命令并创建新的镜像层
RUN /bin/sh -c pip install --no-cache-dir uv==${UV_VERSION} # buildkit
                        
# 2025-05-15 14:00:13  0.00B 设置环境变量 UV_VERSION
ENV UV_VERSION=0.6.14
                        
# 2025-05-15 14:00:11  0.00B 设置工作目录为/app/api
WORKDIR /app/api
                        
# 2025-05-09 06:27:23  0.00B 设置默认要执行的命令
CMD ["python3"]
                        
# 2025-05-09 06:27:23  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-05-09 06:27:23  40.19MB 执行命令并创建新的镜像层
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-linux-musl' && 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 -r dpkg-query --search 		| cut -d: -f1 		| 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-05-09 06:27:23  0.00B 设置环境变量 PYTHON_SHA256
ENV PYTHON_SHA256=07ab697474595e06f06647417d3c7fa97ded07afc1a7e4454c5639919b46eaea
                        
# 2025-05-09 06:27:23  0.00B 设置环境变量 PYTHON_VERSION
ENV PYTHON_VERSION=3.12.10
                        
# 2025-05-09 06:27:23  0.00B 设置环境变量 GPG_KEY
ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305
                        
# 2025-05-09 06:27:23  9.23MB 执行命令并创建新的镜像层
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-05-09 06:27:23  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2025-05-09 06:27:23  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-04-28 08:00:00  74.83MB 
# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'
                        
                    

镜像信息

{
    "Id": "sha256:bbb5b197a907d46c18ea1e4bb6a4818bb1cce1bc3a52553ac66d75c98af78ae1",
    "RepoTags": [
        "langgenius/dify-api:1.4.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:1.4.0"
    ],
    "RepoDigests": [
        "langgenius/dify-api@sha256:73f235d7cf9877a7ec8f04a565341c7b2109fab74a85ef1d3790537c979c4091",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api@sha256:a2fc6cd93828b359ffd27ca9a5e0144bbfac4a49c80eb6a86b7d52734e1fdc2d"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-15T08:05:14.158234044Z",
    "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=C.UTF-8",
            "GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305",
            "PYTHON_VERSION=3.12.10",
            "PYTHON_SHA256=07ab697474595e06f06647417d3c7fa97ded07afc1a7e4454c5639919b46eaea",
            "UV_VERSION=0.6.14",
            "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",
            "VIRTUAL_ENV=/app/api/.venv",
            "TIKTOKEN_CACHE_DIR=/app/api/.tiktoken_cache",
            "COMMIT_SHA=4dc06ee43fa2851ceeed5460463d8041f1bdc405"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app/api",
        "Entrypoint": [
            "/bin/bash",
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-05-15T15:05:41.786Z",
            "org.opencontainers.image.description": "Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.",
            "org.opencontainers.image.licenses": "NOASSERTION",
            "org.opencontainers.image.revision": "4dc06ee43fa2851ceeed5460463d8041f1bdc405",
            "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.4.0"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2227174951,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8871068034d9d5f5b87d4bad9631b3b32d99b9c02b7106a4968771651e5142c5/diff:/var/lib/docker/overlay2/0bc5c5054be3e06cb77b3bce2d3e6fcc653c9d8abcd546e7b67cca6bedb4a072/diff:/var/lib/docker/overlay2/120eb35c18730efcd4328b1403e7bcb6dc5913bc7da08ed27b9d5f823eb3331d/diff:/var/lib/docker/overlay2/7ab3904860982364a644153c5ed546041b6992957d7f8d8d75a252d12656a7f5/diff:/var/lib/docker/overlay2/88b9f1fa2a76ff646a9ca850b585ab99d51c79453673023f3e596e026c055bbd/diff:/var/lib/docker/overlay2/c53858c3060d97af5858ffee58968c14329cef66e1dbeff06513726bd53919d3/diff:/var/lib/docker/overlay2/0b7f9d3d6dc5d4b4daed57f9d24225133cc4068b43a6801d578859b1ac720899/diff:/var/lib/docker/overlay2/4fae236fc96b8f81e34c531e3570825b351e84460388b72848d5217b01c982b2/diff:/var/lib/docker/overlay2/bbd00cdb6cbcb9220b4166cc49184a775ff225d0e409295709dd6530375718a4/diff:/var/lib/docker/overlay2/cfdbc5084b1d6ccc93c07570553c292645c089fe46f650bbd7db0fc3ef4321e5/diff:/var/lib/docker/overlay2/cf1a059cc06887d69413a252b1851cb45e851ec313d30b62b39d6652c130645c/diff:/var/lib/docker/overlay2/e3a7b24964dc36b00e8abae6832b83d60b98e9520917eada16b378a05b80077d/diff:/var/lib/docker/overlay2/cd9cb36f82b4a6a570304a082a3d97b369643777f7f7b25df6d47ffb3b3d36ab/diff",
            "MergedDir": "/var/lib/docker/overlay2/adefadce3fe284436a2f02a4711d132abdae8d9ddee5fce243d52c74eb9505d8/merged",
            "UpperDir": "/var/lib/docker/overlay2/adefadce3fe284436a2f02a4711d132abdae8d9ddee5fce243d52c74eb9505d8/diff",
            "WorkDir": "/var/lib/docker/overlay2/adefadce3fe284436a2f02a4711d132abdae8d9ddee5fce243d52c74eb9505d8/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:6c4c763d22d0c5f9b2c5901dfa667fbbc4713cee6869336b8fd5022185071f1c",
            "sha256:4838683321842876f5a414714cbb6e9f6bf4b1800ae581111b95bc2764b71c14",
            "sha256:e3e96daabd9ce0fe9b79cfff9bcb4e228567d3ff1676e2d1c9b8a75efc13417b",
            "sha256:a2d1379e01a0d6c344e3f8e86bcf20e7354a27d7f876b4269aed38806e0e6dbf",
            "sha256:924326b745e3b719a66b8ee919294e23237d56bee329e1bc255a2a14be2e4301",
            "sha256:be3e5b401c720bc3ec0f74977e167f7f51afe1f17cb691b02764e8bec820142c",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:dcff7ce045b44ba1e8e03e4158debc7352f34e8ad4c436182132ad6d92f5d752",
            "sha256:1ee4b902d500412641d3b4b5c3daa84a7251e2c39e7573c520dfee9c559e50ed",
            "sha256:17dbc7ea5d69fff5e69b613d3258b20eb94e4284392bb2215c4cf70478da66eb",
            "sha256:17cabd7126cafaf1eb011909065d50764806aa4c6e934bd76c777b1bbd765ecb",
            "sha256:1a223f6509321a27bc712fce8b5e215f9ed47fa68e508d95381cd78c8438b94f",
            "sha256:53fbadea38355c14882059dec5a253886d06ad762b09ae5933b2f1d53a8e0960",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-16T17:13:44.917672669+08:00"
    }
}

更多版本

docker.io/langgenius/dify-api:0.6.10

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

docker.io/langgenius/dify-api:0.6.9

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

docker.io/langgenius/dify-api:0.6.11

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

docker.io/langgenius/dify-api:0.6.12

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

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

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

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

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

docker.io/langgenius/dify-api:0.6.13

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

docker.io/langgenius/dify-api:0.6.14

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

docker.io/langgenius/dify-api:0.6.15

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

docker.io/langgenius/dify-api:0.6.16

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

docker.io/langgenius/dify-api:0.7.0

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

docker.io/langgenius/dify-api:main

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

docker.io/langgenius/dify-api:0.7.1

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

docker.io/langgenius/dify-api:0.7.2

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

docker.io/langgenius/dify-api:0.7.3

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

docker.io/langgenius/dify-api:0.8.0

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

docker.io/langgenius/dify-api:0.8.1

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

docker.io/langgenius/dify-api:0.8.2

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

docker.io/langgenius/dify-api:0.8.3

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

docker.io/langgenius/dify-api:0.9.1

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

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

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

docker.io/langgenius/dify-api:0.9.2

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

docker.io/langgenius/dify-api:0.10.0

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

docker.io/langgenius/dify-api:0.10.1

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

docker.io/langgenius/dify-api:0.10.2

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

docker.io/langgenius/dify-api:0.11.0

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

docker.io/langgenius/dify-api:0.11.1

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

docker.io/langgenius/dify-api:0.6.8

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

docker.io/langgenius/dify-api:0.10.0

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

docker.io/langgenius/dify-api:0.11.2

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

docker.io/langgenius/dify-api:0.12.1

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

docker.io/langgenius/dify-api:0.13.0

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

docker.io/langgenius/dify-api:0.6.3

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

docker.io/langgenius/dify-api:0.13.1

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

docker.io/langgenius/dify-api:0.13.2

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

docker.io/langgenius/dify-api:0.14.0

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

docker.io/langgenius/dify-api:0.14.1

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

docker.io/langgenius/dify-api:0.14.2

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

docker.io/langgenius/dify-api:0.14.2

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

docker.io/langgenius/dify-api:0.15.0

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

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

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

docker.io/langgenius/dify-api:0.15.1

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

docker.io/langgenius/dify-api:0.15.2

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

docker.io/langgenius/dify-api:0.15.3

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

docker.io/langgenius/dify-api:0.15.3

linux/arm64 docker.io2.93GB2025-02-09 15:17
600
175

docker.io/langgenius/dify-api:1.0.0

linux/arm64 docker.io2.12GB2025-03-01 14:22
478
169

docker.io/langgenius/dify-api:latest

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

docker.io/langgenius/dify-api:0.15.2

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

docker.io/langgenius/dify-api:1.0.1

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

docker.io/langgenius/dify-api:1.0.1

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

docker.io/langgenius/dify-api:1.1.0

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

docker.io/langgenius/dify-api:1.1.1

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

docker.io/langgenius/dify-api:1.1.1

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

docker.io/langgenius/dify-api:1.1.2

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

docker.io/langgenius/dify-api:1.1.3

linux/amd64 docker.io2.05GB2025-03-24 21:55
573
113

docker.io/langgenius/dify-api:0.15.5

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

docker.io/langgenius/dify-api:1.2.0

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

docker.io/langgenius/dify-api:1.2.0

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

docker.io/langgenius/dify-api:1.1.3

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

docker.io/langgenius/dify-api:1.3.0

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

docker.io/langgenius/dify-api:1.3.1

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

docker.io/langgenius/dify-api:0.15.7

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

docker.io/langgenius/dify-api:1.4.0

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