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

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

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

rhub/rhel8是RHub项目提供的基于Red Hat Enterprise Linux 8的容器镜像,主要用于R包的构建与测试,包含了R包开发所需的依赖环境,可支持在Red Hat Enterprise Linux 8兼容系统中进行R包的编译、检查等开发流程。

228
浏览次数
790.57MB
镜像大小
源镜像
docker.io/rhub/rhel8:latest
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rhub/rhel8:latest
镜像ID
sha256:6e7a1563a6c9d1c8b10d1315f2e07d034be6a9e06763ac81c78f17a0b0f823e3
镜像 TAG
latest
镜像大小
790.57MB
平台架构
linux/amd64
镜像源
docker.io
CMD
/bin/bash
启动入口
工作目录
/
OS/平台
linux/amd64
镜像创建
2025-09-01T06:02:33.622815462Z
同步时间
2025-09-02 10:59
浏览量
228 次
贡献者
⚙️ 环境变量 6
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
container=oci 1
RIG_PLATFORM=rhel-8 2
PKG_SYSREQS_PLATFORM=redhat-8 3
LANG=en_US.UTF-8 4
TZ=UTC 5
🏷️ 镜像标签 20
KeyValue
x86_64 architecture
2025-08-26T08:02:50 build-date
ubi8-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 8 io.k8s.display-name
io.openshift.expose-services
base rhel8 io.openshift.tags
Red Hat, Inc. maintainer
ubi8 name
1756195303 release
Provides the latest release of Red Hat Universal Base Image 8. summary
https://catalog.redhat.com/en/search?searchType=containers url
f4ddae6093891049987b044fba128eb011bc877f vcs-ref
git vcs-type
Red Hat, Inc. vendor
8.10 version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-09-01 14:02:33  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:33  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:32  592.51MB 执行命令并创建新的镜像层
RUN |1 R_VERSION=release /bin/sh -c subscription-manager register         --org `cat /run/secrets/REDHAT_ORG_RHEL8`         --activationkey `cat /run/secrets/REDHAT_ACTIVATION_KEY_RHEL8` &&     yum install -y https://github.com/r-lib/rig/releases/download/latest/r-rig-latest-1.$(arch).rpm &&     rig add ${R_VERSION} &&     yum install -y harfbuzz-devel fribidi-devel glibc-langpack-en diffutils perl patch &&     yum clean all &&     rm -rf /tmp/* &&     subscription-manager unregister # buildkit
                        
# 2025-09-01 14:02:32  0.00B 设置环境变量 TZ
ENV TZ=UTC
                        
# 2025-09-01 14:02:32  0.00B 设置环境变量 LANG
ENV LANG=en_US.UTF-8
                        
# 2025-09-01 14:02:32  0.00B 设置环境变量 PKG_SYSREQS_PLATFORM
ENV PKG_SYSREQS_PLATFORM=redhat-8
                        
# 2025-09-01 14:02:32  0.00B 设置环境变量 RIG_PLATFORM
ENV RIG_PLATFORM=rhel-8
                        
# 2025-09-01 14:02:32  0.00B 定义构建参数
ARG R_VERSION=release
                        
# 2025-08-26 16:03:21  198.02MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-08-26T08:02:50" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="f4ddae6093891049987b044fba128eb011bc877f" "release"="1756195303"
                        
# 2025-08-26 16:03:20  0.00B 
/bin/sh -c #(nop) COPY file:4fc2b85d4b7e8ce5ef1064a117c7b15bf152228d41e9d1f60b4cd3533a999046 in /root/buildinfo/content_manifests/content-sets.json 
                        
# 2025-08-26 16:03:20  0.00B 
/bin/sh -c #(nop) COPY file:4fc2b85d4b7e8ce5ef1064a117c7b15bf152228d41e9d1f60b4cd3533a999046 in /usr/share/buildinfo/content-sets.json 
                        
# 2025-08-26 16:03:19  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-08-26 16:03:19  0.00B 
/bin/sh -c #(nop) COPY file:afdf9d7142d806831a8f0b36122a4294ffe97fb9463ad8299eef9d7acd444874 in /etc/yum.repos.d/. 
                        
# 2025-08-26 16:03:19  0.00B 
/bin/sh -c #(nop) COPY dir:1bc6550a1ed29adfe98ed81579fa503a693199b21316f14ff48cdcee47cfe8b4 in / 
                        
# 2025-08-26 16:03:17  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-08-26 16:03:17  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel8"
                        
# 2025-08-26 16:03:17  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-08-26 16:03:17  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8"
                        
# 2025-08-26 16:03:17  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-26 16:03:17  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-26 16:03:17  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 8."
                        
# 2025-08-26 16:03:17  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-26 16:03:16  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-container"       name="ubi8"       version="8.10"       distribution-scope="public"
                        
# 2025-08-26 16:03:16  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2025-08-26 16:03:16  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."       vendor="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:6e7a1563a6c9d1c8b10d1315f2e07d034be6a9e06763ac81c78f17a0b0f823e3",
    "RepoTags": [
        "rhub/rhel8:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rhub/rhel8:latest"
    ],
    "RepoDigests": [
        "rhub/rhel8@sha256:604366ce8881bd2d6f138b6be9cccc938d474b0bc237da6d878740fd2d1119fd",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rhub/rhel8@sha256:03b83ef7b5d6ae6e78db338601ed594ac13b1f53d7d02416e54f51359729b6de"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-09-01T06:02:33.622815462Z",
    "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-8",
            "PKG_SYSREQS_PLATFORM=redhat-8",
            "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-26T08:02:50",
            "com.redhat.component": "ubi8-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 8",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "base rhel8",
            "maintainer": "Red Hat, Inc.",
            "name": "ubi8",
            "release": "1756195303",
            "summary": "Provides the latest release of Red Hat Universal Base Image 8.",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "f4ddae6093891049987b044fba128eb011bc877f",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8.10"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 790565836,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/99643bb660c79ef557d36ec657652464c11ee0053d25b2823760a7e68cd0b5bf/diff:/var/lib/docker/overlay2/48cbbeb85b9641e369684684297a85b5401adc8c9c8ff78d604b619b19472560/diff:/var/lib/docker/overlay2/dd42deead40f776288af5a51b20048a277dabe81339be2d8ef8d333cb75c2955/diff",
            "MergedDir": "/var/lib/docker/overlay2/ca1638caa17ce73567c611d565810819865b1a6b9ef26ae77dc498d2065c05fd/merged",
            "UpperDir": "/var/lib/docker/overlay2/ca1638caa17ce73567c611d565810819865b1a6b9ef26ae77dc498d2065c05fd/diff",
            "WorkDir": "/var/lib/docker/overlay2/ca1638caa17ce73567c611d565810819865b1a6b9ef26ae77dc498d2065c05fd/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a251e76744259d826503539dbbd24000dcbdef5e64ce2183af2b3023ce1d3850",
            "sha256:d54314784e28dd15597ba30c83f18b5e41f5a7987bc6e29da9c35fe7c492d210",
            "sha256:90bedb4541423eca6a1d918360e1176174ffab4da96e092dec757edd788b2658",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-02T10:58:46.593563161+08:00"
    }
}

更多版本

docker.io/rhub/rhel8:latest

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