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

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

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

```
源镜像 docker.io/langgenius/dify-plugin-daemon:0.0.6-local
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.6-local-linuxarm64
镜像ID sha256:6ef8b8d99c28c5756d0c5cee5e513ee415b92a8c7afcf845c51f0a8c5848ed3a
镜像TAG 0.0.6-local-linuxarm64
大小 1.28GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/bash -c /app/entrypoint.sh
启动入口
工作目录 /app
OS/平台 linux/arm64
浏览量 78 次
贡献者 10*******4@qq.com
镜像创建 2025-03-20T10:03:43.987641699Z
同步时间 2025-03-21 09:35
更新时间 2025-04-02 14:48
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TIKTOKEN_CACHE_DIR=/app/.tiktoken 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.6-local-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.6-local-linuxarm64  docker.io/langgenius/dify-plugin-daemon:0.0.6-local

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#langgenius/dify-plugin-daemon:0.0.6-local#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.6-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.6-local-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.6-local-linuxarm64  docker.io/langgenius/dify-plugin-daemon:0.0.6-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.6-local-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.6-local-linuxarm64  docker.io/langgenius/dify-plugin-daemon:0.0.6-local'

镜像构建历史


# 2025-03-20 18:03:43  0.00B 设置默认要执行的命令
CMD ["/bin/bash" "-c" "/app/entrypoint.sh"]
                        
# 2025-03-20 18:03:43  0.00B 设置环境变量 GIN_MODE
ENV GIN_MODE=release
                        
# 2025-03-20 18:03:43  0.00B 设置环境变量 PLATFORM
ENV PLATFORM=local
                        
# 2025-03-20 18:03:43  125.19MB 执行命令并创建新的镜像层
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; tiktoken.get_encoding('gpt2').special_tokens_set; tiktoken.get_encoding('cl100k_base').special_tokens_set" # buildkit
                        
# 2025-03-20 18:03:39  0.00B 设置环境变量 TIKTOKEN_CACHE_DIR
ENV TIKTOKEN_CACHE_DIR=/app/.tiktoken
                        
# 2025-03-20 18:03:39  1.01GB 执行命令并创建新的镜像层
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-03-20 18:03:39  0.00B 定义构建参数
ARG PLATFORM=local
                        
# 2025-03-20 18:02:22  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2025-03-20 18:02:22  24.00B 复制新文件或目录到容器中
COPY /app/entrypoint.sh /app/entrypoint.sh # buildkit
                        
# 2025-03-20 18:02:22  45.73MB 复制新文件或目录到容器中
COPY /app/main /app/main # buildkit
                        
# 2025-01-27 12:14:54  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-01-27 12:14:54  100.73MB 
/bin/sh -c #(nop) ADD file:68158f1ff76fd4de9f92666ad22571e6cd11df166255c2814a135773fdd6acd7 in / 
                        
# 2025-01-27 12:14:51  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=24.04
                        
# 2025-01-27 12:14:51  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-01-27 12:14:51  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-01-27 12:14:51  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:6ef8b8d99c28c5756d0c5cee5e513ee415b92a8c7afcf845c51f0a8c5848ed3a",
    "RepoTags": [
        "langgenius/dify-plugin-daemon:0.0.6-local",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.6-local-linuxarm64"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon@sha256:f50820f3ed3fde483fd2b0be9917d9e2891230ed35e1bf00d5d07ef5c1e92417"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-03-20T10:03:43.987641699Z",
    "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",
            "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": 1284962035,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/882af83590deaa6bba0db43e4f998cafcedd0d789e944385d3eff782fb56ecdd/diff:/var/lib/docker/overlay2/7b0b742f1c1189945d24cc61ef40311a5a9ee07bb9fa98f9c71497fe2bb3df58/diff:/var/lib/docker/overlay2/b6f3efdb9234bec55ed89bf89d956920706af4e099ddff93b83d81ae74610e22/diff:/var/lib/docker/overlay2/7c5ab092d2b0be2620f9f00058724620d525013abc53e8294a4812e9418980ff/diff:/var/lib/docker/overlay2/aa74f9a13b66c3491a4644ecdf7ab5f7cd37ec35892352cc9cd415145c29fd23/diff",
            "MergedDir": "/var/lib/docker/overlay2/2cd3565df6558a75f337bae846005f66498438fb2c1ffc538fd7a90b484e2f27/merged",
            "UpperDir": "/var/lib/docker/overlay2/2cd3565df6558a75f337bae846005f66498438fb2c1ffc538fd7a90b484e2f27/diff",
            "WorkDir": "/var/lib/docker/overlay2/2cd3565df6558a75f337bae846005f66498438fb2c1ffc538fd7a90b484e2f27/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:375990b2a90a8d8f332d9b9422d948f7068a3313bf5a1c9fbb91ff2d29046130",
            "sha256:f5233e6b12ef45b32cb8e69a5ef8bf139b48f48801846b21d05deacb33e56203",
            "sha256:13e382ab10021b6d120219a7972b99d9251cdcd25c94bddef3366cc8d32f2860",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:07caa2f210558f35591c8c93516ae1651450ba1c2eeef01057573d3eb71b502a",
            "sha256:7be52f8ec5b25232c4cac31b5f15fa822a2991bca6df0509c1a0b5b21c7074d4"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-21T09:34:52.405951942+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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