ℹ️
注意:这是一个 latest 标签镜像

latest 并不代表最新版本,本站同步时间存在延迟,无法保证此镜像与上游最新版本一致
生产环境建议使用明确的版本号(如 v1.2.3),避免因版本不一致导致问题。 了解更多 →

logo
docker.io/redhat/ubi9-minimal:latest
linux/amd64 docker.io

这是一个基于Red Hat Universal Base Image (UBI) 9 的最小化Docker镜像。UBI是一个轻量级的容器镜像,包含了构建和运行应用程序所需的最基本组件,非常适合用于构建精简的容器应用。

“minimal”表示该镜像只包含了操作系统核心组件,没有额外的软件包或工具。这意味着镜像体积较小,启动速度更快,安全性也更高。如果您需要构建自定义应用,并且希望拥有一个干净、轻量级的基础镜像,那么 docker.io/redhat/ubi9-minimal 是一个不错的选择。

723
浏览次数
104.40MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/redhat/ubi9-minimal:latest
源镜像
docker.io/redhat/ubi9-minimal:latest
镜像ID
sha256:b31475f31ecfecc20840fe11b975cf63a0b42c506043e995910fb083422e47ba
镜像 TAG
latest
镜像大小
104.40MB
平台架构
linux/amd64
镜像源
docker.io
CMD
/bin/bash
启动入口
工作目录
/
OS/平台
linux/amd64
镜像创建
2025-04-28T15:46:10.25015517Z
同步时间
2025-05-06 17:10
浏览量
723 次
贡献者
⚙️ 环境变量 2
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
container=oci 1
🏷️ 镜像标签 20
KeyValue
x86_64 architecture
2025-04-28T15:45:43 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
1745855087 release
Provides the latest release of the minimal Red Hat Universal Base Image 9. summary
https://www.redhat.com url
f072486a5ead2d7d882ba4af2ce72e19cce20791 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/redhat/ubi9-minimal:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/redhat/ubi9-minimal:latest  docker.io/redhat/ubi9-minimal:latest

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-04-28 23:46:10  104.40MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-04-28T15:45:43" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="f072486a5ead2d7d882ba4af2ce72e19cce20791" "release"="1745855087"
                        
# 2025-04-28 23:46:10  0.00B 
/bin/sh -c #(nop) COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json 
                        
# 2025-04-28 23:46:10  0.00B 
/bin/sh -c . /cachi2/cachi2.env &&     rm -rf /var/log/*
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. 
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) COPY dir:6446605ab0b234f56f65ee435d3f1ec849764d2e258ed27d2cce90dc59963fc1 in / 
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-04-28 23:46:09  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-04-28 23:46:09  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-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-04-28 23:46:09  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-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9-minimal"       version="9.5"       distribution-scope="public"
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-04-28 23:46:09  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:b31475f31ecfecc20840fe11b975cf63a0b42c506043e995910fb083422e47ba",
    "RepoTags": [
        "redhat/ubi9-minimal:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/redhat/ubi9-minimal:latest"
    ],
    "RepoDigests": [
        "redhat/ubi9-minimal@sha256:e1c4703364c5cb58f5462575dc90345bcd934ddc45e6c32f9c162f2b5617681c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/redhat/ubi9-minimal@sha256:c7a2ddc938f297f020a82734938ec88c9a636b2ded325aef782793c3448cb844"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2025-04-28T15:46:10.25015517Z",
    "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-04-28T15:45:43",
            "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": "1745855087",
            "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
            "url": "https://www.redhat.com",
            "vcs-ref": "f072486a5ead2d7d882ba4af2ce72e19cce20791",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "9.5"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 104397423,
    "GraphDriver": {
        "Data": {
            "MergedDir": "/var/lib/docker/overlay2/33f58cb7b2c83bbc8bf63b786061183f9e9a16fb26b75c187d147b011490c16b/merged",
            "UpperDir": "/var/lib/docker/overlay2/33f58cb7b2c83bbc8bf63b786061183f9e9a16fb26b75c187d147b011490c16b/diff",
            "WorkDir": "/var/lib/docker/overlay2/33f58cb7b2c83bbc8bf63b786061183f9e9a16fb26b75c187d147b011490c16b/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:b29c9a8603eb3d8d229a52aff146f22495bc2df5bc45bc500903e853f248e9e3"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-06T17:09:54.888601718+08:00"
    }
}

更多版本

docker.io/redhat/ubi9-minimal:latest

linux/amd64 docker.io104.40MB2025-05-06 17:10
722

docker.io/redhat/ubi9-minimal:latest

linux/arm64 docker.io107.85MB2025-05-16 13:00
578

docker.io/redhat/ubi9-minimal:9.6

linux/amd64 docker.io104.40MB2025-10-31 09:26
276
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×