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

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

logo
docker.io/rhub/rhel9:latest
linux/amd64 docker.io

docker.io/rhub/rhel9是由rhub提供的基于Red Hat Enterprise Linux 9(RHEL 9)的容器镜像,包含RHEL 9系统的基础组件,可用于构建、测试和运行兼容RHEL 9环境的应用程序,提供稳定可靠的Red Hat企业级Linux运行环境,满足对RHEL 9兼容系统有需求的开发与部署场景。

274
浏览次数
1.00GB
镜像大小
源镜像
docker.io/rhub/rhel9:latest
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rhub/rhel9:latest
镜像ID
sha256:e6ca85321bd2c6a8ff9c0e5d8306954f2fa456d4282bbd00593b2f51878321bd
镜像 TAG
latest
镜像大小
1.00GB
平台架构
linux/amd64
镜像源
docker.io
CMD
/bin/bash
启动入口
工作目录
/
OS/平台
linux/amd64
镜像创建
2025-09-01T06:02:38.240109396Z
同步时间
2025-09-02 10:56
浏览量
274 次
贡献者
⚙️ 环境变量 6
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
container=oci 1
RIG_PLATFORM=rhel-9 2
PKG_SYSREQS_PLATFORM=redhat-9 3
LANG=en_US.UTF-8 4
TZ=UTC 5
🏷️ 镜像标签 20
KeyValue
x86_64 architecture
2025-08-20T08:31:23 build-date
ubi9-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 is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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.40.1 io.buildah.version
The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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 io.k8s.display-name
io.openshift.expose-services
base rhel9 io.openshift.tags
Red Hat, Inc. maintainer
ubi9 name
1755678605 release
Provides the latest release of Red Hat Universal Base Image 9. summary
https://catalog.redhat.com/en/search?searchType=containers url
171f11b52e43aee013fe4ef4c4caed923f25c5c1 vcs-ref
git vcs-type
Red Hat, Inc. vendor
9.6 version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rhub/rhel9:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rhub/rhel9:latest  docker.io/rhub/rhel9:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rhub/rhel9:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rhub/rhel9:latest  docker.io/rhub/rhel9:latest

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-09-01 14:02:38  0.00B 执行命令并创建新的镜像层
RUN |1 R_VERSION=release /bin/sh -c R -e 'for (p in getOption("defaultPackages")) { library(p, character.only=TRUE) }' # buildkit
                        
# 2025-09-01 14:02:38  32.31KB 执行命令并创建新的镜像层
RUN |1 R_VERSION=release /bin/sh -c curl -o /usr/local/bin/checkbashisms     https://raw.githubusercontent.com/r-hub/containers/main/dependencies/checkbashisms/checkbashisms &&     chmod +x /usr/local/bin/checkbashisms # buildkit
                        
# 2025-09-01 14:02:37  792.31MB 执行命令并创建新的镜像层
RUN |1 R_VERSION=release /bin/sh -c subscription-manager register         --org `cat /run/secrets/REDHAT_ORG_RHEL9`         --activationkey `cat /run/secrets/REDHAT_ACTIVATION_KEY_RHEL9` &&     yum install -y https://github.com/r-lib/rig/releases/download/latest/r-rig-latest-1.$(arch).rpm &&     rig add ${R_VERSION} &&     sed -i 's|/rhel8/|/rhel9/|g' /opt/R/current/lib/R/library/base/R/Rprofile &&     yum install -y --allowerasing fribidi-devel glibc-langpack-en diffutils perl libcurl patch &&     yum clean all &&     rm -rf /tmp/* &&     subscription-manager unregister # buildkit
                        
# 2025-09-01 14:02:37  0.00B 设置环境变量 TZ
ENV TZ=UTC
                        
# 2025-09-01 14:02:37  0.00B 设置环境变量 LANG
ENV LANG=en_US.UTF-8
                        
# 2025-09-01 14:02:37  0.00B 设置环境变量 PKG_SYSREQS_PLATFORM
ENV PKG_SYSREQS_PLATFORM=redhat-9
                        
# 2025-09-01 14:02:37  0.00B 设置环境变量 RIG_PLATFORM
ENV RIG_PLATFORM=rhel-9
                        
# 2025-09-01 14:02:37  0.00B 定义构建参数
ARG R_VERSION=release
                        
# 2025-08-20 16:31:46  209.60MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-08-20T08:31:23" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="171f11b52e43aee013fe4ef4c4caed923f25c5c1" "release"="1755678605"
                        
# 2025-08-20 16:31:45  0.00B 
/bin/sh -c #(nop) COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /root/buildinfo/content_manifests/content-sets.json 
                        
# 2025-08-20 16:31:45  0.00B 
/bin/sh -c #(nop) COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json 
                        
# 2025-08-20 16:31:45  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-08-20 16:31:45  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. 
                        
# 2025-08-20 16:31:44  0.00B 
/bin/sh -c #(nop) COPY dir:0222bc7b4b212f92e0fd9b1e2fb869faddda099368d73a11ebdca50e91a01fb3 in / 
                        
# 2025-08-20 16:31:43  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-08-20 16:31:43  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel9"
                        
# 2025-08-20 16:31:43  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-08-20 16:31:43  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9"
                        
# 2025-08-20 16:31:43  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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-08-20 16:31:43  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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-08-20 16:31:43  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 9."
                        
# 2025-08-20 16:31:43  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-08-20 16:31:43  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-container"       name="ubi9"       version="9.6"       distribution-scope="public"
                        
# 2025-08-20 16:31:43  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2025-08-20 16:31:43  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."       vendor="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:e6ca85321bd2c6a8ff9c0e5d8306954f2fa456d4282bbd00593b2f51878321bd",
    "RepoTags": [
        "rhub/rhel9:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rhub/rhel9:latest"
    ],
    "RepoDigests": [
        "rhub/rhel9@sha256:311d31b0f8488747fdce598583c9855e4123abaca3a4c6717ebfc0b129c92215",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rhub/rhel9@sha256:9b926bd0ef5390494e798240cbf78f7ff8a6660f4aad6c60b1e9cb8065dc597f"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-09-01T06:02:38.240109396Z",
    "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",
            "RIG_PLATFORM=rhel-9",
            "PKG_SYSREQS_PLATFORM=redhat-9",
            "LANG=en_US.UTF-8",
            "TZ=UTC"
        ],
        "Cmd": [
            "/bin/bash"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-08-20T08:31:23",
            "com.redhat.component": "ubi9-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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.40.1",
            "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "base rhel9",
            "maintainer": "Red Hat, Inc.",
            "name": "ubi9",
            "release": "1755678605",
            "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "171f11b52e43aee013fe4ef4c4caed923f25c5c1",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "9.6"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1001935341,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/866ac80a58b1abb575a09ebf7fd756c9570bb8a88c379516adfd48682145024e/diff:/var/lib/docker/overlay2/be052957c519f39ada24dd1bb8bbf5f6821676cbcd3a873d27d27e7ab3a17011/diff:/var/lib/docker/overlay2/4456d723d6c916d696753fe6db12ce1cdbe62b9c905633473e128f9662c989a2/diff",
            "MergedDir": "/var/lib/docker/overlay2/6d8a293388744e9390a250aac3c5f4a8240fedb4f608df6498685c74dbe6a3c6/merged",
            "UpperDir": "/var/lib/docker/overlay2/6d8a293388744e9390a250aac3c5f4a8240fedb4f608df6498685c74dbe6a3c6/diff",
            "WorkDir": "/var/lib/docker/overlay2/6d8a293388744e9390a250aac3c5f4a8240fedb4f608df6498685c74dbe6a3c6/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:635bff2fb70b62fec6eabc3909abf44082c3f1dcd1aa0f6de94c50f425a63d88",
            "sha256:941492676f9db2ba0fd171334aaabbdd66f74f6e9c23284d335fcac1a901da7d",
            "sha256:6447e592e432571fc01454734d5c52cd866a33957148cdf9ff2226024a60b8a5",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-02T10:55:42.968916126+08:00"
    }
}

更多版本

docker.io/rhub/rhel9:latest

linux/amd64 docker.io1.00GB2025-09-02 10:56
273
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×