docker.io/langgenius/dify-enterprise:0.11.0 linux/amd64

docker.io/langgenius/dify-enterprise:0.11.0 - 国内下载镜像源 浏览次数:13 安全受验证的发布者-Dify

该镜像 docker.io/langgenius/dify-enterprise 提供了 Langgenius Dify Enterprise 的 Docker 容器化版本。 Dify Enterprise 是一个用于分析和理解代码的平台,具体功能可能包括代码质量检查、安全漏洞扫描、代码复杂度分析等,但这需要参考 Langgenius 的官方文档以获得确切信息。

源镜像 docker.io/langgenius/dify-enterprise:0.11.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-enterprise:0.11.0
镜像ID sha256:506623c914e6a9094e649101540d0445bf83284aa4fa2da9b4ba7440b6583e91
镜像TAG 0.11.0
大小 263.90MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /app/start.sh
启动入口
工作目录 /app
OS/平台 linux/amd64
浏览量 13 次
贡献者 li********n@auc2.com
镜像创建 2025-07-28T06:12:16.899224077Z
同步时间 2025-08-01 10:26
更新时间 2025-08-01 20:18
开放端口
8082/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
ubuntu: org.opencontainers.image.ref.name 24.10: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-enterprise:0.11.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-enterprise:0.11.0  docker.io/langgenius/dify-enterprise:0.11.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-enterprise:0.11.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-enterprise:0.11.0  docker.io/langgenius/dify-enterprise:0.11.0

Shell快速替换命令

sed -i 's#langgenius/dify-enterprise:0.11.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-enterprise:0.11.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-enterprise:0.11.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-enterprise:0.11.0  docker.io/langgenius/dify-enterprise:0.11.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-enterprise:0.11.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-enterprise:0.11.0  docker.io/langgenius/dify-enterprise:0.11.0'

镜像构建历史


# 2025-07-28 14:12:16  0.00B 设置默认要执行的命令
CMD ["/app/start.sh"]
                        
# 2025-07-28 14:12:16  0.00B 声明容器运行时监听的端口
EXPOSE map[8082/tcp:{}]
                        
# 2025-07-28 14:12:16  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2025-07-28 14:12:16  181.00B 执行命令并创建新的镜像层
RUN /bin/sh -c chmod +x /app/start.sh # buildkit
                        
# 2025-07-28 14:12:16  7.96MB 复制新文件或目录到容器中
COPY /src/hack/deploys/enterprise/libs /usr/lib # buildkit
                        
# 2025-07-28 14:12:16  172.58MB 复制新文件或目录到容器中
COPY /src/bin/enterprise /src/hack/deploys/enterprise/start.sh /src/hack/configs/enterprise/config.yaml /src/bin/clusterid /app/ # buildkit
                        
# 2025-07-28 14:09:20  3.08MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends     ca-certificates      netbase     && rm -rf /var/lib/apt/lists/     && apt-get autoremove -y && apt-get autoclean -y # buildkit
                        
# 2025-06-20 18:17:16  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-06-20 18:17:16  80.28MB 
/bin/sh -c #(nop) ADD file:73f6e57f4af4f06e7be06f1e898a5b2b2404356c0a780d312160801798914622 in / 
                        
# 2025-06-20 18:17:14  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=24.10
                        
# 2025-06-20 18:17:14  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-06-20 18:17:14  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-06-20 18:17:14  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:506623c914e6a9094e649101540d0445bf83284aa4fa2da9b4ba7440b6583e91",
    "RepoTags": [
        "langgenius/dify-enterprise:0.11.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-enterprise:0.11.0"
    ],
    "RepoDigests": [
        "langgenius/dify-enterprise@sha256:8678464487f9a8642bfe1bcaaa8ab15c40b3ae08134da5d27e30e48dc27dd4d7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-enterprise@sha256:70bf302b83ac7bfd38ba5c9885b2243ddc641a00dfc2a649e702fc4ba2c73301"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-07-28T06:12:16.899224077Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8082/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "/app/start.sh"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.version": "24.10"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 263898819,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/94062be4ea56c5fc0d602e772ad40e80f79cf8bda6740cf2daaa5cdbce8ebfbd/diff:/var/lib/docker/overlay2/222eebd10ee49008abd401dc2ec0aafb6c28c57e8a79988822a837f811f2c2fa/diff:/var/lib/docker/overlay2/0e276967982ee5bd2028dfb0753273b52da3481a6da5b51f811794bbe3c1f0fe/diff:/var/lib/docker/overlay2/5945f2515016a5ff5439bec02ad3e97a3f5e0bb25bb65b85848357724fad2dc4/diff:/var/lib/docker/overlay2/bc03d277818d3e9d3ddddc74d5e3f32c1f646fe5379223af7260a81b43fe5f20/diff",
            "MergedDir": "/var/lib/docker/overlay2/d20bd56099d305d06f64731b0e990d39a0ee1260e26c09405b0bbda89967b25c/merged",
            "UpperDir": "/var/lib/docker/overlay2/d20bd56099d305d06f64731b0e990d39a0ee1260e26c09405b0bbda89967b25c/diff",
            "WorkDir": "/var/lib/docker/overlay2/d20bd56099d305d06f64731b0e990d39a0ee1260e26c09405b0bbda89967b25c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a16cf44ca25b04d82867dfbe5342a138a296566d7f974fe2bc8bfbedb2af40eb",
            "sha256:ebd2b2f6fe6a388d09d143af50e2330ba6a248e0953a447cdabd7f69b470239b",
            "sha256:0ba765d50e85abf50125a4c62435bbc47c8fd5aee1166ce853d2456334011c76",
            "sha256:0c8f1e58eb554392182cb506935180ed55369530abfdea96ae49258625ccce8b",
            "sha256:339d5d8a0e33ccf17c04f5cd47b7399add6cc69c4ee441bea6d468d6ba49225d",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-01T10:26:21.567404408+08:00"
    }
}

更多版本

docker.io/langgenius/dify-enterprise-frontend:0.3.0

linux/amd64 docker.io200.96MB2025-03-03 17:10
143

docker.io/langgenius/dify-enterprise:0.3.1

linux/amd64 docker.io242.60MB2025-03-24 17:01
202

docker.io/langgenius/dify-enterprise:0.4.0

linux/amd64 docker.io205.67MB2025-03-25 22:46
101

docker.io/langgenius/dify-enterprise-frontend:0.4.0

linux/amd64 docker.io251.10MB2025-03-25 22:49
117

docker.io/langgenius/dify-enterprise:0.4.0-fix

linux/amd64 docker.io205.67MB2025-03-31 18:41
89

docker.io/langgenius/dify-enterprise:0.5.0

linux/amd64 docker.io258.89MB2025-04-11 14:01
101

docker.io/langgenius/dify-enterprise-frontend:0.5.0

linux/amd64 docker.io251.39MB2025-04-11 14:02
98

docker.io/langgenius/dify-enterprise:0.9.2

linux/amd64 docker.io264.38MB2025-07-07 15:21
43

docker.io/langgenius/dify-enterprise-frontend:0.9.0

linux/amd64 docker.io253.82MB2025-07-07 15:24
41

docker.io/langgenius/dify-enterprise-frontend:0.2.0

linux/amd64 docker.io200.85MB2025-07-09 11:53
28

docker.io/langgenius/dify-enterprise:0.2.2

linux/amd64 docker.io241.75MB2025-07-09 11:57
32

docker.io/langgenius/dify-enterprise:0.9.1

linux/amd64 docker.io264.38MB2025-07-09 14:51
39

docker.io/langgenius/dify-enterprise-frontend:0.8.0

linux/amd64 docker.io253.74MB2025-07-10 13:04
37

docker.io/langgenius/dify-enterprise:0.8.0

linux/amd64 docker.io263.49MB2025-07-10 13:06
31

docker.io/langgenius/dify-enterprise:0.9.3

linux/amd64 docker.io264.38MB2025-07-11 20:54
37

docker.io/langgenius/dify-enterprise:0.11.0

linux/amd64 docker.io263.90MB2025-08-01 10:26
12

docker.io/langgenius/dify-enterprise-frontend:0.11.0

linux/amd64 docker.io252.88MB2025-08-01 10:31
10