docker.io/langgenius/dify-plugin-daemon:0.1.3-serverless linux/amd64

docker.io/langgenius/dify-plugin-daemon:0.1.3-serverless - 国内下载镜像源 浏览次数:14 安全受验证的发布者-Dify

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

源镜像 docker.io/langgenius/dify-plugin-daemon:0.1.3-serverless
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.1.3-serverless
镜像ID sha256:f436da40ccea1f794a7115fa77a768e7cda9e9958e695d560607b2a4926c56cb
镜像TAG 0.1.3-serverless
大小 97.41MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD ./main
启动入口
工作目录 /app
OS/平台 linux/amd64
浏览量 14 次
贡献者 li********n@auc2.com
镜像创建 2025-07-02T09:39:16.18124859Z
同步时间 2025-08-01 10:34
更新时间 2025-08-01 20:18
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PLATFORM=serverless GIN_MODE=release

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

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.1.3-serverless && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.1.3-serverless  docker.io/langgenius/dify-plugin-daemon:0.1.3-serverless'

镜像构建历史


# 2025-07-02 17:39:16  0.00B 设置默认要执行的命令
CMD ["./main"]
                        
# 2025-07-02 17:39:16  89.10MB 复制新文件或目录到容器中
COPY /app/main /app/main # buildkit
                        
# 2025-07-02 17:39:16  0.00B 设置环境变量 GIN_MODE
ENV GIN_MODE=release
                        
# 2025-07-02 17:39:16  0.00B 设置环境变量 PLATFORM
ENV PLATFORM=serverless
                        
# 2025-07-02 17:39:16  0.00B 定义构建参数
ARG PLATFORM=serverless
                        
# 2025-07-02 17:38:05  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2025-05-31 00:20:41  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2025-05-31 00:20:41  8.31MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.22.0-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:f436da40ccea1f794a7115fa77a768e7cda9e9958e695d560607b2a4926c56cb",
    "RepoTags": [
        "langgenius/dify-plugin-daemon:0.1.3-serverless",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.1.3-serverless"
    ],
    "RepoDigests": [
        "langgenius/dify-plugin-daemon@sha256:402cdcf4854840d98a184563424a7dade538b67008bf7abbf5750ba4215aabd4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon@sha256:f4eba0a60dd0a65ca48df78c21945c5bca43e16decdab91b985d65df99366f5f"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-07-02T09:39:16.18124859Z",
    "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=serverless",
            "GIN_MODE=release"
        ],
        "Cmd": [
            "./main"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": null
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 97407098,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/6436d731faf06b5530da7af715de3bf44e91fbe5715aa210da14ad5949430e3f/diff:/var/lib/docker/overlay2/612cc8e7287e174f0c2d5977a0ca343b7cc0bd246756da806897f7ce1d920402/diff",
            "MergedDir": "/var/lib/docker/overlay2/966ee8d2fae92709348833dc23b7a50aa2458dff7549e597c727ec9e81826e6d/merged",
            "UpperDir": "/var/lib/docker/overlay2/966ee8d2fae92709348833dc23b7a50aa2458dff7549e597c727ec9e81826e6d/diff",
            "WorkDir": "/var/lib/docker/overlay2/966ee8d2fae92709348833dc23b7a50aa2458dff7549e597c727ec9e81826e6d/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:fd2758d7a50e2b78d275ee7d1c218489f2439084449d895fa17eede6c61ab2c4",
            "sha256:7087d55dbf1ddcb05c88555d75729a18cfb0630380d6fe2cd09a16267dce72cc",
            "sha256:ff16237373d8f6a4a55d5c1e6beff56e6b4811ac1e3f60ce3f0f2e1828dc8d02"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-01T10:34:39.42178663+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/amd64 docker.io1.37GB2025-07-03 19:25
262

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

linux/arm64 docker.io1.29GB2025-07-13 15:42
134

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

linux/amd64 docker.io1.37GB2025-07-24 11:02
113

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

linux/arm64 docker.io1.29GB2025-07-24 11:11
58

docker.io/langgenius/dify-plugin-daemon:0.1.3-serverless

linux/amd64 docker.io97.41MB2025-08-01 10:34
13