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

docker.io/langgenius/dify-api:0.13.0 - 国内下载镜像源 浏览次数:9 安全受验证的发布者-Dify
dify-api - 一个用于 API 的容器镜像,可能提供了 dify 的 API 服务和功能。
源镜像 docker.io/langgenius/dify-api:0.13.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:0.13.0
镜像ID sha256:bc6aead57feaf666c780e9d33c9d4f74f48b1505c59ed09c1c155cd09e0db222
镜像TAG 0.13.0
大小 2.95GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /bin/bash /entrypoint.sh
工作目录 /app/api
OS/平台 linux/amd64
浏览量 9 次
贡献者 zj****4@qq.com
镜像创建 2024-12-03T09:36:35.384320974Z
同步时间 2024-12-04 15:23
更新时间 2024-12-04 19:46
开放端口
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.7 PYTHON_SHA256=24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550 POETRY_VERSION=1.8.4 POETRY_CACHE_DIR=/tmp/poetry_cache POETRY_NO_INTERACTION=1 POETRY_VIRTUALENVS_IN_PROJECT=true POETRY_VIRTUALENVS_CREATE=true POETRY_REQUESTS_TIMEOUT=15 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=c58d2fce89c0f8d198b4d8fe8b558bd1b93874af
镜像标签
2024-12-03T09:36:36.441Z: 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 c58d2fce89c0f8d198b4d8fe8b558bd1b93874af: 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.13.0: org.opencontainers.image.version
镜像安全扫描 查看Trivy扫描报告

系统OS: debian trixie/sid 扫描引擎: Trivy 扫描时间: 2024-12-04 15:27

低危漏洞:2 中危漏洞:9 高危漏洞:5 严重漏洞:4

Docker拉取命令 无权限下载?点我修复

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像历史

大小 创建时间 层信息
0.00B 2024-12-03 17:36:35 ENTRYPOINT ["/bin/bash" "/entrypoint.sh"]
0.00B 2024-12-03 17:36:35 ENV COMMIT_SHA=c58d2fce89c0f8d198b4d8fe8b558bd1b93874af
0.00B 2024-12-03 17:36:35 ARG COMMIT_SHA=c58d2fce89c0f8d198b4d8fe8b558bd1b93874af
0.00B 2024-12-03 17:36:35 RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
1.26KB 2024-12-03 17:36:35 COPY docker/entrypoint.sh /entrypoint.sh # buildkit
21.51MB 2024-12-03 17:36:35 COPY . /app/api/ # buildkit
89.85MB 2024-12-03 13:28:44 RUN /bin/sh -c python -c "import nltk; nltk.download('punkt'); nltk.download('averaged_perceptron_tagger')" # buildkit
0.00B 2024-12-03 13:28:39 ENV PATH=/app/api/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2.36GB 2024-12-03 13:28:39 COPY /app/api/.venv /app/api/.venv # buildkit
0.00B 2024-12-03 13:27:29 ENV VIRTUAL_ENV=/app/api/.venv
290.50MB 2024-12-03 13:27:29 RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl nodejs libgmp-dev libmpfr-dev libmpc-dev && echo "deb http://deb.debian.org/debian testing main" > /etc/apt/sources.list && apt-get update && apt-get install -y --no-install-recommends expat=2.6.4-1 libldap-2.5-0=2.5.18+dfsg-3+b1 perl=5.40.0-8 libsqlite3-0=3.46.1-1 zlib1g=1:1.3.dfsg+really1.3.1-1+b1 && apt-get install -y fonts-noto-cjk && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* # buildkit
0.00B 2024-12-03 17:36:35 WORKDIR /app/api
0.00B 2024-12-03 13:27:07 ENV TZ=UTC
0.00B 2024-12-03 13:27:07 EXPOSE map[5001/tcp:{}]
0.00B 2024-12-03 13:27:07 ENV APP_WEB_URL=http://127.0.0.1:3000
0.00B 2024-12-03 13:27:07 ENV SERVICE_API_URL=http://127.0.0.1:5001
0.00B 2024-12-03 13:27:07 ENV CONSOLE_WEB_URL=http://127.0.0.1:3000
0.00B 2024-12-03 13:27:07 ENV CONSOLE_API_URL=http://127.0.0.1:5001
0.00B 2024-12-03 13:27:07 ENV DEPLOY_ENV=PRODUCTION
0.00B 2024-12-03 13:27:07 ENV EDITION=SELF_HOSTED
0.00B 2024-12-03 13:27:07 ENV FLASK_APP=app.py
0.00B 2024-12-03 13:27:07 ENV POETRY_REQUESTS_TIMEOUT=15
0.00B 2024-12-03 13:27:07 ENV POETRY_VIRTUALENVS_CREATE=true
0.00B 2024-12-03 13:27:07 ENV POETRY_VIRTUALENVS_IN_PROJECT=true
0.00B 2024-12-03 13:27:07 ENV POETRY_NO_INTERACTION=1
0.00B 2024-12-03 13:27:07 ENV POETRY_CACHE_DIR=/tmp/poetry_cache
60.71MB 2024-12-03 13:27:07 RUN /bin/sh -c pip install --no-cache-dir poetry==${POETRY_VERSION} # buildkit
0.00B 2024-12-03 13:27:07 ENV POETRY_VERSION=1.8.4
0.00B 2024-12-03 13:27:00 WORKDIR /app/api
0.00B 2024-10-19 07:23:40 CMD ["python3"]
36.00B 2024-10-19 07:23:40 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
40.29MB 2024-10-19 07:23:40 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 --with-lto --with-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:-}" ; 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
0.00B 2024-10-19 07:23:40 ENV PYTHON_SHA256=24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550
0.00B 2024-10-19 07:23:40 ENV PYTHON_VERSION=3.12.7
0.00B 2024-10-19 07:23:40 ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305
8.48MB 2024-10-19 07:23:40 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
0.00B 2024-10-19 07:23:40 ENV LANG=C.UTF-8
0.00B 2024-10-19 07:23:40 ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
74.82MB 2024-10-19 07:23:40 # debian.sh --arch 'amd64' out/ 'bookworm' '@1733097600'

镜像信息

{
    "Id": "sha256:bc6aead57feaf666c780e9d33c9d4f74f48b1505c59ed09c1c155cd09e0db222",
    "RepoTags": [
        "langgenius/dify-api:0.13.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:0.13.0"
    ],
    "RepoDigests": [
        "langgenius/dify-api@sha256:fc583fcaf7cb0957bdccf7311e6f4c73fe08525a2187eb2ab43749f7256c6ade",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api@sha256:031ee2c695a6011befcdaf831be0cacd4acb94a8ca84d759a14469f321ef5c08"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-12-03T09:36:35.384320974Z",
    "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.7",
            "PYTHON_SHA256=24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550",
            "POETRY_VERSION=1.8.4",
            "POETRY_CACHE_DIR=/tmp/poetry_cache",
            "POETRY_NO_INTERACTION=1",
            "POETRY_VIRTUALENVS_IN_PROJECT=true",
            "POETRY_VIRTUALENVS_CREATE=true",
            "POETRY_REQUESTS_TIMEOUT=15",
            "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=c58d2fce89c0f8d198b4d8fe8b558bd1b93874af"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app/api",
        "Entrypoint": [
            "/bin/bash",
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2024-12-03T09:36:36.441Z",
            "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": "c58d2fce89c0f8d198b4d8fe8b558bd1b93874af",
            "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.13.0"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2947344897,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/2793c0e3eca42102730ca311030bc47b21923702880d3442aabdf6a390797be6/diff:/var/lib/docker/overlay2/08fccb899cc77a872817c8c812016434292e32af18d4f8957e02e0f08d265afd/diff:/var/lib/docker/overlay2/f5f05a3355eadcd61e12aab03e9b0ffb21323a96eab829df5a2450bb2188ac10/diff:/var/lib/docker/overlay2/efe7057f7790df842d0b931e1a1da71bb108849903bd0a98dea515b3ec078d70/diff:/var/lib/docker/overlay2/f86703cc60e7857faf999cdf47f288a50ce60847545eac95ea95e699d9eb0c45/diff:/var/lib/docker/overlay2/28de74ce77508ba9a1cf315d7328ae07f2b787005be448877c04dbcb758065fa/diff:/var/lib/docker/overlay2/9365949b08552056748bb249ed1d4a9f21a738446b8e96c2d551eb9987a42190/diff:/var/lib/docker/overlay2/0c116a36e93b5a66fe6a5a5d4c38c290b08cbc1627a80356f275d449504a1aa1/diff:/var/lib/docker/overlay2/bd51639168e3b2018964e600345dc3f6b4e59ae9901fda9246eb58c2eac79281/diff:/var/lib/docker/overlay2/7be9ab0f7fd140026f0578434fb3a66c95b2784c38d60b8f5d1e278beacc448b/diff:/var/lib/docker/overlay2/b72fa5e415e9c7582b16b4562dd98c3bb8e3159c99cd713ec5921b260a58bdc7/diff:/var/lib/docker/overlay2/404e59c4c9adc52232d40ea19adf6c8d76b2fc9392dc54e49d9840bbd9ffc580/diff",
            "MergedDir": "/var/lib/docker/overlay2/114217e46bbf4856e2898479fbb13f67dfc7cb76e8ec0e68f17d653b3c5dd8bd/merged",
            "UpperDir": "/var/lib/docker/overlay2/114217e46bbf4856e2898479fbb13f67dfc7cb76e8ec0e68f17d653b3c5dd8bd/diff",
            "WorkDir": "/var/lib/docker/overlay2/114217e46bbf4856e2898479fbb13f67dfc7cb76e8ec0e68f17d653b3c5dd8bd/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:c0f1022b22a9b36851b358f44e5475e39d166e71a8073cf53c894a299239b1c5",
            "sha256:8e6dac73b295005c7c1f4f9586c381b1ea55d867f73d97882cfcee7c7dd20a5b",
            "sha256:f8e017cbad7ddf98ac8031732b5071761aebcc8c68001ca077e2dc72d461448e",
            "sha256:bcb1fd95c1b22bd1775eca72552752cfd3bb81d02a4200d3bc239d9a141098eb",
            "sha256:5400e9c39503756fb8e4c4b60f624f0f5e5a2ebb84d2b5f7350331fd3532c3ae",
            "sha256:440a9c11a0ff232951b8220f038ddbe0eb69a85e084d214108861db19dbe26d1",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:b2b3233a1a639189421b86f8edc08b40a5a26481bd313b129c3313f4c1e914f6",
            "sha256:d02635a5a60c3e0d17892d84cbd588b84f2f662b48aed600e5939a9a6ef78d1c",
            "sha256:87e274e69eaa58f023e217d826ea50120e07a791f5d4f2ea161e79dc8948f437",
            "sha256:50f5e858731305e82b1d3a0ac007bbd303d3749eaa962447911052a3ac868224",
            "sha256:d4f8a05b662ba84440c3599045e2de58f788ea289b488c7194d0a172ad3fb107",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-12-04T15:21:48.059552272+08:00"
    }
}

更多版本

docker.io/langgenius/dify-api:0.6.10

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

docker.io/langgenius/dify-api:0.6.9

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

docker.io/langgenius/dify-api:0.6.11

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

docker.io/langgenius/dify-api:0.6.12

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

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

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

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

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

docker.io/langgenius/dify-api:0.6.13

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

docker.io/langgenius/dify-api:0.6.14

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

docker.io/langgenius/dify-api:0.6.15

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

docker.io/langgenius/dify-api:0.6.16

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

docker.io/langgenius/dify-api:0.7.0

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

docker.io/langgenius/dify-api:main

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

docker.io/langgenius/dify-api:0.7.1

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

docker.io/langgenius/dify-api:0.7.2

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

docker.io/langgenius/dify-api:0.7.3

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

docker.io/langgenius/dify-api:0.8.0

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

docker.io/langgenius/dify-api:0.8.1

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

docker.io/langgenius/dify-api:0.8.2

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

docker.io/langgenius/dify-api:0.8.3

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

docker.io/langgenius/dify-api:0.9.1

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

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

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

docker.io/langgenius/dify-api:0.9.2

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

docker.io/langgenius/dify-api:0.10.0

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

docker.io/langgenius/dify-api:0.10.1

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

docker.io/langgenius/dify-api:0.10.2

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

docker.io/langgenius/dify-api:0.11.0

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

docker.io/langgenius/dify-api:0.11.1

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

docker.io/langgenius/dify-api:0.6.8

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

docker.io/langgenius/dify-api:0.10.0

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

docker.io/langgenius/dify-api:0.11.2

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

docker.io/langgenius/dify-api:0.12.1

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

docker.io/langgenius/dify-api:0.13.0

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