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

docker.io/rhub/rhel9:latest - 国内下载镜像源 浏览次数:12

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

源镜像 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
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/bash
启动入口
工作目录 /
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2025-09-01T06:02:38.240109396Z
同步时间 2025-09-02 10:56
更新时间 2025-09-02 18:31
环境变量
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
镜像标签
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
11