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

docker.io/langgenius/dify-api:1.9.1 - 国内下载镜像源 浏览次数:17 安全受验证的发布者-Dify 温馨提示: 这是一个 linux/arm64 系统架构镜像
dify-api - 一个用于 API 的容器镜像,可能提供了 dify 的 API 服务和功能。
源镜像 docker.io/langgenius/dify-api:1.9.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:1.9.1-linuxarm64
镜像ID sha256:30799a56bdfce29aab32c3efb5905c4eca6b75346184e0bb06f54a79012f9111
镜像TAG 1.9.1-linuxarm64
大小 2.21GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /bin/bash /entrypoint.sh
工作目录 /app/api
OS/平台 linux/arm64
浏览量 17 次
贡献者 19*******5@qq.com
镜像创建 2025-09-29T11:37:18.465190436Z
同步时间 2025-11-03 22:43
更新时间 2025-11-04 22:50
开放端口
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.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=cd47a47c3b4acc4d4457b73777722602c33bc950
镜像标签
2025-09-29T11:35:53.353Z: org.opencontainers.image.created Production-ready platform for agentic workflow development.: org.opencontainers.image.description NOASSERTION: org.opencontainers.image.licenses cd47a47c3b4acc4d4457b73777722602c33bc950: 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.9.1: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2025-09-29 19:37:18  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/bash" "/entrypoint.sh"]
                        
# 2025-09-29 19:37:18  0.00B 设置环境变量 COMMIT_SHA
ENV COMMIT_SHA=cd47a47c3b4acc4d4457b73777722602c33bc950
                        
# 2025-09-29 19:37:18  0.00B 定义构建参数
ARG COMMIT_SHA=cd47a47c3b4acc4d4457b73777722602c33bc950
                        
# 2025-09-29 19:37:18  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
                        
# 2025-09-29 19:37:18  1.77KB 复制新文件或目录到容器中
COPY docker/entrypoint.sh /entrypoint.sh # buildkit
                        
# 2025-09-29 19:37:18  16.85MB 复制新文件或目录到容器中
COPY . /app/api/ # buildkit
                        
# 2025-09-29 19:37:17  3.28MB 执行命令并创建新的镜像层
RUN /bin/sh -c python -c "import tiktoken; tiktoken.encoding_for_model('gpt2')" # buildkit
                        
# 2025-09-29 19:37:16  0.00B 设置环境变量 TIKTOKEN_CACHE_DIR
ENV TIKTOKEN_CACHE_DIR=/app/api/.tiktoken_cache
                        
# 2025-09-29 19:37:16  67.89MB 执行命令并创建新的镜像层
RUN /bin/sh -c python -c "import nltk; nltk.download('punkt'); nltk.download('averaged_perceptron_tagger')" # buildkit
                        
# 2025-09-29 19:37:13  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-09-29 19:37:13  1.67GB 复制新文件或目录到容器中
COPY /app/api/.venv /app/api/.venv # buildkit
                        
# 2025-09-29 13:44:51  0.00B 设置环境变量 VIRTUAL_ENV
ENV VIRTUAL_ENV=/app/api/.venv
                        
# 2025-09-29 13:44:51  246.59MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update     && apt-get install -y --no-install-recommends         curl nodejs libgmp-dev libmpfr-dev libmpc-dev         expat libldap-2.5-0 perl libsqlite3-0 zlib1g         fonts-noto-cjk         media-types         libmagic1     && apt-get autoremove -y     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-09-29 19:25:21  0.00B 设置工作目录为/app/api
WORKDIR /app/api
                        
# 2025-09-29 13:43:53  0.00B 设置环境变量 PYTHONIOENCODING
ENV PYTHONIOENCODING=utf-8
                        
# 2025-09-29 13:43:53  0.00B 设置环境变量 LC_ALL
ENV LC_ALL=en_US.UTF-8
                        
# 2025-09-29 13:43:53  0.00B 设置环境变量 LANG
ENV LANG=en_US.UTF-8
                        
# 2025-09-29 13:43:53  0.00B 设置环境变量 TZ
ENV TZ=UTC
                        
# 2025-09-29 13:43:53  0.00B 声明容器运行时监听的端口
EXPOSE &{[{{35 0} {35 0}}] 0x400058fbc0}
                        
# 2025-09-29 13:43:53  0.00B 设置环境变量 APP_WEB_URL
ENV APP_WEB_URL=http://127.0.0.1:3000
                        
# 2025-09-29 13:43:53  0.00B 设置环境变量 SERVICE_API_URL
ENV SERVICE_API_URL=http://127.0.0.1:5001
                        
# 2025-09-29 13:43:53  0.00B 设置环境变量 CONSOLE_WEB_URL
ENV CONSOLE_WEB_URL=http://127.0.0.1:3000
                        
# 2025-09-29 13:43:53  0.00B 设置环境变量 CONSOLE_API_URL
ENV CONSOLE_API_URL=http://127.0.0.1:5001
                        
# 2025-09-29 13:43:53  0.00B 设置环境变量 DEPLOY_ENV
ENV DEPLOY_ENV=PRODUCTION
                        
# 2025-09-29 13:43:53  0.00B 设置环境变量 EDITION
ENV EDITION=SELF_HOSTED
                        
# 2025-09-29 13:43:53  0.00B 设置环境变量 FLASK_APP
ENV FLASK_APP=app.py
                        
# 2025-09-29 13:43:53  48.84MB 执行命令并创建新的镜像层
RUN /bin/sh -c pip install --no-cache-dir uv==${UV_VERSION} # buildkit
                        
# 2025-09-29 13:43:53  0.00B 设置环境变量 UV_VERSION
ENV UV_VERSION=0.8.9
                        
# 2025-09-29 13:43:50  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  43.59MB 执行命令并创建新的镜像层
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  97.20MB 
# debian.sh --arch 'arm64' out/ 'bookworm' '@1757289600'
                        
                    

镜像信息

{
    "Id": "sha256:30799a56bdfce29aab32c3efb5905c4eca6b75346184e0bb06f54a79012f9111",
    "RepoTags": [
        "langgenius/dify-api:1.9.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:1.9.1-linuxarm64"
    ],
    "RepoDigests": [
        "langgenius/dify-api@sha256:c38936ee0149f8fabfb5f02ac716c545aa758ceef78c2369c733a86f8713aad4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api@sha256:e53af87e6b816a8100b206fc60aedca6d65c3ca145771b7665de86043a15c987"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-09-29T11:37:18.465190436Z",
    "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.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=cd47a47c3b4acc4d4457b73777722602c33bc950"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app/api",
        "Entrypoint": [
            "/bin/bash",
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-09-29T11:35:53.353Z",
            "org.opencontainers.image.description": "Production-ready platform for agentic workflow development.",
            "org.opencontainers.image.licenses": "NOASSERTION",
            "org.opencontainers.image.revision": "cd47a47c3b4acc4d4457b73777722602c33bc950",
            "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.9.1"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 2207526155,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/e39f6a8fbf879d6966c22adcef3ec987e958495ce4f1c2dc104abff520734b68/diff:/var/lib/docker/overlay2/5d7bfa8b2429daa24d84147ba233859c1cc33fcb6483b176889b85c5e975bb36/diff:/var/lib/docker/overlay2/5c8cee3cb8e559d545ecfc9bff2e4f2a47deaddd79e632829ad69d5a7ce08eb2/diff:/var/lib/docker/overlay2/1953c41debbc6033ab44de1fe53b24d5678a3efbf4e6b73de9854c078feb6682/diff:/var/lib/docker/overlay2/ef3ce327ea04db448a581a633da5e676bea0883ef14a43cd9aa993a074084c4b/diff:/var/lib/docker/overlay2/168af4dc35a6f9a13493d0c4187f73a3ef2892a94bf4fb84747547622e367c99/diff:/var/lib/docker/overlay2/d4db201397a1d8fcb6054b82b221d51808ef5b2f090def60c2f27e94d1d7c1f4/diff:/var/lib/docker/overlay2/2cf6bea60a382c71ffcdb2b27a704493fcbce7c471c57aa9bc192957a7945317/diff:/var/lib/docker/overlay2/febcc5481a1b5c5c65d1fbde02deb216fd52b44ee9fa4fc96f88b16c3201a27a/diff:/var/lib/docker/overlay2/67732c2a011204e15d2130bc56962f3140aee44ef5c3056e992d14009afc82b1/diff:/var/lib/docker/overlay2/4ecab4d1cd38cac81b1fcf822068cc7af34425a6fab8a315fc8d173ff6c58cce/diff:/var/lib/docker/overlay2/e8037ee259db27acdf44f1cc67389ef10074c6a4657f1b68a6034a5c2dac9a9d/diff:/var/lib/docker/overlay2/e540de94f843ac2f3b5613db9c2f3361897abd53f3c60f88686b636a394f92b6/diff",
            "MergedDir": "/var/lib/docker/overlay2/cf9810f44c3598c7249d17be1117bcae73f4a9157b490e571ebdad743226514c/merged",
            "UpperDir": "/var/lib/docker/overlay2/cf9810f44c3598c7249d17be1117bcae73f4a9157b490e571ebdad743226514c/diff",
            "WorkDir": "/var/lib/docker/overlay2/cf9810f44c3598c7249d17be1117bcae73f4a9157b490e571ebdad743226514c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:07d4c428e5bd1876bbc1c2412d105f749f49898b64c684185c5123c73c8e9e7e",
            "sha256:d8e87551fda97b127ee18795556a11882d4089deb93251aff310175f3daad478",
            "sha256:5db2ff227830a65b3ac62f1e777d9e764ffb61d0671d6007ac7ec8978186f103",
            "sha256:d266c3e26fa43fbdd2cfa93c8531ab584e9d4785c8100ab0059d0703805fa9c8",
            "sha256:02aa75a75eef76b4a16d551340d60aea3be53d6941f86bfe343667628534be9c",
            "sha256:5c6ae56a1be68aa0d584bfc341894ef1e116ebbe667ada8c3bdb6a43b62a5711",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:807502b02a8e4e1979d381bcf1a07ee11546e4b0c165e28f72a2ff3000e01d11",
            "sha256:9a4a95bfe24587e9c3e3a590b2706e8ae945acb7ac4ddb277f61434de9700f07",
            "sha256:7f94e734d7c4c363977625fff7991a5a9b3520d4ba9543611c5cfce325c584a3",
            "sha256:9308301d9c7daee6b1e79b150401b31ec8b42fb7d080f372f3f589d46ebe156a",
            "sha256:f481f9261c973412fa76e4aef53c921c45c198b4ae0b704156bb2cface88bf9e",
            "sha256:9e9a006e0f04b22339c27d6f54c3afa25c124255fa6868c6cd5ee568c886fc20",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-11-03T22:41:42.991043219+08:00"
    }
}

更多版本

docker.io/langgenius/dify-api:0.6.10

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

docker.io/langgenius/dify-api:0.6.9

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

docker.io/langgenius/dify-api:0.6.11

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

docker.io/langgenius/dify-api:0.6.12

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

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

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

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

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

docker.io/langgenius/dify-api:0.6.13

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

docker.io/langgenius/dify-api:0.6.14

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

docker.io/langgenius/dify-api:0.6.15

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

docker.io/langgenius/dify-api:0.6.16

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

docker.io/langgenius/dify-api:0.7.0

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

docker.io/langgenius/dify-api:main

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

docker.io/langgenius/dify-api:0.7.1

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

docker.io/langgenius/dify-api:0.7.2

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

docker.io/langgenius/dify-api:0.7.3

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

docker.io/langgenius/dify-api:0.8.0

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

docker.io/langgenius/dify-api:0.8.1

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

docker.io/langgenius/dify-api:0.8.2

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

docker.io/langgenius/dify-api:0.8.3

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

docker.io/langgenius/dify-api:0.9.1

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

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

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

docker.io/langgenius/dify-api:0.9.2

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

docker.io/langgenius/dify-api:0.10.0

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

docker.io/langgenius/dify-api:0.10.1

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

docker.io/langgenius/dify-api:0.10.2

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

docker.io/langgenius/dify-api:0.11.0

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

docker.io/langgenius/dify-api:0.11.1

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

docker.io/langgenius/dify-api:0.6.8

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

docker.io/langgenius/dify-api:0.10.0

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

docker.io/langgenius/dify-api:0.11.2

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

docker.io/langgenius/dify-api:0.12.1

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

docker.io/langgenius/dify-api:0.13.0

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

docker.io/langgenius/dify-api:0.6.3

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

docker.io/langgenius/dify-api:0.13.1

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

docker.io/langgenius/dify-api:0.13.2

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

docker.io/langgenius/dify-api:0.14.0

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

docker.io/langgenius/dify-api:0.14.1

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

docker.io/langgenius/dify-api:0.14.2

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

docker.io/langgenius/dify-api:0.14.2

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

docker.io/langgenius/dify-api:0.15.0

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

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

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

docker.io/langgenius/dify-api:0.15.1

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

docker.io/langgenius/dify-api:0.15.2

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

docker.io/langgenius/dify-api:0.15.3

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

docker.io/langgenius/dify-api:0.15.3

linux/arm64 docker.io2.93GB2025-02-09 15:17
1240
435

docker.io/langgenius/dify-api:1.0.0

linux/arm64 docker.io2.12GB2025-03-01 14:22
701
379

docker.io/langgenius/dify-api:latest

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

docker.io/langgenius/dify-api:0.15.2

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

docker.io/langgenius/dify-api:1.0.1

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

docker.io/langgenius/dify-api:1.0.1

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

docker.io/langgenius/dify-api:1.1.0

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

docker.io/langgenius/dify-api:1.1.1

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

docker.io/langgenius/dify-api:1.1.1

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

docker.io/langgenius/dify-api:1.1.2

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

docker.io/langgenius/dify-api:1.1.3

linux/amd64 docker.io2.05GB2025-03-24 21:55
975
327

docker.io/langgenius/dify-api:0.15.5

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

docker.io/langgenius/dify-api:1.2.0

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

docker.io/langgenius/dify-api:1.2.0

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

docker.io/langgenius/dify-api:1.1.3

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

docker.io/langgenius/dify-api:1.3.0

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

docker.io/langgenius/dify-api:1.3.1

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

docker.io/langgenius/dify-api:0.15.7

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

docker.io/langgenius/dify-api:1.4.0

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

docker.io/langgenius/dify-api:1.4.1

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

docker.io/langgenius/dify-api:0.15.4

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

docker.io/langgenius/dify-api:1.4.2

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

docker.io/langgenius/dify-api:1.0.0

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

docker.io/langgenius/dify-api:1.4.3

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

docker.io/langgenius/dify-api:1.3.1

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

docker.io/langgenius/dify-api:1.4.1

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

docker.io/langgenius/dify-api:1.5.0

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

docker.io/langgenius/dify-api:1.5.1

linux/amd64 docker.io1.98GB2025-07-02 17:18
403
194

docker.io/langgenius/dify-api:1.6.0

linux/amd64 docker.io2.02GB2025-07-11 09:53
540
185

docker.io/langgenius/dify-api:1.6.0

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

docker.io/langgenius/dify-api:1.7.0

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

docker.io/langgenius/dify-api:1.7.0

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

docker.io/langgenius/dify-api:1.4.0

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

docker.io/langgenius/dify-api:1.7.1

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

docker.io/langgenius/dify-api:1.7.2

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

docker.io/langgenius/dify-api:1.7.2

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

docker.io/langgenius/dify-api:1.7.1

linux/arm64 docker.io2.06GB2025-08-19 17:16
118
117

docker.io/langgenius/dify-api:1.8.0

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

docker.io/langgenius/dify-api:1.8.1

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

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

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

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

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

docker.io/langgenius/dify-api:1.9.0

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

docker.io/langgenius/dify-api:1.9.0

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

docker.io/langgenius/dify-api:1.9.1

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

docker.io/langgenius/dify-api:1.8.1

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

docker.io/langgenius/dify-api:1.9.2

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

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

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

docker.io/langgenius/dify-api:1.9.1

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

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

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