docker.io/langgenius/dify-plugin-daemon:0.0.4-local linux/amd64
docker.io/langgenius/dify-plugin-daemon:0.0.4-local - 国内下载镜像源 浏览次数:248
该Docker镜像 docker.io/langgenius/dify-plugin-daemon
是一个用于Diffy插件守护进程的镜像。 Diffy可能是一个代码分析或代码比较工具,而这个守护进程负责在后台运行Diffy插件,处理相关的任务和请求。
源镜像 | docker.io/langgenius/dify-plugin-daemon:0.0.4-local |
国内镜像 | swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.4-local |
镜像ID | sha256:3f180f39bfbed48bef4c6d85fce5ef608db8c5fa60c8990a06101947344505f0 |
镜像TAG | 0.0.4-local |
大小 | 1.35GB |
镜像源 | docker.io |
项目信息 | Docker-Hub主页 🚀项目TAG 🚀 |
CMD | /bin/bash -c /app/entrypoint.sh |
启动入口 | |
工作目录 | /app |
OS/平台 | linux/amd64 |
浏览量 | 248 次 |
贡献者 | |
镜像创建 | 2025-03-11T07:51:12.230358216Z |
同步时间 | 2025-03-11 23:22 |
更新时间 | 2025-04-06 09:57 |
Docker拉取命令
docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.4-local
docker tag swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.4-local docker.io/langgenius/dify-plugin-daemon:0.0.4-local
Containerd拉取命令
ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.4-local
ctr images tag swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.4-local docker.io/langgenius/dify-plugin-daemon:0.0.4-local
Shell快速替换命令
sed -i 's#langgenius/dify-plugin-daemon:0.0.4-local#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.4-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.4-local && docker tag swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.4-local docker.io/langgenius/dify-plugin-daemon:0.0.4-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.4-local && ctr images tag swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.4-local docker.io/langgenius/dify-plugin-daemon:0.0.4-local'
镜像构建历史
# 2025-03-11 15:51:12 0.00B 设置默认要执行的命令
CMD ["/bin/bash" "-c" "/app/entrypoint.sh"]
# 2025-03-11 15:51:12 0.00B 设置环境变量 GIN_MODE
ENV GIN_MODE=release
# 2025-03-11 15:51:12 0.00B 设置环境变量 PLATFORM
ENV PLATFORM=local
# 2025-03-11 15:51:12 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-11 15:51:12 76.18MB 执行命令并创建新的镜像层
RUN |1 PLATFORM=local /bin/sh -c uv pip install --system dify_plugin # buildkit
# 2025-03-11 15:51:11 56.43MB 执行命令并创建新的镜像层
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-11 15:51:09 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-11 15:51:09 0.00B 定义构建参数
ARG PLATFORM=local
# 2025-03-11 15:50:24 0.00B 设置工作目录为/app
WORKDIR /app
# 2025-03-11 15:50:24 24.00B 复制新文件或目录到容器中
COPY /app/entrypoint.sh /app/entrypoint.sh # buildkit
# 2025-03-11 15:50:24 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:3f180f39bfbed48bef4c6d85fce5ef608db8c5fa60c8990a06101947344505f0",
"RepoTags": [
"langgenius/dify-plugin-daemon:0.0.4-local",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon:0.0.4-local"
],
"RepoDigests": [
"langgenius/dify-plugin-daemon@sha256:17ed16c05452dd5f85c09da25a06836f16c66464ab3f877d4477675127b16416",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-plugin-daemon@sha256:1bc6be673b6f6e27ef56440ab359f646a95a9c0acd3cfb72cb70d688fa867db4"
],
"Parent": "",
"Comment": "buildkit.dockerfile.v0",
"Created": "2025-03-11T07:51:12.230358216Z",
"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": 1350576227,
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/14a7d0a38ca2aca7ebc715166b26abf55aa33260ef60dc098dac2f5e5071c50e/diff:/var/lib/docker/overlay2/d29be2aca9987b9e1b6a5fc72a89319c38b590d49105f29d92873559cc843356/diff:/var/lib/docker/overlay2/756d69231b543cbb0e8200b3687a45e45ceae689cf9325af265703c64558346c/diff:/var/lib/docker/overlay2/422053fe7115dd21d228c7d9636b7f08c1872f40dcbd1eec657ae35545192ef4/diff:/var/lib/docker/overlay2/feff00fdf80f2faecb50e4c1ebf59738194d0977481d88dee7484da9dd911c32/diff:/var/lib/docker/overlay2/aa2e5f3d81b72f7cbfa5c68dbb1a324154998c2c7d11a253b5d49c845368a144/diff:/var/lib/docker/overlay2/d5ba5778451cb9d6cd53a762324cbf17a65345e17306b42b60d69ba8f9186927/diff",
"MergedDir": "/var/lib/docker/overlay2/f91e5219aa814f6a302fe17fcd92d7a20b1cfdd005041454a96eff676499656c/merged",
"UpperDir": "/var/lib/docker/overlay2/f91e5219aa814f6a302fe17fcd92d7a20b1cfdd005041454a96eff676499656c/diff",
"WorkDir": "/var/lib/docker/overlay2/f91e5219aa814f6a302fe17fcd92d7a20b1cfdd005041454a96eff676499656c/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:4b7c01ed0534d4f9be9cf97d068da1598c6c20b26cb6134fad066defdb6d541d",
"sha256:370109b02346c0f2e02e70b8baee6839d720eab15a7a9b4b27621c40960cbf6a",
"sha256:af67f3aa716f8ac76f90270d56bcb6514ca4c0b44cbcbff2b276b0f566708c5c",
"sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
"sha256:64d8909887ef6fca06c7c373594fe6cb0477de5e0b87c6f8c957c66b81ee62de",
"sha256:844e216fceaa01b1e472cacd914ebe8c36645045abf468d265c89a1ef47eb859",
"sha256:9feb1074baa2c29e3ae4fdaf1bb87c37c74616196dc33c6e75de31220176582c",
"sha256:74a9cb7dc13e202b101524a4f8dfe2891958b3146214f643b2205f6532eff66e"
]
},
"Metadata": {
"LastTagTime": "2025-03-11T23:21:52.461978027+08:00"
}
}
更多版本

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

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

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

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

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

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

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

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

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