广告图片

ghcr.io/kubeflow/model-registry/server:v0.3.8 linux/amd64

ghcr.io/kubeflow/model-registry/server:v0.3.8 - 国内下载镜像源 浏览次数:21

这个镜像是Kubeflow模型registry的服务端组件,用于提供机器学习模型的注册、存储、版本控制和管理功能,支持追踪模型的元数据、lineage等信息,帮助用户在机器学习工作流中有效管理模型的生命周期。

源镜像 ghcr.io/kubeflow/model-registry/server:v0.3.8
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/model-registry/server:v0.3.8
镜像ID sha256:58cd91da558f2f5a1c005089b053ac0399f4983e2d5cca00bc73cc4e7fcdb8b3
镜像TAG v0.3.8
大小 141.93MB
镜像源 ghcr.io
CMD
启动入口 /model-registry
工作目录 /
OS/平台 linux/amd64
浏览量 21 次
贡献者
镜像创建 2026-04-03T14:05:37.607047726Z
同步时间 2026-04-28 14:22
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci
镜像标签
x86_64: architecture 2026-03-19T17:02:39Z: build-date ubi9-minimal-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms cpe:/a:redhat:enterprise_linux:9::appstream: cpe The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: description public: distribution-scope 1.42.2: io.buildah.version The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: io.k8s.description Red Hat Universal Base Image 9 Minimal: io.k8s.display-name : io.openshift.expose-services minimal rhel9: io.openshift.tags Red Hat, Inc.: maintainer ubi9/ubi-minimal: name 2026-04-03T14:04:18.898Z: org.opencontainers.image.created Model Registry provides a single pane of glass for ML model developers to index and manage models, versions, and ML artifacts metadata. It fills a gap between model experimentation and production activities. It provides a central interface for all stakeholders in the MLOps lifecycle to collaborate on ML models.: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses cc86b769e257714626e299330f8756720ef90935: org.opencontainers.image.revision https://github.com/kubeflow/model-registry: org.opencontainers.image.source model-registry: org.opencontainers.image.title https://github.com/kubeflow/model-registry: org.opencontainers.image.url v0.3.8: org.opencontainers.image.version 1773939694: release Provides the latest release of the minimal Red Hat Universal Base Image 9.: summary https://catalog.redhat.com/en/search?searchType=containers: url d0c250a501ab44b94ebea3e751fcaa45749a08a2: vcs-ref git: vcs-type Red Hat, Inc.: vendor 9.7: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/model-registry/server:v0.3.8
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/model-registry/server:v0.3.8  ghcr.io/kubeflow/model-registry/server:v0.3.8

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/model-registry/server:v0.3.8
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/model-registry/server:v0.3.8  ghcr.io/kubeflow/model-registry/server:v0.3.8

Shell快速替换命令

sed -i 's#ghcr.io/kubeflow/model-registry/server:v0.3.8#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/model-registry/server:v0.3.8#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/model-registry/server:v0.3.8 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/model-registry/server:v0.3.8  ghcr.io/kubeflow/model-registry/server:v0.3.8'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/model-registry/server:v0.3.8 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/model-registry/server:v0.3.8  ghcr.io/kubeflow/model-registry/server:v0.3.8'

镜像构建历史


# 2026-04-03 22:05:37  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/model-registry"]
                        
# 2026-04-03 22:05:37  0.00B 指定运行容器时使用的用户
USER 65532:65532
                        
# 2026-04-03 22:05:37  36.52MB 复制新文件或目录到容器中
COPY /workspace/model-registry . # buildkit
                        
# 2026-04-03 22:05:37  0.00B 设置工作目录为/
WORKDIR /
                        
# 2026-03-20 01:02:53  105.41MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="d0c250a501ab44b94ebea3e751fcaa45749a08a2" "org.opencontainers.image.revision"="d0c250a501ab44b94ebea3e751fcaa45749a08a2" "build-date"="2026-03-19T17:02:39Z" "org.opencontainers.image.created"="2026-03-19T17:02:39Z" "release"="1773939694"org.opencontainers.image.revision=d0c250a501ab44b94ebea3e751fcaa45749a08a2,org.opencontainers.image.created=2026-03-19T17:02:39Z
                        
# 2026-03-20 01:02:53  0.00B 
/bin/sh -c #(nop) COPY file:289d553fe837e625c2f8fb767ab91c5be2d390395d3693929ca213958efa8fc8 in /root/buildinfo/labels.json      
                        
# 2026-03-20 01:02:53  0.00B 
/bin/sh -c #(nop) COPY file:289d553fe837e625c2f8fb767ab91c5be2d390395d3693929ca213958efa8fc8 in /usr/share/buildinfo/labels.json      
                        
# 2026-03-20 01:02:53  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) COPY dir:2cb6e43856cb0ad61489a8c64de98c252b875727203d4889684da9c688115b96 in /      
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9/ubi-minimal"       version="9.7"       cpe="cpe:/a:redhat:enterprise_linux:9::appstream"       distribution-scope="public"
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2026-03-20 01:02:51  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2026-03-20 01:02:51  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:58cd91da558f2f5a1c005089b053ac0399f4983e2d5cca00bc73cc4e7fcdb8b3",
    "RepoTags": [
        "ghcr.io/kubeflow/model-registry/server:v0.3.8",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/model-registry/server:v0.3.8"
    ],
    "RepoDigests": [
        "ghcr.io/kubeflow/model-registry/server@sha256:3a716e62d4ec9ab865d1b1f84a12072a3b05c85d81a52d8450250031e850682e",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kubeflow/model-registry/server@sha256:56c674bb4d20a7a10b5c1e8bc79e670aba07d0e21d7988e13047e9e692a12183"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-04-03T14:05:37.607047726Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "65532:65532",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/model-registry"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2026-03-19T17:02:39Z",
            "com.redhat.component": "ubi9-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream",
            "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "distribution-scope": "public",
            "io.buildah.version": "1.42.2",
            "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel9",
            "maintainer": "Red Hat, Inc.",
            "name": "ubi9/ubi-minimal",
            "org.opencontainers.image.created": "2026-04-03T14:04:18.898Z",
            "org.opencontainers.image.description": "Model Registry provides a single pane of glass for ML model developers to index and manage models, versions, and ML artifacts metadata. It fills a gap between model experimentation and production activities. It provides a central interface for all stakeholders in the MLOps lifecycle to collaborate on ML models.",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "cc86b769e257714626e299330f8756720ef90935",
            "org.opencontainers.image.source": "https://github.com/kubeflow/model-registry",
            "org.opencontainers.image.title": "model-registry",
            "org.opencontainers.image.url": "https://github.com/kubeflow/model-registry",
            "org.opencontainers.image.version": "v0.3.8",
            "release": "1773939694",
            "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "d0c250a501ab44b94ebea3e751fcaa45749a08a2",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "9.7"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 141929660,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/0be73d6779ce81783c90cb88f67e38b785563a174bef52ffe93973e5586abb3e/diff",
            "MergedDir": "/var/lib/docker/overlay2/f5646b57b762709dcea85d3dc092bd268f27726c73f59d7d6698c521a5163bd7/merged",
            "UpperDir": "/var/lib/docker/overlay2/f5646b57b762709dcea85d3dc092bd268f27726c73f59d7d6698c521a5163bd7/diff",
            "WorkDir": "/var/lib/docker/overlay2/f5646b57b762709dcea85d3dc092bd268f27726c73f59d7d6698c521a5163bd7/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:2934dd93195a83267427ae66325dba034bd8a0a6dd71b3b5e5e58c26cfdf089e",
            "sha256:f1796c5904683d0bb2142975fccd73c0e7f9ff97ab57a0510ee6cb792bac42bc"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-28T14:22:14.497617635+08:00"
    }
}

更多版本

ghcr.io/kubeflow/model-registry/server:v0.3.4

linux/amd64 ghcr.io140.16MB2025-12-29 23:43
176

ghcr.io/kubeflow/model-registry/server:v0.3.8

linux/amd64 ghcr.io141.93MB2026-04-28 14:22
20

ghcr.io/kubeflow/model-registry/server:v0.3.7

linux/amd64 ghcr.io141.62MB2026-04-28 16:48
17