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

docker.io/langgenius/dify-plugin-daemon:0.0.6-local - 国内下载镜像源 浏览次数:237 安全受验证的发布者-Dify
```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
镜像ID sha256:22fe0ebca8abd1c435e2af6ab1d20ac552b29801de02f9d54a934996a585ce23
镜像TAG 0.0.6-local
大小 1.36GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/bash -c /app/entrypoint.sh
启动入口
工作目录 /app
OS/平台 linux/amd64
浏览量 237 次
贡献者
镜像创建 2025-03-20T10:02:43.476759151Z
同步时间 2025-03-20 23:36
更新时间 2025-04-03 02:47
环境变量
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
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.6-local  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
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.6-local  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#' 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 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.6-local  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 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.6-local  docker.io/langgenius/dify-plugin-daemon:0.0.6-local'

镜像构建历史


# 2025-03-20 18:02:43  0.00B 设置默认要执行的命令
CMD ["/bin/bash" "-c" "/app/entrypoint.sh"]
                        
# 2025-03-20 18:02:43  0.00B 设置环境变量 GIN_MODE
ENV GIN_MODE=release
                        
# 2025-03-20 18:02:43  0.00B 设置环境变量 PLATFORM
ENV PLATFORM=local
                        
# 2025-03-20 18:02:43  137.88MB 执行命令并创建新的镜像层
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:02:39  0.00B 设置环境变量 TIKTOKEN_CACHE_DIR
ENV TIKTOKEN_CACHE_DIR=/app/.tiktoken
                        
# 2025-03-20 18:02:39  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-20 18:02:39  0.00B 定义构建参数
ARG PLATFORM=local
                        
# 2025-03-20 18:01:58  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2025-03-20 18:01:58  24.00B 复制新文件或目录到容器中
COPY /app/entrypoint.sh /app/entrypoint.sh # buildkit
                        
# 2025-03-20 18:01:58  47.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:22fe0ebca8abd1c435e2af6ab1d20ac552b29801de02f9d54a934996a585ce23",
    "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"
    ],
    "RepoDigests": [
        "langgenius/dify-plugin-daemon@sha256:4002e29980089b30188eae4d4b2d407e552bb61173509616354ad0b71b6693b7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon@sha256:15cced20c56f2df4d84287a5c5776fe14df4db22d6a11edafd84dfaf572d0104"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-03-20T10:02:43.476759151Z",
    "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": "amd64",
    "Os": "linux",
    "Size": 1357400160,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/78eb8192ee21554786edafe0baae87c0b2194373c8b410e94bbc2bc78396ce72/diff:/var/lib/docker/overlay2/0731be4aaee05f7ebf90a81d074ef923bb7001a54e4b90f93aae7a47c51bb459/diff:/var/lib/docker/overlay2/180f10add74072824dc50fd672a4b23502fefd3f9f2181a24e3404a0456771bd/diff:/var/lib/docker/overlay2/8ae2cdff42664350d50f49956e7a80f507c5710c2f609cd90552406e43fffe3f/diff:/var/lib/docker/overlay2/d5ba5778451cb9d6cd53a762324cbf17a65345e17306b42b60d69ba8f9186927/diff",
            "MergedDir": "/var/lib/docker/overlay2/cf9df993d6b5a6845dc58c4341de8a77ae298b38132131de65f8b917466a9355/merged",
            "UpperDir": "/var/lib/docker/overlay2/cf9df993d6b5a6845dc58c4341de8a77ae298b38132131de65f8b917466a9355/diff",
            "WorkDir": "/var/lib/docker/overlay2/cf9df993d6b5a6845dc58c4341de8a77ae298b38132131de65f8b917466a9355/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:4b7c01ed0534d4f9be9cf97d068da1598c6c20b26cb6134fad066defdb6d541d",
            "sha256:ed8111791a348a3a1ab6c792d51aa22831cdfa53c7bf6fc63a2a12fe32e7e062",
            "sha256:9e0c5b2eeee2799f384dbd80c1666ced6c25baebb3c5e584e0441666797c1973",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:829ebfbeae4450f3af71a60dece3cb36bbcf6e60a1b07cfb59b66898c1f229b4",
            "sha256:4008233728da6b51244ba6ad575a38001c468282bbc81911b6a4a48bbe502e16"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-20T23:35:30.09048342+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
236

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

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