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

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

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

源镜像 docker.io/langgenius/dify-plugin-daemon:0.1.1-local
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.1.1-local
镜像ID sha256:e7cb9c9d11e243f649780540e02ec78fd784cab64750184ece234fc1e49bc758
镜像TAG 0.1.1-local
大小 1.37GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/bash -c /app/entrypoint.sh
启动入口
工作目录 /app
OS/平台 linux/amd64
浏览量 60 次
贡献者
镜像创建 2025-05-27T06:21:30.225644443Z
同步时间 2025-05-27 17:07
更新时间 2025-05-31 08:45
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TIKTOKEN_CACHE_DIR=/app/.tiktoken UV_PATH=/usr/local/bin/uv 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.1.1-local
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.1.1-local  docker.io/langgenius/dify-plugin-daemon:0.1.1-local

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2025-05-27 14:21:30  0.00B 设置默认要执行的命令
CMD ["/bin/bash" "-c" "/app/entrypoint.sh"]
                        
# 2025-05-27 14:21:30  83.96MB 复制新文件或目录到容器中
COPY /app/main /app/entrypoint.sh /app/ # buildkit
                        
# 2025-05-27 14:21:30  0.00B 设置环境变量 GIN_MODE
ENV GIN_MODE=release
                        
# 2025-05-27 14:21:30  0.00B 设置环境变量 PLATFORM
ENV PLATFORM=local
                        
# 2025-05-27 14:21:30  0.00B 设置环境变量 UV_PATH
ENV UV_PATH=/usr/local/bin/uv
                        
# 2025-05-27 14:21:30  149.18MB 执行命令并创建新的镜像层
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; encodings = ['o200k_base', 'cl100k_base', 'p50k_base', 'r50k_base', 'p50k_edit', 'gpt2']; [tiktoken.get_encoding(encoding).special_tokens_set for encoding in encodings]" # buildkit
                        
# 2025-05-27 14:21:25  0.00B 设置环境变量 TIKTOKEN_CACHE_DIR
ENV TIKTOKEN_CACHE_DIR=/app/.tiktoken
                        
# 2025-05-27 14:21:25  1.06GB 执行命令并创建新的镜像层
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-05-27 14:21:25  0.00B 定义构建参数
ARG PLATFORM=local
                        
# 2025-05-27 14:20:12  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2025-04-28 17:44:51  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-04-28 17:44:50  78.10MB 
/bin/sh -c #(nop) ADD file:ad85a9d7b0a74c2140bd51d9c4559cca392991e0c95f84cb139347348e5d1f9a in / 
                        
# 2025-04-28 17:44:48  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=24.04
                        
# 2025-04-28 17:44:48  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-04-28 17:44:48  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-04-28 17:44:48  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:e7cb9c9d11e243f649780540e02ec78fd784cab64750184ece234fc1e49bc758",
    "RepoTags": [
        "langgenius/dify-plugin-daemon:0.1.1-local",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.1.1-local"
    ],
    "RepoDigests": [
        "langgenius/dify-plugin-daemon@sha256:dc568b1707133adfc2bf49254c71ef89f2bd2a33c74465abf7872c6fa374f588",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon@sha256:43fbb88144c28db75579f4d9ea1867fb3b4ceb46a3a6d04f3c715c08f59fe62c"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-27T06:21:30.225644443Z",
    "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",
            "UV_PATH=/usr/local/bin/uv",
            "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": 1373480691,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/c2d2f7eab9236b86cfe03831993282f8248d77a34a6ccf503dd39806e3638eb0/diff:/var/lib/docker/overlay2/2c7b9eba8f4ffcdc9782d1f7635b57cf84ec6c2206c4ea0264a3e8ece3f7932e/diff:/var/lib/docker/overlay2/8eba40a8f8e25497038aa48f76195a701b72b549f392e4942ef281d148914c91/diff:/var/lib/docker/overlay2/804f0900c22a22c0ab47f8a0a361f520535ca58c85e6793865a1afff531414a9/diff",
            "MergedDir": "/var/lib/docker/overlay2/414a7daa021b5d3d00de30d7e9999adf87d37df404f70a0e003bc5552f5378d3/merged",
            "UpperDir": "/var/lib/docker/overlay2/414a7daa021b5d3d00de30d7e9999adf87d37df404f70a0e003bc5552f5378d3/diff",
            "WorkDir": "/var/lib/docker/overlay2/414a7daa021b5d3d00de30d7e9999adf87d37df404f70a0e003bc5552f5378d3/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:8901a649dd5a9284fa6206a08f3ba3b5a12fddbfd2f82c880e68cdb699d98bfb",
            "sha256:aa4be749df5d8ce82f9b8774f7571059c4d6483626326b11e53bfe430b2a0a1b",
            "sha256:485fa5b7f14e96764594a090570ee8e1cc003c6c815c4144b5796780cc056445",
            "sha256:bc70e2a92cee06c06f101a217b96f6cf58b0125ea67760bce74be341e7e1d274",
            "sha256:35c4b3f22ff88e0d11d3283eca5ccb86567c55274f365659ed323aed05c4be88"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-27T17:06:13.553884087+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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