docker.io/registry.access.redhat.com/ubi9/ubi-minimal:latest linux/amd64

docker.io/registry.access.redhat.com/ubi9/ubi-minimal:latest - 国内下载镜像源 浏览次数:34

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

```html

这是一个基于Red Hat Universal Base Image (UBI) 9 的最小化Docker镜像。

UBI 9 是一个精简的容器基础镜像,它包含了运行应用程序所需的最基本组件,例如glibc和一些常用的工具,但去除了许多不必要的包,从而减小了镜像大小并提高了安全性。

ubi-minimal 意味着该镜像是 UBI 9 的一个极简版本,只包含最核心的系统组件,适合构建轻量级容器。

```
源镜像 docker.io/registry.access.redhat.com/ubi9/ubi-minimal:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/registry.access.redhat.com/ubi9/ubi-minimal:latest
镜像ID sha256:6995633ccdcd7131e079514f7f97854194e49d1fb5057bf102ef0eced2620c9d
镜像TAG latest
大小 100.12MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/bash
启动入口
工作目录 /
OS/平台 linux/amd64
浏览量 34 次
贡献者
镜像创建 2025-03-25T15:00:11.53275259Z
同步时间 2025-04-18 09:42
更新时间 2025-04-24 22:56
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci
镜像标签
x86_64: architecture 2025-03-25T14:50:12Z: 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 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.39.0-dev: 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-minimal: name 1742914212: release Provides the latest release of the minimal Red Hat Universal Base Image 9.: summary https://www.redhat.com: url 63823c7605fee63261a8e33cad8085bc4bb24676: vcs-ref git: vcs-type Red Hat, Inc.: vendor 9.5: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/registry.access.redhat.com/ubi9/ubi-minimal:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/registry.access.redhat.com/ubi9/ubi-minimal:latest  docker.io/registry.access.redhat.com/ubi9/ubi-minimal:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/registry.access.redhat.com/ubi9/ubi-minimal:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/registry.access.redhat.com/ubi9/ubi-minimal:latest  docker.io/registry.access.redhat.com/ubi9/ubi-minimal:latest

Shell快速替换命令

sed -i 's#registry.access.redhat.com/ubi9/ubi-minimal:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/registry.access.redhat.com/ubi9/ubi-minimal:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/registry.access.redhat.com/ubi9/ubi-minimal:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/registry.access.redhat.com/ubi9/ubi-minimal:latest  docker.io/registry.access.redhat.com/ubi9/ubi-minimal:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/registry.access.redhat.com/ubi9/ubi-minimal:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/registry.access.redhat.com/ubi9/ubi-minimal:latest  docker.io/registry.access.redhat.com/ubi9/ubi-minimal:latest'

镜像构建历史


# 2025-03-25 23:00:12  939.00B 
/bin/sh
                        
# 2025-03-25 23:00:07  100.12MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-03-25T14:59:41" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="63823c7605fee63261a8e33cad8085bc4bb24676" "build-date"="2025-03-25T14:50:12Z" "release"="1742914212"
                        
# 2025-03-25 23:00:06  0.00B 
/bin/sh -c . /cachi2/cachi2.env &&     rm -rf /var/log/*
                        
# 2025-03-25 23:00:06  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-03-25 23:00:06  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. 
                        
# 2025-03-25 23:00:06  0.00B 
/bin/sh -c #(nop) COPY dir:df27096315f97be2134faf11df5dc31f92c8dd671e0b8267905e1f2330865336 in / 
                        
# 2025-03-25 23:00:06  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-03-25 23:00:06  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-03-25 23:00:06  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-03-25 23:00:06  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-03-25 23:00:06  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."
                        
# 2025-03-25 23:00:06  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."
                        
# 2025-03-25 23:00:06  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-03-25 23:00:06  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2025-03-25 23:00:06  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9-minimal"       version="9.5"       distribution-scope="public"
                        
# 2025-03-25 23:00:06  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-03-25 23:00:05  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-03-25 23:00:05  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:6995633ccdcd7131e079514f7f97854194e49d1fb5057bf102ef0eced2620c9d",
    "RepoTags": [
        "registry.access.redhat.com/ubi9/ubi-minimal:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/registry.access.redhat.com/ubi9/ubi-minimal:latest"
    ],
    "RepoDigests": [
        "registry.access.redhat.com/ubi9/ubi-minimal@sha256:ac61c96b93894b9169221e87718733354dd3765dd4a62b275893c7ff0d876869",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/registry.access.redhat.com/ubi9/ubi-minimal@sha256:ef2d4319e9dc5a7ee74be0fb9f7101551a3956ea97273b8ad4f4f8a30196c7f7"
    ],
    "Parent": "",
    "Comment": "FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:63823c7605fee63261a8e33cad8085bc4bb24676-linux-x86-64",
    "Created": "2025-03-25T15:00:11.53275259Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "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": [
            "/bin/bash"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-03-25T14:50:12Z",
            "com.redhat.component": "ubi9-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "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.39.0-dev",
            "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-minimal",
            "release": "1742914212",
            "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
            "url": "https://www.redhat.com",
            "vcs-ref": "63823c7605fee63261a8e33cad8085bc4bb24676",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "9.5"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 100117735,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8a423e2847664910872dd128ed2caff2093ed2476cae95c468913921195293da/diff",
            "MergedDir": "/var/lib/docker/overlay2/e6d78878d59e5739f2f0ddccaf905a1e726c71e2514f4f4af94e2c45b839c50c/merged",
            "UpperDir": "/var/lib/docker/overlay2/e6d78878d59e5739f2f0ddccaf905a1e726c71e2514f4f4af94e2c45b839c50c/diff",
            "WorkDir": "/var/lib/docker/overlay2/e6d78878d59e5739f2f0ddccaf905a1e726c71e2514f4f4af94e2c45b839c50c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:0ee7f3003527b9685ebfd9fed5700b8df307e35929a6cfe38b516e7acea83258",
            "sha256:1a4bd3506461721b349c760eb8b61fe3546f88662457b77123d353defa85f924"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-04-18T09:42:37.475349782+08:00"
    }
}

更多版本

docker.io/registry.access.redhat.com/ubi9/ubi-minimal:latest

linux/amd64 docker.io100.12MB2025-04-18 09:42
33

docker.io/registry.access.redhat.com/ubi9/ubi-minimal:latest

linux/arm64 docker.io103.44MB2025-04-18 09:49
26