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

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

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

源镜像 docker.io/langgenius/dify-enterprise:0.10.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-enterprise:0.10.2
镜像ID sha256:51ff1df79f5d3c553002d79bc83cec81fe6dbcff5fc35fa753ee6cdbe9c43591
镜像TAG 0.10.2
大小 263.71MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /app/start.sh
启动入口
工作目录 /app
OS/平台 linux/amd64
浏览量 11 次
贡献者 li********n@auc2.com
镜像创建 2025-07-22T07:17:40.49813306Z
同步时间 2025-08-06 15:47
更新时间 2025-08-07 09:52
开放端口
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.10.2
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-enterprise:0.10.2  docker.io/langgenius/dify-enterprise:0.10.2

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#langgenius/dify-enterprise:0.10.2#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-enterprise:0.10.2#' 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.10.2 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-enterprise:0.10.2  docker.io/langgenius/dify-enterprise:0.10.2'

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-07-22 15:17:40  0.00B 设置默认要执行的命令
CMD ["/app/start.sh"]
                        
# 2025-07-22 15:17:40  0.00B 声明容器运行时监听的端口
EXPOSE map[8082/tcp:{}]
                        
# 2025-07-22 15:17:40  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2025-07-22 15:17:40  181.00B 执行命令并创建新的镜像层
RUN /bin/sh -c chmod +x /app/start.sh # buildkit
                        
# 2025-07-22 15:17:40  7.96MB 复制新文件或目录到容器中
COPY /src/hack/deploys/enterprise/libs /usr/lib # buildkit
                        
# 2025-07-22 15:17:40  172.39MB 复制新文件或目录到容器中
COPY /src/bin/enterprise /src/hack/deploys/enterprise/start.sh /src/hack/configs/enterprise/config.yaml /src/bin/clusterid /app/ # buildkit
                        
# 2025-07-22 15:14:52  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:51ff1df79f5d3c553002d79bc83cec81fe6dbcff5fc35fa753ee6cdbe9c43591",
    "RepoTags": [
        "langgenius/dify-enterprise:0.10.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-enterprise:0.10.2"
    ],
    "RepoDigests": [
        "langgenius/dify-enterprise@sha256:521ce7ea126c9345b735a84208b35653895d123496cea1eed595dbbb568675c3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-enterprise@sha256:db2170cd1166641aae57e5da91be7485243053e41f0c12bc3f3a2f8483233362"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-07-22T07:17:40.49813306Z",
    "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": 263709739,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/70fa9c478b6bd4c173e8c07ab912fa70e7a522fcd559e849f8268d73d52a7a69/diff:/var/lib/docker/overlay2/66d2cd2cf847d944c8540bbdf8d1d29e47ff20c63b3ba601fe098fbb755c335d/diff:/var/lib/docker/overlay2/eefacb0ac2cbbceb68070c860f3d687b00503d9c672cb8d3f78be0b9b0e4e846/diff:/var/lib/docker/overlay2/ee0a4871e6e014d75a9407446f9d67c3a0e369e0bcd026dfb344c6c6100251a2/diff:/var/lib/docker/overlay2/bc03d277818d3e9d3ddddc74d5e3f32c1f646fe5379223af7260a81b43fe5f20/diff",
            "MergedDir": "/var/lib/docker/overlay2/5303bd8541dc9e1ca6a11745abff2c92416437f9c8fefd91a207a2be95535691/merged",
            "UpperDir": "/var/lib/docker/overlay2/5303bd8541dc9e1ca6a11745abff2c92416437f9c8fefd91a207a2be95535691/diff",
            "WorkDir": "/var/lib/docker/overlay2/5303bd8541dc9e1ca6a11745abff2c92416437f9c8fefd91a207a2be95535691/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a16cf44ca25b04d82867dfbe5342a138a296566d7f974fe2bc8bfbedb2af40eb",
            "sha256:b23e3ce3caa1f9c1d79ed1c59cbfba4b9434895de3301d48db4aae57a97de7ff",
            "sha256:cb84f5c19c03666f96384d3117fd047642cb7df6bfe4d7d96f589345132fad3b",
            "sha256:d93e849acdd93dc728db6fe516c5d5740ab3a2a5a47b020676a5d7d811e8c011",
            "sha256:ee65ceca8357e505070e88954f3d60daab6fafd85106ed815e0dae513bafce51",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-06T15:47:05.287223302+08:00"
    }
}

更多版本

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

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

docker.io/langgenius/dify-enterprise:0.3.1

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

docker.io/langgenius/dify-enterprise:0.4.0

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

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

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

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
102

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

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

docker.io/langgenius/dify-enterprise:0.9.2

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

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

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

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

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

docker.io/langgenius/dify-enterprise:0.2.2

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

docker.io/langgenius/dify-enterprise:0.9.1

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

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

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

docker.io/langgenius/dify-enterprise:0.8.0

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

docker.io/langgenius/dify-enterprise:0.9.3

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

docker.io/langgenius/dify-enterprise:0.11.0

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

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

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

docker.io/langgenius/dify-enterprise:0.10.2

linux/amd64 docker.io263.71MB2025-08-06 15:47
10

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

linux/amd64 docker.io252.74MB2025-08-06 15:48
10