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

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

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

```
源镜像 docker.io/langgenius/dify-plugin-daemon:0.0.5-local
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.5-local
镜像ID sha256:d9ff30bc6ddd9da6117d01f16e6ba7708660bfdd7f5216a61505fef67e956246
镜像TAG 0.0.5-local
大小 1.35GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/bash -c /app/entrypoint.sh
启动入口
工作目录 /app
OS/平台 linux/amd64
浏览量 165 次
贡献者 45******8@qq.com
镜像创建 2025-03-18T11:19:13.347848852Z
同步时间 2025-03-19 09:31
更新时间 2025-04-03 18:52
环境变量
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

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2025-03-18 19:19:13  0.00B 设置默认要执行的命令
CMD ["/bin/bash" "-c" "/app/entrypoint.sh"]
                        
# 2025-03-18 19:19:13  0.00B 设置环境变量 GIN_MODE
ENV GIN_MODE=release
                        
# 2025-03-18 19:19:13  0.00B 设置环境变量 PLATFORM
ENV PLATFORM=local
                        
# 2025-03-18 19:19:13  10.58KB 执行命令并创建新的镜像层
RUN |1 PLATFORM=local /bin/sh -c python3 -c "from uv._find_uv import find_uv_bin;print(find_uv_bin())" # buildkit
                        
# 2025-03-18 19:19:13  76.33MB 执行命令并创建新的镜像层
RUN |1 PLATFORM=local /bin/sh -c uv pip install --system dify_plugin # buildkit
                        
# 2025-03-18 19:19:12  57.14MB 执行命令并创建新的镜像层
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 # buildkit
                        
# 2025-03-18 19:19:10  1.09GB 执行命令并创建新的镜像层
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-18 19:19:10  0.00B 定义构建参数
ARG PLATFORM=local
                        
# 2025-03-18 19:18:12  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2025-03-18 19:18:12  24.00B 复制新文件或目录到容器中
COPY /app/entrypoint.sh /app/entrypoint.sh # buildkit
                        
# 2025-03-18 19:18:12  45.91MB 复制新文件或目录到容器中
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:d9ff30bc6ddd9da6117d01f16e6ba7708660bfdd7f5216a61505fef67e956246",
    "RepoTags": [
        "langgenius/dify-plugin-daemon:0.0.5-local",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.5-local"
    ],
    "RepoDigests": [
        "langgenius/dify-plugin-daemon@sha256:05ddda561277f0f38389fd285cac1b6af21bcbe316f32a0548c29a10ad9b88b2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon@sha256:fd667e98cd5d457b0deef4cf90018176a08b8a8be2bd56df1fb1143a3acb2063"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-03-18T11:19:13.347848852Z",
    "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": 1351446280,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/9935f9eebdc5aa740d76c1cd91045743432110ee46bc17ec7f567c287be29e48/diff:/var/lib/docker/overlay2/825cba098102b0884f8b5475cb961aea9dfcf5ed2e367c3331e977cd515b2eeb/diff:/var/lib/docker/overlay2/64c8c58f407d0ee18d9f494c13427923d534c7f76c40b796e494845e245161ea/diff:/var/lib/docker/overlay2/0f2eb40ee4d5edeb677f3994fc94be762c86cfdd73400e56d074efbdedc1dabe/diff:/var/lib/docker/overlay2/f70610364d020a53ad31b52fcaa4faf39b2483e1d49740fc5f6ae1ed490a0974/diff:/var/lib/docker/overlay2/bae8135c744ac63a579aa21c068cf708a363846a83b13bb989803772ab75450b/diff:/var/lib/docker/overlay2/d5ba5778451cb9d6cd53a762324cbf17a65345e17306b42b60d69ba8f9186927/diff",
            "MergedDir": "/var/lib/docker/overlay2/dfff890fc3e89064c11f6c5b7f054a749cb666b0fe77aca57208dfd3a4f68a2e/merged",
            "UpperDir": "/var/lib/docker/overlay2/dfff890fc3e89064c11f6c5b7f054a749cb666b0fe77aca57208dfd3a4f68a2e/diff",
            "WorkDir": "/var/lib/docker/overlay2/dfff890fc3e89064c11f6c5b7f054a749cb666b0fe77aca57208dfd3a4f68a2e/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:4b7c01ed0534d4f9be9cf97d068da1598c6c20b26cb6134fad066defdb6d541d",
            "sha256:56c38eb4c670152bc39e591398d6e0ba00c3fbfe141d73f666dd3ecc205e0292",
            "sha256:d2a6b0e829f156a28e9a3c82dde8c56fddb2bb80574d075ac2c4b16d485230fe",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:90b7cb6fe568dfc70e7af96fdd7e944038a311bccca1482465d83a1ccb247780",
            "sha256:8f9c2b50ad531bb57f200d95955b4c7fd334cd7bc490b0236f536231db09b4b0",
            "sha256:6181e5d9ff3c88050d1071f244294037b00b1ec81ad6daf1a6bf8c0b56cf6a34",
            "sha256:a01294e67772d233fa91e6dc499665561b3497a17e966e279e40af92ecd31d6f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-19T09:30:01.289957677+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
164

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