docker.io/langgenius/dify-plugin-daemon:0.0.9-local linux/arm64

docker.io/langgenius/dify-plugin-daemon:0.0.9-local - 国内下载镜像源 浏览次数:16 安全受验证的发布者-Dify 温馨提示: 这是一个 linux/arm64 系统架构镜像

该Docker镜像 docker.io/langgenius/dify-plugin-daemon 是一个用于Diffy插件守护进程的镜像。 Diffy可能是一个代码分析或代码比较工具,而这个守护进程负责在后台运行Diffy插件,处理相关的任务和请求。

源镜像 docker.io/langgenius/dify-plugin-daemon:0.0.9-local
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.9-local-linuxarm64
镜像ID sha256:6b0c78d1d58f58951d96326653066bba882a557fc71e1987e4e77eebbeffda70
镜像TAG 0.0.9-local-linuxarm64
大小 1.27GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/bash -c /app/entrypoint.sh
启动入口
工作目录 /app
OS/平台 linux/arm64
浏览量 16 次
贡献者
镜像创建 2025-04-24T06:02:20.120490461Z
同步时间 2025-06-18 21:45
更新时间 2025-06-20 13:06
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TIKTOKEN_CACHE_DIR=/app/.tiktoken UV_PATH=/usr/local/bin/uv PLATFORM=local GIN_MODE=release
镜像标签
ubuntu: org.opencontainers.image.ref.name 24.04: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.9-local-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.9-local-linuxarm64  docker.io/langgenius/dify-plugin-daemon:0.0.9-local

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.9-local-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.9-local-linuxarm64  docker.io/langgenius/dify-plugin-daemon:0.0.9-local

Shell快速替换命令

sed -i 's#langgenius/dify-plugin-daemon:0.0.9-local#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.9-local-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.9-local-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.9-local-linuxarm64  docker.io/langgenius/dify-plugin-daemon:0.0.9-local'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.9-local-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.9-local-linuxarm64  docker.io/langgenius/dify-plugin-daemon:0.0.9-local'

镜像构建历史


# 2025-04-24 14:02:20  0.00B 设置默认要执行的命令
CMD ["/bin/bash" "-c" "/app/entrypoint.sh"]
                        
# 2025-04-24 14:02:20  0.00B 设置环境变量 GIN_MODE
ENV GIN_MODE=release
                        
# 2025-04-24 14:02:20  0.00B 设置环境变量 PLATFORM
ENV PLATFORM=local
                        
# 2025-04-24 14:02:20  0.00B 设置环境变量 UV_PATH
ENV UV_PATH=/usr/local/bin/uv
                        
# 2025-04-24 14:02:20  135.24MB 执行命令并创建新的镜像层
RUN |1 PLATFORM=local /bin/sh -c mv /usr/lib/python3.12/EXTERNALLY-MANAGED /usr/lib/python3.12/EXTERNALLY-MANAGED.bk     && python3 -m pip install uv     && uv pip install --system dify_plugin     && python3 -c "from uv._find_uv import find_uv_bin;print(find_uv_bin());"     && python3 -c "import tiktoken; encodings = ['o200k_base', 'cl100k_base', 'p50k_base', 'r50k_base', 'p50k_edit', 'gpt2']; [tiktoken.get_encoding(encoding).special_tokens_set for encoding in encodings]" # buildkit
                        
# 2025-04-24 14:02:13  0.00B 设置环境变量 TIKTOKEN_CACHE_DIR
ENV TIKTOKEN_CACHE_DIR=/app/.tiktoken
                        
# 2025-04-24 14:02:13  980.72MB 执行命令并创建新的镜像层
RUN |1 PLATFORM=local /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y curl python3.12 python3.12-venv python3.12-dev python3-pip ffmpeg build-essential     && apt-get clean     && rm -rf /var/lib/apt/lists/*     && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1; # buildkit
                        
# 2025-04-24 14:02:13  0.00B 定义构建参数
ARG PLATFORM=local
                        
# 2025-04-24 14:00:03  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2025-04-24 14:00:03  24.00B 复制新文件或目录到容器中
COPY /app/entrypoint.sh /app/entrypoint.sh # buildkit
                        
# 2025-04-24 14:00:03  49.77MB 复制新文件或目录到容器中
COPY /app/main /app/main # buildkit
                        
# 2025-04-08 18:46:13  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-04-08 18:46:12  100.64MB 
/bin/sh -c #(nop) ADD file:918b7712da52a62e47b028978dd5fc952b2f7f7f0507ea2362c4ccd14120133c in / 
                        
# 2025-04-08 18:46:09  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=24.04
                        
# 2025-04-08 18:46:09  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-04-08 18:46:09  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-04-08 18:46:09  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:6b0c78d1d58f58951d96326653066bba882a557fc71e1987e4e77eebbeffda70",
    "RepoTags": [
        "langgenius/dify-plugin-daemon:0.0.9-local",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.9-local-linuxarm64"
    ],
    "RepoDigests": [
        "langgenius/dify-plugin-daemon@sha256:0162d476f5c5641dc67865e9b76c4dab826feca92ce7c6f9fc084a4ea9f6310a",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon@sha256:6991c6c17071b61dcac69d8b225be85d65faf41e58cf814994821658728dc0e7"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-04-24T06:02:20.120490461Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "TIKTOKEN_CACHE_DIR=/app/.tiktoken",
            "UV_PATH=/usr/local/bin/uv",
            "PLATFORM=local",
            "GIN_MODE=release"
        ],
        "Cmd": [
            "/bin/bash",
            "-c",
            "/app/entrypoint.sh"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.version": "24.04"
        }
    },
    "Architecture": "arm64",
    "Variant": "v8",
    "Os": "linux",
    "Size": 1266370212,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/fbaba6bf31eab1e1352c500d340e16ac9a277e7729ba551d1296308d336b5ad7/diff:/var/lib/docker/overlay2/853c252a18231ed5e69f4c805767b58776a532abbbc46a63cce72468f5b4dce4/diff:/var/lib/docker/overlay2/5634b6128baaf94e612fbb8ae2aebc1897056bbcd1801572da9c634605f13ee5/diff:/var/lib/docker/overlay2/25576487435c5b57bae7588ee558987ba99f37dba1fb19c883c6a5c83116706c/diff:/var/lib/docker/overlay2/e432b0e69290f006ada401044dfb6d2bc7a3ef8c4d39bba530261245b2ca8267/diff",
            "MergedDir": "/var/lib/docker/overlay2/09a30c1adeb2e9c2f79d6976ca416a3068a1b6bfb5cb0ad610039f9843ebc45a/merged",
            "UpperDir": "/var/lib/docker/overlay2/09a30c1adeb2e9c2f79d6976ca416a3068a1b6bfb5cb0ad610039f9843ebc45a/diff",
            "WorkDir": "/var/lib/docker/overlay2/09a30c1adeb2e9c2f79d6976ca416a3068a1b6bfb5cb0ad610039f9843ebc45a/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:e03f520a17abd5b8603b7187bb5aec0eafe8972faf801eab0687f08c516d28e3",
            "sha256:b3243b9b559a89a9018e77ce593b22a5f00063e9c547d2ba1a3a4736d498f55e",
            "sha256:c2574c85545e221c20542d7e5d3f55ffd6c98f1dd24493d8ecaa7662ff05a293",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:7daa5ed00c230ae576890e06d9338b7d59fba24719386033b56f78fd6382e156",
            "sha256:4546db05a5f1ba9d7bdec4c5c9577f753edc278282de5ab50cb383a4ffbd9014"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-18T21:44:58.186492866+08:00"
    }
}

更多版本

docker.io/langgenius/dify-plugin-daemon:0.0.1-local

linux/amd64 docker.io247.43MB2025-01-10 09:40
530

docker.io/langgenius/dify-plugin-daemon:0.0.2-local

linux/amd64 docker.io901.91MB2025-02-20 11:35
410

docker.io/langgenius/dify-plugin-daemon:0.0.2-local

linux/arm64 docker.io849.80MB2025-02-21 11:53
438

docker.io/langgenius/dify-plugin-daemon:0.0.3-local

linux/amd64 docker.io908.79MB2025-02-28 15:43
769

docker.io/langgenius/dify-plugin-daemon:0.0.3-local

linux/arm64 docker.io856.06MB2025-03-01 14:30
335

docker.io/langgenius/dify-plugin-daemon:0.0.4-local

linux/amd64 docker.io1.35GB2025-03-11 23:22
434

docker.io/langgenius/dify-plugin-daemon:0.0.5-local

linux/amd64 docker.io1.35GB2025-03-19 09:31
456

docker.io/langgenius/dify-plugin-daemon:0.0.6-local

linux/amd64 docker.io1.36GB2025-03-20 23:36
516

docker.io/langgenius/dify-plugin-daemon:0.0.6-local

linux/arm64 docker.io1.28GB2025-03-21 09:35
280

docker.io/langgenius/dify-plugin-daemon:0.0.7-local

linux/amd64 docker.io1.34GB2025-04-09 20:28
431

docker.io/langgenius/dify-plugin-daemon:0.0.7-local

linux/arm64 docker.io1.26GB2025-04-09 22:29
188

docker.io/langgenius/dify-plugin-daemon:0.0.8-local

linux/amd64 docker.io1.35GB2025-04-23 17:56
119

docker.io/langgenius/dify-plugin-daemon:0.0.9-local

linux/amd64 docker.io1.35GB2025-04-24 16:31
368

docker.io/langgenius/dify-plugin-daemon:0.0.10-local

linux/amd64 docker.io1.37GB2025-05-15 19:32
153

docker.io/langgenius/dify-plugin-daemon:0.0.10-local

linux/arm64 docker.io1.29GB2025-05-27 15:03
37

docker.io/langgenius/dify-plugin-daemon:0.1.1-local

linux/amd64 docker.io1.37GB2025-05-27 17:07
187

docker.io/langgenius/dify-plugin-daemon:0.1.1-local

linux/arm64 docker.io1.29GB2025-06-03 17:59
65

docker.io/langgenius/dify-plugin-daemon:0.1.2-local

linux/amd64 docker.io1.38GB2025-06-11 17:49
106

docker.io/langgenius/dify-plugin-daemon:0.0.9-local

linux/arm64 docker.io1.27GB2025-06-18 21:45
15