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

docker.io/langgenius/dify-plugin-daemon:0.0.2-local - 国内下载镜像源 浏览次数:241 安全受验证的发布者-Dify
```html

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

```
源镜像 docker.io/langgenius/dify-plugin-daemon:0.0.2-local
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.2-local
镜像ID sha256:2df4860e4330cc583b4106c3550bac37e89c3af42192542495c9f878694057af
镜像TAG 0.0.2-local
大小 901.91MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/bash -c /app/entrypoint.sh
启动入口
工作目录 /app
OS/平台 linux/amd64
浏览量 241 次
贡献者
镜像创建 2025-02-17T03:28:03.338979986Z
同步时间 2025-02-20 11:35
更新时间 2025-04-03 21:23
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PLATFORM=local GIN_MODE=release
镜像标签
ubuntu: org.opencontainers.image.ref.name 24.04: org.opencontainers.image.version
镜像安全扫描 查看Trivy扫描报告

系统OS: ubuntu 24.04 扫描引擎: Trivy 扫描时间: 2025-02-20 11:35

低危漏洞:57 中危漏洞:747 高危漏洞:4 严重漏洞:2

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2025-02-17 11:28:03  0.00B 设置默认要执行的命令
CMD ["/bin/bash" "-c" "/app/entrypoint.sh"]
                        
# 2025-02-17 11:28:03  0.00B 设置环境变量 GIN_MODE
ENV GIN_MODE=release
                        
# 2025-02-17 11:28:03  0.00B 设置环境变量 PLATFORM
ENV PLATFORM=local
                        
# 2025-02-17 11:28:03  778.31MB 执行命令并创建新的镜像层
RUN |1 PLATFORM=local /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python3.12 python3.12-venv python3.12-dev ffmpeg     && apt-get clean     && rm -rf /var/lib/apt/lists/*     && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1; # buildkit
                        
# 2025-02-17 11:28:03  0.00B 定义构建参数
ARG PLATFORM=local
                        
# 2025-02-17 11:27:30  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2025-02-17 11:27:30  24.00B 复制新文件或目录到容器中
COPY /app/entrypoint.sh /app/entrypoint.sh # buildkit
                        
# 2025-02-17 11:27:30  45.47MB 复制新文件或目录到容器中
COPY /app/main /app/main # buildkit
                        
# 2025-01-27 12:14:03  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-01-27 12:14:03  78.13MB 
/bin/sh -c #(nop) ADD file:6df775300d76441aa33f31b22c1afce8dfe35c8ffbc14ef27c27009235b12a95 in / 
                        
# 2025-01-27 12:14:00  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=24.04
                        
# 2025-01-27 12:14:00  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-01-27 12:14:00  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-01-27 12:14:00  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:2df4860e4330cc583b4106c3550bac37e89c3af42192542495c9f878694057af",
    "RepoTags": [
        "langgenius/dify-plugin-daemon:0.0.2-local",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.2-local"
    ],
    "RepoDigests": [
        "langgenius/dify-plugin-daemon@sha256:116100125a0742f2f9f923b7e298fc982996d583593fd69acc4926477b266f0e",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon@sha256:576cb5e9a0635150fd7d191aecf510d7d47ab5130a48870fcb5b7ffa123a5638"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-02-17T03:28:03.338979986Z",
    "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",
            "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": "amd64",
    "Os": "linux",
    "Size": 901913566,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8d77af8e046555c1ffd1a0e190c7b475673470e7f45d43a969760ba5e2a4a818/diff:/var/lib/docker/overlay2/69bbcba3987bb28c405380b7e0fabfc611b2594bebf00bf2eed4349d60147bb3/diff:/var/lib/docker/overlay2/a23984f6bd4565f22886a83150671af4ca9b241eb950bc817c49291e91a53305/diff:/var/lib/docker/overlay2/d5ba5778451cb9d6cd53a762324cbf17a65345e17306b42b60d69ba8f9186927/diff",
            "MergedDir": "/var/lib/docker/overlay2/75d7b46383ff8072fc1b6374ec0b44435eb684fbcd4055730cb4f994e4b3511b/merged",
            "UpperDir": "/var/lib/docker/overlay2/75d7b46383ff8072fc1b6374ec0b44435eb684fbcd4055730cb4f994e4b3511b/diff",
            "WorkDir": "/var/lib/docker/overlay2/75d7b46383ff8072fc1b6374ec0b44435eb684fbcd4055730cb4f994e4b3511b/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:4b7c01ed0534d4f9be9cf97d068da1598c6c20b26cb6134fad066defdb6d541d",
            "sha256:e56b6ec909331d7e260c431ab0ad113dcf0ce59c54c6018fcb75038a5b36a306",
            "sha256:e74e6ed9836636d804865ff272516348e4c6445bdaec6d05fbb73204f19dbc87",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:e4611be5f9679029c5cc9e98fe72b0a4b77058d1a81fdeaf28a93cfe088d4f9e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-02-20T11:34:35.582451546+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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