docker.io/langgenius/dify-web:0.6.11 linux/amd64

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

langgenius/dify-web 是 Dify Web 容器镜像,它是一个基于 Node.js 的 web 服务器,可以用于快速搭建一个功能完整的Web应用程序。该镜像提供了Express、Mongoose 等常见Node.js 库,并且内置了 Nginx 反向代理服务器和 PM2 进程管理器,方便开发、部署和维护 Web 应用程序。

源镜像 docker.io/langgenius/dify-web:0.6.11
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:0.6.11
镜像ID sha256:882c7d6ccdb8e6391f0f57e88fbc2106165a22b2e6aceac542610bd4aeaa7942
镜像TAG 0.6.11
大小 230.51MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /bin/sh ./entrypoint.sh
工作目录 /app/web
OS/平台 linux/amd64
浏览量 226 次
贡献者 jw****6@163.com
镜像创建 2024-06-14T19:20:57.383535008Z
同步时间 2024-06-15 14:57
更新时间 2024-09-19 15:05
开放端口
3000/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NODE_VERSION=20.11.1 YARN_VERSION=1.22.19 NODE_ENV=production EDITION=SELF_HOSTED DEPLOY_ENV=PRODUCTION CONSOLE_API_URL=http://127.0.0.1:5001 APP_API_URL=http://127.0.0.1:5001 PORT=3000 TZ=UTC COMMIT_SHA=12c815c597b121357151c798aae6580304416937
镜像标签
takatost@gmail.com: maintainer 2024-06-14T19:16:43.502Z: org.opencontainers.image.created Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.: org.opencontainers.image.description NOASSERTION: org.opencontainers.image.licenses 12c815c597b121357151c798aae6580304416937: org.opencontainers.image.revision https://github.com/langgenius/dify: org.opencontainers.image.source dify: org.opencontainers.image.title https://github.com/langgenius/dify: org.opencontainers.image.url latest: org.opencontainers.image.version

Docker拉取命令 无权限下载?点我修复

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像信息

{
    "Id": "sha256:882c7d6ccdb8e6391f0f57e88fbc2106165a22b2e6aceac542610bd4aeaa7942",
    "RepoTags": [
        "langgenius/dify-web:0.6.11",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web:0.6.11"
    ],
    "RepoDigests": [
        "langgenius/dify-web@sha256:a2a29474363432e59548550f2eb79d4e2790060b9afb5a0ad41ab89937ffe494",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-web@sha256:a1a8f72ea1dd57f23c0cf543fec27a7aad4829d75af69d07531ae2e5f2d129dc"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-06-14T19:20:57.383535008Z",
    "Container": "",
    "ContainerConfig": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": null,
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": null
    },
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "3000/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "NODE_VERSION=20.11.1",
            "YARN_VERSION=1.22.19",
            "NODE_ENV=production",
            "EDITION=SELF_HOSTED",
            "DEPLOY_ENV=PRODUCTION",
            "CONSOLE_API_URL=http://127.0.0.1:5001",
            "APP_API_URL=http://127.0.0.1:5001",
            "PORT=3000",
            "TZ=UTC",
            "COMMIT_SHA=12c815c597b121357151c798aae6580304416937"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app/web",
        "Entrypoint": [
            "/bin/sh",
            "./entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "takatost@gmail.com",
            "org.opencontainers.image.created": "2024-06-14T19:16:43.502Z",
            "org.opencontainers.image.description": "Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.",
            "org.opencontainers.image.licenses": "NOASSERTION",
            "org.opencontainers.image.revision": "12c815c597b121357151c798aae6580304416937",
            "org.opencontainers.image.source": "https://github.com/langgenius/dify",
            "org.opencontainers.image.title": "dify",
            "org.opencontainers.image.url": "https://github.com/langgenius/dify",
            "org.opencontainers.image.version": "latest"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 230510106,
    "VirtualSize": 230510106,
    "GraphDriver": {
        "Data": {
            "RootDir": "/var/lib/docker/overlay/41dfbf6717256618c9e5d43af8645712089e70e883ec708ad006af9de72df440/root"
        },
        "Name": "overlay"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:d4fc045c9e3a848011de66f34b81f052d4f2c15a17bb196d637e526349601820",
            "sha256:f6810059c632b0d73db06070489258e89db107569f546425ffba1dd63836d86b",
            "sha256:b4770ab48df11c37e1735a72fc709c670bdae3d7cf9a85f73b70d6f466b2487d",
            "sha256:468d581477ea696520862b38e9da65cd0651306f901a09c703da4453065344d0",
            "sha256:3877a29c2293d59e6077dc85135e3d7f1f0998c13cc9d1ef27842de154f45672",
            "sha256:13d0c8e62ee52a71748e7ad71e2a3a892e860d4d2069bdc40bcf8419b369a23b",
            "sha256:aa549f67b2e1c293eb07c3c74357fdcbf9a1b8688c288eb37167f762421f6482",
            "sha256:00d39888f630442fa4c8334cf031b2138f7058ca15a9535856537661155c71fe",
            "sha256:afb7778ff00a5e15cf796eb77e268a3849b2cc999ecf3e64622138463169974c",
            "sha256:ddf7836d6e0cc27c887dbf39a7bdb9d256fe33bdc940612e2d333b228c22f8ba",
            "sha256:c340c81d76e87ccd4588d719b7e492d072da139ac17f818869d48188253014db",
            "sha256:7befc68575c0e8a10c5e31ae6fa350240a617af5c8ba3424b40ab25f9af9baed",
            "sha256:35dc25249dd812941a5afc69231bc4c8678a04255d5986595d0b7a81fd659364"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-06-15T14:57:07.232850232+08:00"
    }
}

更多版本