docker.io/langgenius/dify-api:0.6.10 linux/amd64

docker.io/langgenius/dify-api:0.6.10 - 国内下载镜像源 浏览次数:112 安全受验证的发布者-Dify
dify-api - 一个用于 API 的容器镜像,可能提供了 dify 的 API 服务和功能。
源镜像 docker.io/langgenius/dify-api:0.6.10
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:0.6.10
镜像ID sha256:52962c85eef0305910bf988ce6c47a36117536ef7154551d60b16d606922c632
镜像TAG 0.6.10
大小 2.59GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /bin/bash /entrypoint.sh
工作目录 /app/api
OS/平台 linux/amd64
浏览量 112 次
贡献者 11******3@qq.com
镜像创建 2024-06-04T18:09:09.236696438Z
同步时间 2024-06-12 13:15
更新时间 2024-09-19 14:49
开放端口
5001/tcp
环境变量
PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D PYTHON_VERSION=3.10.14 PYTHON_PIP_VERSION=23.0.1 PYTHON_SETUPTOOLS_VERSION=65.5.1 PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9 FLASK_APP=app.py EDITION=SELF_HOSTED DEPLOY_ENV=PRODUCTION CONSOLE_API_URL=http://127.0.0.1:5001 CONSOLE_WEB_URL=http://127.0.0.1:3000 SERVICE_API_URL=http://127.0.0.1:5001 APP_WEB_URL=http://127.0.0.1:3000 TZ=UTC COMMIT_SHA=b20d1733241668ccd25f38101ee633f16b53dd4b
镜像标签
takatost@gmail.com: maintainer 2024-06-04T18:15:05.711Z: 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 b20d1733241668ccd25f38101ee633f16b53dd4b: 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-api:0.6.10
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:0.6.10  docker.io/langgenius/dify-api:0.6.10

Containerd拉取命令

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

Shell快速替换命令

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

镜像信息

{
    "Id": "sha256:52962c85eef0305910bf988ce6c47a36117536ef7154551d60b16d606922c632",
    "RepoTags": [
        "langgenius/dify-api:0.6.10",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api:0.6.10"
    ],
    "RepoDigests": [
        "langgenius/dify-api@sha256:c07577d9863a963de121f5d33510faf0ed8c6bde99ccfbd2d9c64bd3dd3ed330",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/langgenius/dify-api@sha256:58459faa8beb0b823d3297a7d84609f61b92a485aaf3ae428d0b0e70983d264e"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-06-04T18:09:09.236696438Z",
    "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": {
            "5001/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "LANG=C.UTF-8",
            "GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D",
            "PYTHON_VERSION=3.10.14",
            "PYTHON_PIP_VERSION=23.0.1",
            "PYTHON_SETUPTOOLS_VERSION=65.5.1",
            "PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py",
            "PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9",
            "FLASK_APP=app.py",
            "EDITION=SELF_HOSTED",
            "DEPLOY_ENV=PRODUCTION",
            "CONSOLE_API_URL=http://127.0.0.1:5001",
            "CONSOLE_WEB_URL=http://127.0.0.1:3000",
            "SERVICE_API_URL=http://127.0.0.1:5001",
            "APP_WEB_URL=http://127.0.0.1:3000",
            "TZ=UTC",
            "COMMIT_SHA=b20d1733241668ccd25f38101ee633f16b53dd4b"
        ],
        "Cmd": null,
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app/api",
        "Entrypoint": [
            "/bin/bash",
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "takatost@gmail.com",
            "org.opencontainers.image.created": "2024-06-04T18:15:05.711Z",
            "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": "b20d1733241668ccd25f38101ee633f16b53dd4b",
            "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": 2594549671,
    "VirtualSize": 2594549671,
    "GraphDriver": {
        "Data": {
            "RootDir": "/var/lib/docker/overlay/8f33e9c5eac0fbd90661eada40e95e90265c471624aa8f5c8e8cbd7231c071b8/root"
        },
        "Name": "overlay"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:5d4427064ecc46e3c2add169e9b5eafc7ed2be7861081ec925938ab628ac0e25",
            "sha256:146826fa3ca090520765c1cee50f779ead1662bfd94d413cff5b9ba519b23a7a",
            "sha256:a2d5e7388727b8d779a59b7b3f66ad74fd47c8ece08791a89d7859c7e42f53b9",
            "sha256:0859639675173a17326c5898acdf9a77814cbeb3d352bbddcd30a28c39692d96",
            "sha256:6020d42d2f7338529dd8a4a661105051dd24ff39c176767a0a5eead77522e6de",
            "sha256:3338439deaef33886da09f5c7124ca562fe4fdc05d51e5e0443a7a0c9a261f98",
            "sha256:4facd3f7db44f7bb322a97a42966f5bd1df2778e59bf9c7bfc1d4d9380e84519",
            "sha256:b8aacd647f1b58a10d23a6638cc811c1196fb9da23310d017fdbc8bb325d7678",
            "sha256:7c7f5e5126e4bf10640c8e245952c4e3d34222c1ce08728f7a3fcc5c826bb669",
            "sha256:b4ebd1b10881210c9e169c441e5dc248aea1563d733e9b9c47343cecea4bc736",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-06-12T13:10:10.479767711+08:00"
    }
}

更多版本