logo
docker.io/langgenius/dify-api:0.6.12-fix1
linux/amd64 docker.io 已验证 · Dify
dify-api - 一个用于 API 的容器镜像,可能提供了 dify 的 API 服务和功能。
1371
浏览次数
2.48GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:0.6.12-fix1
源镜像
docker.io/langgenius/dify-api:0.6.12-fix1
镜像ID
sha256:24e09f6e8da6350c801ee01b7419942b6480db49c7094052def56ea5af0a1ec8
镜像 TAG
0.6.12-fix1
镜像大小
2.48GB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
/bin/bash /entrypoint.sh
工作目录
/app/api
OS/平台
linux/amd64
镜像创建
2024-06-29T09:44:02.829017964Z
同步时间
2024-07-01 11:33
浏览量
1371 次
贡献者
🔌 开放端口 1
5001/tcp
⚙️ 环境变量 23
KeyValue
PATH=/app/api/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
LANG=C.UTF-8 1
GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D 2
PYTHON_VERSION=3.10.14 3
PYTHON_PIP_VERSION=23.0.1 4
PYTHON_SETUPTOOLS_VERSION=65.5.1 5
PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py 6
PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9 7
POETRY_VERSION=1.8.3 8
POETRY_CACHE_DIR=/tmp/poetry_cache 9
POETRY_NO_INTERACTION=1 10
POETRY_VIRTUALENVS_IN_PROJECT=true 11
POETRY_VIRTUALENVS_CREATE=true 12
FLASK_APP=app.py 13
EDITION=SELF_HOSTED 14
DEPLOY_ENV=PRODUCTION 15
CONSOLE_API_URL=http://127.0.0.1:5001 16
CONSOLE_WEB_URL=http://127.0.0.1:3000 17
SERVICE_API_URL=http://127.0.0.1:5001 18
APP_WEB_URL=http://127.0.0.1:3000 19
TZ=UTC 20
VIRTUAL_ENV=/app/api/.venv 21
COMMIT_SHA=8fd75e6965a33930967a44a03a1b8640095d6f4a 22
🏷️ 镜像标签 8
KeyValue
2024-06-29T09:45:47.060Z 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
8fd75e6965a33930967a44a03a1b8640095d6f4a 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
0.6.12-fix1 org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-06-29 17:44:02  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/bash" "/entrypoint.sh"]
                        
# 2024-06-29 17:44:02  0.00B 设置环境变量 COMMIT_SHA
ENV COMMIT_SHA=8fd75e6965a33930967a44a03a1b8640095d6f4a
                        
# 2024-06-29 17:44:02  0.00B 定义构建参数
ARG COMMIT_SHA=8fd75e6965a33930967a44a03a1b8640095d6f4a
                        
# 2024-06-29 17:44:02  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
                        
# 2024-06-29 17:44:02  806.00B 复制新文件或目录到容器中
COPY docker/entrypoint.sh /entrypoint.sh # buildkit
                        
# 2024-06-29 17:44:02  15.99MB 复制新文件或目录到容器中
COPY . /app/api/ # buildkit
                        
# 2024-06-28 11:58:55  0.00B 设置环境变量 PATH
ENV PATH=/app/api/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2024-06-28 11:58:55  1.72GB 复制新文件或目录到容器中
COPY /app/api/.venv /app/api/.venv # buildkit
                        
# 2024-06-27 11:22:32  0.00B 设置环境变量 VIRTUAL_ENV
ENV VIRTUAL_ENV=/app/api/.venv
                        
# 2024-06-27 11:22:32  555.50MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update     && apt-get install -y --no-install-recommends curl wget vim nodejs ffmpeg libgmp-dev libmpfr-dev libmpc-dev     && apt-get autoremove     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2024-06-29 17:44:02  0.00B 设置工作目录为/app/api
WORKDIR /app/api
                        
# 2024-06-27 11:22:03  0.00B 设置环境变量 TZ
ENV TZ=UTC
                        
# 2024-06-27 11:22:03  0.00B 声明容器运行时监听的端口
EXPOSE map[5001/tcp:{}]
                        
# 2024-06-27 11:22:03  0.00B 设置环境变量 APP_WEB_URL
ENV APP_WEB_URL=http://127.0.0.1:3000
                        
# 2024-06-27 11:22:03  0.00B 设置环境变量 SERVICE_API_URL
ENV SERVICE_API_URL=http://127.0.0.1:5001
                        
# 2024-06-27 11:22:03  0.00B 设置环境变量 CONSOLE_WEB_URL
ENV CONSOLE_WEB_URL=http://127.0.0.1:3000
                        
# 2024-06-27 11:22:03  0.00B 设置环境变量 CONSOLE_API_URL
ENV CONSOLE_API_URL=http://127.0.0.1:5001
                        
# 2024-06-27 11:22:03  0.00B 设置环境变量 DEPLOY_ENV
ENV DEPLOY_ENV=PRODUCTION
                        
# 2024-06-27 11:22:03  0.00B 设置环境变量 EDITION
ENV EDITION=SELF_HOSTED
                        
# 2024-06-27 11:22:03  0.00B 设置环境变量 FLASK_APP
ENV FLASK_APP=app.py
                        
# 2024-06-27 11:22:03  0.00B 设置环境变量 POETRY_VIRTUALENVS_CREATE
ENV POETRY_VIRTUALENVS_CREATE=true
                        
# 2024-06-27 11:22:03  0.00B 设置环境变量 POETRY_VIRTUALENVS_IN_PROJECT
ENV POETRY_VIRTUALENVS_IN_PROJECT=true
                        
# 2024-06-27 11:22:03  0.00B 设置环境变量 POETRY_NO_INTERACTION
ENV POETRY_NO_INTERACTION=1
                        
# 2024-06-27 11:22:03  0.00B 设置环境变量 POETRY_CACHE_DIR
ENV POETRY_CACHE_DIR=/tmp/poetry_cache
                        
# 2024-06-27 11:22:03  64.31MB 执行命令并创建新的镜像层
RUN /bin/sh -c pip install --no-cache-dir --upgrade pip &&     pip install --no-cache-dir --upgrade poetry==${POETRY_VERSION} # buildkit
                        
# 2024-06-27 11:22:03  0.00B 设置环境变量 POETRY_VERSION
ENV POETRY_VERSION=1.8.3
                        
# 2024-06-27 11:21:55  0.00B 设置工作目录为/app/api
WORKDIR /app/api
                        
# 2024-03-22 07:32:08  0.00B 设置默认要执行的命令
CMD ["python3"]
                        
# 2024-03-22 07:32:08  11.41MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 		savedAptMark="$(apt-mark showmanual)"; 	apt-get update; 	apt-get install -y --no-install-recommends wget; 		wget -O get-pip.py "$PYTHON_GET_PIP_URL"; 	echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; 		apt-mark auto '.*' > /dev/null; 	[ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; 	apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; 	rm -rf /var/lib/apt/lists/*; 		export PYTHONDONTWRITEBYTECODE=1; 		python get-pip.py 		--disable-pip-version-check 		--no-cache-dir 		--no-compile 		"pip==$PYTHON_PIP_VERSION" 		"setuptools==$PYTHON_SETUPTOOLS_VERSION" 	; 	rm -f get-pip.py; 		pip --version # buildkit
                        
# 2024-03-22 07:32:08  0.00B 设置环境变量 PYTHON_GET_PIP_SHA256
ENV PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9
                        
# 2024-03-22 07:32:08  0.00B 设置环境变量 PYTHON_GET_PIP_URL
ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py
                        
# 2024-03-22 07:32:08  0.00B 设置环境变量 PYTHON_SETUPTOOLS_VERSION
ENV PYTHON_SETUPTOOLS_VERSION=65.5.1
                        
# 2024-03-22 07:32:08  0.00B 设置环境变量 PYTHON_PIP_VERSION
ENV PYTHON_PIP_VERSION=23.0.1
                        
# 2024-03-22 07:32:08  32.00B 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	for src in idle3 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
                        
# 2024-03-22 07:32:08  31.92MB 执行命令并创建新的镜像层
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 		libexpat1-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"; 	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 		--with-lto 		--with-system-expat 		--without-ensurepip 	; 	nproc="$(nproc)"; 	EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; 	LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; 	LDFLAGS="${LDFLAGS:--Wl},--strip-all"; 	make -j "$nproc" 		"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" 		"LDFLAGS=${LDFLAGS:-}" 		"PROFILE_TASK=${PROFILE_TASK:-}" 	; 	rm python; 	make -j "$nproc" 		"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" 		"LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" 		"PROFILE_TASK=${PROFILE_TASK:-}" 		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/*; 		python3 --version # buildkit
                        
# 2024-03-22 07:32:08  0.00B 设置环境变量 PYTHON_VERSION
ENV PYTHON_VERSION=3.10.14
                        
# 2024-03-22 07:32:08  0.00B 设置环境变量 GPG_KEY
ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
                        
# 2024-03-22 07:32:08  8.48MB 执行命令并创建新的镜像层
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
                        
# 2024-03-22 07:32:08  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2024-03-22 07:32:08  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2024-03-22 07:32:08  0.00B 
/bin/sh -c #(nop)  CMD ["bash"]
                        
# 2024-03-22 07:32:08  74.83MB 
/bin/sh -c #(nop) ADD file:5f9954090af042b377ea0d1d184faa64d2e9d4c946b6c3898d52aff47e764056 in / 
                        
                    

镜像信息

{
    "Id": "sha256:24e09f6e8da6350c801ee01b7419942b6480db49c7094052def56ea5af0a1ec8",
    "RepoTags": [
        "langgenius/dify-api:0.6.12-fix1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:0.6.12-fix1"
    ],
    "RepoDigests": [
        "langgenius/dify-api@sha256:51732975087c9f0d2d8cf5b0fa88a80985166d15f254782eda545b442d3618a5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api@sha256:ac84abc17e515a1400c9cad0ff6369721d91431b6a3eb1f4129a4992f41d2f1e"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-06-29T09:44:02.829017964Z",
    "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=A035C8C19219BA821ECEA86B64E628F8D684696D",
            "PYTHON_VERSION=3.10.14",
            "PYTHON_PIP_VERSION=23.0.1",
            "PYTHON_SETUPTOOLS_VERSION=65.5.1",
            "PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py",
            "PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9",
            "POETRY_VERSION=1.8.3",
            "POETRY_CACHE_DIR=/tmp/poetry_cache",
            "POETRY_NO_INTERACTION=1",
            "POETRY_VIRTUALENVS_IN_PROJECT=true",
            "POETRY_VIRTUALENVS_CREATE=true",
            "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",
            "COMMIT_SHA=8fd75e6965a33930967a44a03a1b8640095d6f4a"
        ],
        "Cmd": null,
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app/api",
        "Entrypoint": [
            "/bin/bash",
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2024-06-29T09:45:47.060Z",
            "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": "8fd75e6965a33930967a44a03a1b8640095d6f4a",
            "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": "0.6.12-fix1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2482787568,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/a1fc36ee7a9bae4e8949ca68857e23f4ce36da504824ccfba3bb42cf109d0146/diff:/var/lib/docker/overlay2/33c21c1f202070eb3c8556efe604b320f0a476e73e6ce5a6ccff5d94e48e77f1/diff:/var/lib/docker/overlay2/938d43655b94a7d9e89a2927dc63d8e97942f315fc5be19ef310bc09d0873628/diff:/var/lib/docker/overlay2/bf83dad548144130f5b5ead534db4baae8ae5658156eb5e7359dc5083ef0ba55/diff:/var/lib/docker/overlay2/6703da83d648fc53a85d487650928a969453627dc97e351c334c63dc12b874ec/diff:/var/lib/docker/overlay2/37f2dcd689990d8e8a708235deb336a4cd4cf0e8b37ddb117de55c6e4ff04472/diff:/var/lib/docker/overlay2/271f6af60c81648a85f34c42a7b6655d8af9ba75efe7d57df695af558a560981/diff:/var/lib/docker/overlay2/da0c79ed154b789b060427813a58802fcf2f18dd610f39b43ef5f4f2d7929cbe/diff:/var/lib/docker/overlay2/e24a9c4bbea41ccf9a27e960582b22b27c6e0003c1b08606e9d0a56e9898f066/diff:/var/lib/docker/overlay2/b87eaccf3f22a1eead07956b4976274d3df48f1236bd05ad184f80d7cb34e4dd/diff:/var/lib/docker/overlay2/d5bdb018b61ae3bcf755d6f0efcd99f24e0ce4cf0ad545f39e0e9bf48528f1c6/diff:/var/lib/docker/overlay2/dc095d948269d9ec0122df8444b9bd5958c38c8b6d1d4f728177923227a5115b/diff",
            "MergedDir": "/var/lib/docker/overlay2/e87bd95227206ca2c60b65da0aecaba3509c903575037d989895097b3699fa05/merged",
            "UpperDir": "/var/lib/docker/overlay2/e87bd95227206ca2c60b65da0aecaba3509c903575037d989895097b3699fa05/diff",
            "WorkDir": "/var/lib/docker/overlay2/e87bd95227206ca2c60b65da0aecaba3509c903575037d989895097b3699fa05/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:1387079e86adf524e7e92bada71d261d9ff58f34409751ab36560385262a8386",
            "sha256:2da9904b909eec5615e60a7c564091cc879726deb149de3908fe18000b5934bc",
            "sha256:3796f8a4e35b049ec67c84e75af2fd9da971db49f4ecbf9e243de43bd0f5eea4",
            "sha256:874337b0fe22322b429cc9ff7e7260e705753d597fc47798b83a724943539d0a",
            "sha256:2e7e15acc0c59d190e7d6b2551b7c973f5e194907ad75babe0b4af7a75082311",
            "sha256:97010084571ae96635fee6bd318ccf49667da8160da8292bfe816b9b6e397154",
            "sha256:cb07adaa1506c5192e86eb89293e8f9b69afa8dd2cac96ebc114b4a6c8358148",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:1f45547b1bf7bd6890b58c30097af1c36ba1cfad9e1065b069cae07f25b829c9",
            "sha256:f29d9ce4e818d9b5622eae80c3f73353740ed8ab73b6696a21f87834f42ba3c9",
            "sha256:e8350c3ffdf426b22c45936173d3ee205cd1b6e9703af50891e72d2b9f9f7909",
            "sha256:17bd4790415e87c8004913719688ca4d1d617e6e2844c386daa46c19cb962571",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-07-01T11:33:33.047354391+08:00"
    }
}

更多版本

docker.io/langgenius/dify-api:0.10.0

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

docker.io/langgenius/dify-api:0.10.0

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

docker.io/langgenius/dify-api:0.10.1

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

docker.io/langgenius/dify-api:0.10.2

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

docker.io/langgenius/dify-api:0.11.0

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

docker.io/langgenius/dify-api:0.11.1

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

docker.io/langgenius/dify-api:0.11.2

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

docker.io/langgenius/dify-api:0.12.1

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

docker.io/langgenius/dify-api:0.13.0

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

docker.io/langgenius/dify-api:0.13.1

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

docker.io/langgenius/dify-api:0.13.2

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

docker.io/langgenius/dify-api:0.14.0

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

docker.io/langgenius/dify-api:0.14.1

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

docker.io/langgenius/dify-api:0.14.2

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

docker.io/langgenius/dify-api:0.14.2

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

docker.io/langgenius/dify-api:0.15.0

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

docker.io/langgenius/dify-api:0.15.1

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

docker.io/langgenius/dify-api:0.15.2

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

docker.io/langgenius/dify-api:0.15.2

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

docker.io/langgenius/dify-api:0.15.3

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

docker.io/langgenius/dify-api:0.15.3

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

docker.io/langgenius/dify-api:0.15.4

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

docker.io/langgenius/dify-api:0.15.5

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

docker.io/langgenius/dify-api:0.15.7

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

docker.io/langgenius/dify-api:0.15.8

linux/amd64 docker.io2.99GB2025-12-16 15:27
364

docker.io/langgenius/dify-api:0.15.8

linux/arm64 docker.io2.94GB2026-07-19 00:52
83

docker.io/langgenius/dify-api:0.6.10

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

docker.io/langgenius/dify-api:0.6.11

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

docker.io/langgenius/dify-api:0.6.12

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

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

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

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

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

docker.io/langgenius/dify-api:0.6.13

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

docker.io/langgenius/dify-api:0.6.14

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

docker.io/langgenius/dify-api:0.6.15

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

docker.io/langgenius/dify-api:0.6.16

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

docker.io/langgenius/dify-api:0.6.2

linux/amd64 docker.io1.80GB2026-04-28 09:21
187

docker.io/langgenius/dify-api:0.6.3

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

docker.io/langgenius/dify-api:0.6.8

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

docker.io/langgenius/dify-api:0.6.9

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

docker.io/langgenius/dify-api:0.7.0

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

docker.io/langgenius/dify-api:0.7.1

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

docker.io/langgenius/dify-api:0.7.2

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

docker.io/langgenius/dify-api:0.7.3

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

docker.io/langgenius/dify-api:0.8.0

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

docker.io/langgenius/dify-api:0.8.1

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

docker.io/langgenius/dify-api:0.8.2

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

docker.io/langgenius/dify-api:0.8.3

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

docker.io/langgenius/dify-api:0.9.1

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

docker.io/langgenius/dify-api:0.9.2

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

docker.io/langgenius/dify-api:1.0.0

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

docker.io/langgenius/dify-api:1.0.0

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

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

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

docker.io/langgenius/dify-api:1.0.1

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

docker.io/langgenius/dify-api:1.0.1

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

docker.io/langgenius/dify-api:1.1.0

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

docker.io/langgenius/dify-api:1.1.1

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

docker.io/langgenius/dify-api:1.1.1

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

docker.io/langgenius/dify-api:1.1.2

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

docker.io/langgenius/dify-api:1.1.3

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

docker.io/langgenius/dify-api:1.1.3

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

docker.io/langgenius/dify-api:1.10.0

linux/amd64 docker.io2.42GB2025-11-14 22:40
687

docker.io/langgenius/dify-api:1.10.0

linux/arm64 docker.io2.37GB2025-12-03 17:43
261

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

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

docker.io/langgenius/dify-api:1.10.1

linux/amd64 docker.io4.38GB2025-11-27 17:26
460

docker.io/langgenius/dify-api:1.10.1

linux/arm64 docker.io4.27GB2025-11-27 14:51
428

docker.io/langgenius/dify-api:1.10.1-fix.1

linux/amd64 docker.io4.45GB2025-12-05 17:36
736

docker.io/langgenius/dify-api:1.11.0

linux/amd64 docker.io2.44GB2025-12-11 09:47
492

docker.io/langgenius/dify-api:1.11.1

linux/amd64 docker.io2.44GB2025-12-12 16:25
1191

docker.io/langgenius/dify-api:1.11.2

linux/amd64 docker.io2.49GB2025-12-26 14:10
1033

docker.io/langgenius/dify-api:1.11.2

linux/arm64 docker.io2.45GB2026-01-16 14:10
286

docker.io/langgenius/dify-api:1.11.4

linux/amd64 docker.io2.67GB2026-01-15 17:30
1068

docker.io/langgenius/dify-api:1.11.4

linux/arm64 docker.io2.62GB2026-04-08 16:57
180

docker.io/langgenius/dify-api:1.12.1

linux/amd64 docker.io2.67GB2026-02-05 10:57
551

docker.io/langgenius/dify-api:1.12.1

linux/arm64 docker.io2.63GB2026-02-11 19:48
285

docker.io/langgenius/dify-api:1.13.0

linux/amd64 docker.io2.68GB2026-02-13 12:29
822

docker.io/langgenius/dify-api:1.13.0

linux/arm64 docker.io2.64GB2026-02-28 09:59
409

docker.io/langgenius/dify-api:1.13.1

linux/amd64 docker.io2.92GB2026-03-18 10:24
313

docker.io/langgenius/dify-api:1.13.2

linux/amd64 docker.io2.92GB2026-03-20 13:35
442

docker.io/langgenius/dify-api:1.13.3

linux/amd64 docker.io2.92GB2026-03-27 17:49
800

docker.io/langgenius/dify-api:1.13.3

linux/arm64 docker.io2.90GB2026-03-27 18:00
286

docker.io/langgenius/dify-api:1.14.0

linux/amd64 docker.io2.98GB2026-04-29 20:34
370

docker.io/langgenius/dify-api:1.14.0

linux/arm64 docker.io2.97GB2026-04-29 14:54
235

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

linux/amd64 docker.io2.79GB2026-03-02 16:48
545

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

linux/arm64 docker.io2.74GB2026-04-03 11:15
202

docker.io/langgenius/dify-api:1.14.1

linux/amd64 docker.io2.99GB2026-05-12 16:22
299

docker.io/langgenius/dify-api:1.14.1

linux/arm64 docker.io2.98GB2026-05-12 18:40
176

docker.io/langgenius/dify-api:1.14.2

linux/amd64 docker.io2.99GB2026-05-19 17:02
616

docker.io/langgenius/dify-api:1.14.2

linux/arm64 docker.io2.98GB2026-05-31 17:22
226

docker.io/langgenius/dify-api:1.15.0

linux/amd64 docker.io2.99GB2026-06-29 09:28
302

docker.io/langgenius/dify-api:1.15.0

linux/arm64 docker.io2.98GB2026-06-26 08:38
200

docker.io/langgenius/dify-api:1.16.0

linux/amd64 docker.io3.01GB2026-07-20 14:31
237

docker.io/langgenius/dify-api:1.16.0

linux/arm64 docker.io3.00GB2026-07-20 11:11
117

docker.io/langgenius/dify-api:1.16.1

linux/amd64 docker.io3.01GB2026-08-04 17:36
214

docker.io/langgenius/dify-api:1.16.1

linux/arm64 docker.io3.00GB2026-07-28 16:27
171

docker.io/langgenius/dify-api:1.17.0

linux/amd64 docker.io2.95GB2026-08-27 14:59
127

docker.io/langgenius/dify-api:1.17.0

linux/arm64 docker.io2.94GB2026-08-27 15:02
59

docker.io/langgenius/dify-api:1.17.1

linux/amd64 docker.io2.96GB2026-09-11 13:30
41

docker.io/langgenius/dify-api:1.17.1

linux/arm64 docker.io2.95GB2026-09-11 08:38
33

docker.io/langgenius/dify-api:1.2.0

linux/amd64 docker.io2.33GB2025-04-09 20:24
1386
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×