logo
ghcr.io/multica-ai/multica-backend:v0.4.20
linux/amd64 ghcr.io

该镜像为Multica AI平台的后端服务容器镜像,用于提供平台所需的后端接口、业务逻辑处理及数据交互等核心功能支持。

13
浏览次数
38.51MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/multica-ai/multica-backend:v0.4.20
源镜像
ghcr.io/multica-ai/multica-backend:v0.4.20
镜像ID
sha256:b55de6050d40739ffd80a1df3b2820f29af486f8e0b2c7b7c0cceebdb35f3ca5
镜像 TAG
v0.4.20
镜像大小
38.51MB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
启动入口
./entrypoint.sh
工作目录
/app
OS/平台
linux/amd64
镜像创建
2026-08-06T09:49:37.852522966Z
同步时间
2026-08-07 09:54
浏览量
13 次
贡献者
🔌 开放端口 1
8080/tcp
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🏷️ 镜像标签 8
KeyValue
2026-08-06T09:48:19.491Z org.opencontainers.image.created
Multica self-hosted backend org.opencontainers.image.description
NOASSERTION org.opencontainers.image.licenses
93342d04a7a9f788fec921e5aa736f86c7f22d8f org.opencontainers.image.revision
https://github.com/multica-ai/multica org.opencontainers.image.source
Multica Backend org.opencontainers.image.title
https://github.com/multica-ai/multica org.opencontainers.image.url
v0.4.20 org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/multica-ai/multica-backend:v0.4.20
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/multica-ai/multica-backend:v0.4.20  ghcr.io/multica-ai/multica-backend:v0.4.20

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/multica-ai/multica-backend:v0.4.20
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/multica-ai/multica-backend:v0.4.20  ghcr.io/multica-ai/multica-backend:v0.4.20

Shell快速替换命令

sed -i 's#ghcr.io/multica-ai/multica-backend:v0.4.20#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/multica-ai/multica-backend:v0.4.20#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/multica-ai/multica-backend:v0.4.20 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/multica-ai/multica-backend:v0.4.20  ghcr.io/multica-ai/multica-backend:v0.4.20'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/multica-ai/multica-backend:v0.4.20 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/multica-ai/multica-backend:v0.4.20  ghcr.io/multica-ai/multica-backend:v0.4.20'

镜像构建历史


# 2026-08-06 17:49:37  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["./entrypoint.sh"]
                        
# 2026-08-06 17:49:37  0.00B 声明容器运行时监听的端口
EXPOSE [8080/tcp]
                        
# 2026-08-06 17:49:37  12.29KB 执行命令并创建新的镜像层
RUN /bin/sh -c sed -i 's/\r$//' entrypoint.sh && chmod +x entrypoint.sh # buildkit
                        
# 2026-08-06 17:49:37  12.29KB 复制新文件或目录到容器中
COPY docker/entrypoint.sh . # buildkit
                        
# 2026-08-06 17:49:37  32.77KB 复制新文件或目录到容器中
COPY LICENSE NOTICE ./ # buildkit
                        
# 2026-08-06 17:49:37  2.65MB 复制新文件或目录到容器中
COPY server/migrations/ ./migrations/ # buildkit
                        
# 2026-08-06 17:49:37  10.85MB 复制新文件或目录到容器中
COPY /src/server/bin/backfill_codex_usage_cache . # buildkit
                        
# 2026-08-06 17:49:37  10.84MB 复制新文件或目录到容器中
COPY /src/server/bin/backfill_task_usage_hourly . # buildkit
                        
# 2026-08-06 17:49:37  10.85MB 复制新文件或目录到容器中
COPY /src/server/bin/migrate . # buildkit
                        
# 2026-08-06 17:49:37  16.41MB 复制新文件或目录到容器中
COPY /src/server/bin/multica . # buildkit
                        
# 2026-08-06 17:49:37  55.75MB 复制新文件或目录到容器中
COPY /src/server/bin/server . # buildkit
                        
# 2026-08-06 17:48:29  8.19KB 设置工作目录为/app
WORKDIR /app
                        
# 2026-08-06 17:48:29  3.01MB 执行命令并创建新的镜像层
RUN /bin/sh -c apk add --no-cache ca-certificates tzdata # buildkit
                        
# 2026-04-17 07:53:15  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-04-17 07:53:15  8.50MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:b55de6050d40739ffd80a1df3b2820f29af486f8e0b2c7b7c0cceebdb35f3ca5",
    "RepoTags": [
        "ghcr.io/multica-ai/multica-backend:v0.4.20",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/multica-ai/multica-backend:v0.4.20"
    ],
    "RepoDigests": [
        "ghcr.io/multica-ai/multica-backend@sha256:b55de6050d40739ffd80a1df3b2820f29af486f8e0b2c7b7c0cceebdb35f3ca5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/multica-ai/multica-backend@sha256:b55de6050d40739ffd80a1df3b2820f29af486f8e0b2c7b7c0cceebdb35f3ca5"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-08-06T09:49:37.852522966Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8080/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app",
        "Entrypoint": [
            "./entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2026-08-06T09:48:19.491Z",
            "org.opencontainers.image.description": "Multica self-hosted backend",
            "org.opencontainers.image.licenses": "NOASSERTION",
            "org.opencontainers.image.revision": "93342d04a7a9f788fec921e5aa736f86c7f22d8f",
            "org.opencontainers.image.source": "https://github.com/multica-ai/multica",
            "org.opencontainers.image.title": "Multica Backend",
            "org.opencontainers.image.url": "https://github.com/multica-ai/multica",
            "org.opencontainers.image.version": "v0.4.20"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 38507453,
    "GraphDriver": {
        "Data": null,
        "Name": "overlayfs"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:7211d01aba8fa2e9eb71ad34395cd313df5fc51a6b69b92d2dfad32cc37759cb",
            "sha256:678188bf6ac2f65a2c4fe6c540ffc27f3c0b1a548a25c876b582b99d2677de92",
            "sha256:04f353f574c1d8b69bf1ef505a3340961ef70d987373d0c616c6471567aa2ca7",
            "sha256:42e3449772228d8ef9c528c1d4992117988ef483605ae35acb7b069f1cb4893d",
            "sha256:7a0a0b5ffc07e6ae111671fd7e23854d9af1e0bb487b4fca98650bd77a91d5fb",
            "sha256:a041f36e0c64c8e1efcec4ba1d483197e7097eed72d2df26ad6f7e246f4f7cfe",
            "sha256:f2f08399059b1618098bde79254f16ba9a29b288b6d8ded3a05fec93592de653",
            "sha256:125ee7b135b813c873d225846b2a3fd9bb58fa7087ee44d089b6319fcd46a4ed",
            "sha256:aaeddc7ba58c66f12ba0904c017a99184d4bb36a05e6a0f76035d1793ec53560",
            "sha256:28609a557f7b7e9c007e1272913fddb82be7f8aa6b954cb356167d3d3c4a22e8",
            "sha256:926ccf99d22b1982e38f1f93ca5957a15ad4572279e240a7fa9d9b6e8e37fbe6",
            "sha256:a50660360793c2b1c4b03da3c0800ec8a4aac94268698a6be80d9d7b272d82bf"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-07T01:52:46.966072782Z"
    }
}

更多版本

ghcr.io/multica-ai/multica-backend:v0.2.25

linux/amd64 ghcr.io65.11MB2026-05-06 09:47
232

ghcr.io/multica-ai/multica-backend:v0.3.8

linux/amd64 ghcr.io78.15MB2026-05-26 12:11
151

ghcr.io/multica-ai/multica-backend:v0.3.10

linux/amd64 ghcr.io78.32MB2026-05-28 10:02
155

ghcr.io/multica-ai/multica-backend:v0.3.21

linux/amd64 ghcr.io80.69MB2026-06-15 15:17
91

ghcr.io/multica-ai/multica-backend:v0.3.23

linux/amd64 ghcr.io80.78MB2026-06-17 17:03
94

ghcr.io/multica-ai/multica-backend:v0.3.27

linux/amd64 ghcr.io91.95MB2026-06-23 16:10
90

ghcr.io/multica-ai/multica-backend:v0.3.28

linux/amd64 ghcr.io92.15MB2026-06-24 12:10
100

ghcr.io/multica-ai/multica-backend:v0.3.29

linux/amd64 ghcr.io92.88MB2026-06-25 09:28
99

ghcr.io/multica-ai/multica-backend:v0.3.35

linux/amd64 ghcr.io95.35MB2026-07-03 09:28
92

ghcr.io/multica-ai/multica-backend:v0.3.38

linux/amd64 ghcr.io96.21MB2026-07-05 22:24
90

ghcr.io/multica-ai/multica-backend:v0.4.2

linux/amd64 ghcr.io102.22MB2026-07-15 23:25
64

ghcr.io/multica-ai/multica-backend:v0.4.6

linux/amd64 ghcr.io103.36MB2026-07-21 08:59
51

ghcr.io/multica-ai/multica-backend:v0.4.9

linux/amd64 ghcr.io103.78MB2026-07-24 15:58
49

ghcr.io/multica-ai/multica-backend:v0.4.11

linux/amd64 ghcr.io104.13MB2026-07-25 09:27
44

ghcr.io/multica-ai/multica-backend:v0.4.12

linux/amd64 ghcr.io104.39MB2026-07-28 09:41
44

ghcr.io/multica-ai/multica-backend:v0.4.15

linux/amd64 ghcr.io104.59MB2026-07-30 21:01
42

ghcr.io/multica-ai/multica-backend:v0.4.18

linux/amd64 ghcr.io112.65MB2026-08-04 20:36
42

ghcr.io/multica-ai/multica-backend:v0.4.20

linux/amd64 ghcr.io38.51MB2026-08-07 09:54
12
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×