logo
docker.io/rancher/hyperkube:v1.28.15-rancher1
linux/arm64 docker.io 已验证 · Rancher 请确认架构匹配

这是一个Rancher提供的Hyperkube镜像。Hyperkube镜像包含了Kubernetes的关键组件,例如kubelet, kube-proxy, kube-apiserver等。它用于在节点上运行Kubernetes集群。

15
浏览次数
1.58GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hyperkube:v1.28.15-rancher1-linuxarm64
源镜像
docker.io/rancher/hyperkube:v1.28.15-rancher1
镜像ID
sha256:09c7815e58c49b4a23a226915c464090d03270ac69a69f4f2ffd087af5e1e817
镜像 TAG
v1.28.15-rancher1-linuxarm64
镜像大小
1.58GB
平台架构
linux/arm64
镜像源
docker.io
CMD
启动入口
/hyperkube
工作目录
OS/平台
linux/arm64
镜像创建
2024-10-25T04:40:32.411425191Z
同步时间
2026-08-14 16:12
浏览量
15 次
贡献者
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🏷️ 镜像标签 9
KeyValue
2024-10-25T04:40:06.651Z org.opencontainers.image.created
Rancher hyperkube images org.opencontainers.image.description
Apache-2.0 org.opencontainers.image.licenses
ubuntu org.opencontainers.image.ref.name
990b2169b9a39b4c638c4fed514b43f588562907 org.opencontainers.image.revision
https://github.com/rancher/hyperkube org.opencontainers.image.source
hyperkube org.opencontainers.image.title
https://github.com/rancher/hyperkube org.opencontainers.image.url
v1.28.15-rancher1 org.opencontainers.image.version
🛡️ 镜像安全扫描
ubuntu 22.04 Trivy 2026-08-14 16:13 查看完整报告
208
低危 LOW
773
中危 MEDIUM
248
高危 HIGH
12
严重 CRITICAL
受影响目标 (8)
docker.io/rancher/hyperkube:v1.28.15-rancher1 (ubuntu 22.04) ubuntu Python python-pkg usr/local/bin/kube-apiserver gobinary usr/local/bin/kube-controller-manager gobinary usr/local/bin/kube-proxy gobinary usr/local/bin/kube-scheduler gobinary usr/local/bin/kubectl gobinary usr/local/bin/kubelet gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hyperkube:v1.28.15-rancher1-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hyperkube:v1.28.15-rancher1-linuxarm64  docker.io/rancher/hyperkube:v1.28.15-rancher1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hyperkube:v1.28.15-rancher1-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hyperkube:v1.28.15-rancher1-linuxarm64  docker.io/rancher/hyperkube:v1.28.15-rancher1

Shell快速替换命令

sed -i 's#rancher/hyperkube:v1.28.15-rancher1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hyperkube:v1.28.15-rancher1-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hyperkube:v1.28.15-rancher1-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hyperkube:v1.28.15-rancher1-linuxarm64  docker.io/rancher/hyperkube:v1.28.15-rancher1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hyperkube:v1.28.15-rancher1-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hyperkube:v1.28.15-rancher1-linuxarm64  docker.io/rancher/hyperkube:v1.28.15-rancher1'

镜像构建历史


# 2024-10-25 12:40:32  493.22MB 复制新文件或目录到容器中
COPY k8s-binaries/kube* /usr/local/bin/ # buildkit
                        
# 2024-07-25 13:07:44  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/hyperkube"]
                        
# 2024-07-25 13:07:44  4.59KB 执行命令并创建新的镜像层
RUN |1 ARCH="arm64" /bin/sh -c /usr/sbin/iptables-wrapper-installer.sh --no-sanity-check # buildkit
                        
# 2024-07-25 13:07:43  0.00B 执行命令并创建新的镜像层
RUN |1 ARCH="arm64" /bin/sh -c which iptables-legacy && which iptables-nft # buildkit
                        
# 2024-07-25 13:07:43  1.01GB 执行命令并创建新的镜像层
RUN |1 ARCH="arm64" /bin/sh -c echo CACHEBUST>/dev/null     && apt-get update     && apt-get upgrade -y     && apt-get autoclean     && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends     apt-transport-https     arptables     ca-certificates     ceph-common     cifs-utils     conntrack     curl     e2fsprogs     xfsprogs     ebtables     ethtool     git     glusterfs-client     glusterfs-common     gnupg1     iproute2     ipset     iptables     iputils-ping     jq     kmod     lsb-release     open-iscsi     openssh-client     procps     netbase     nfs-common     samba-common     socat     udev     util-linux     xfsprogs     zfsutils-linux     && AZ_REPO=$(lsb_release -cs)     && echo "deb [arch=${ARCH}] https://packages.microsoft.com/repos/azure-cli/ $AZ_REPO main" >     /etc/apt/sources.list.d/azure-cli.list     && curl -L https://packages.microsoft.com/keys/microsoft.asc | apt-key add -     && apt-get purge gnupg     && apt-get update     && apt-get install -y --no-install-recommends azure-cli     && apt-get clean -y     && rm -rf       /var/cache/debconf/*       /var/lib/apt/lists/*       /var/log/*       /tmp/*       /var/tmp/* # buildkit
                        
# 2024-07-25 13:02:23  992.78KB 执行命令并创建新的镜像层
RUN |1 ARCH="arm64" /bin/sh -c DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash # buildkit
                        
# 2024-07-25 13:02:22  992.49KB 执行命令并创建新的镜像层
RUN |1 ARCH="arm64" /bin/sh -c echo "dash dash/sh boolean false" | debconf-set-selections # buildkit
                        
# 2024-07-25 13:02:21  70.00B 执行命令并创建新的镜像层
RUN |1 ARCH="arm64" /bin/sh -c ln -s /hyperkube /apiserver  && ln -s /hyperkube /cloud-controller-manager  && ln -s /hyperkube /controller-manager  && ln -s /hyperkube /kubectl  && ln -s /hyperkube /kubelet  && ln -s /hyperkube /proxy  && ln -s /hyperkube /scheduler # buildkit
                        
# 2024-07-25 13:02:21  28.00B 执行命令并创建新的镜像层
RUN |1 ARCH="arm64" /bin/sh -c ln -s /usr/bin/update-alternatives /usr/sbin/update-alternatives # buildkit
                        
# 2024-07-25 13:02:21  7.70KB 复制新文件或目录到容器中
COPY scripts/iptables-wrapper-installer.sh /usr/sbin/iptables-wrapper-installer.sh # buildkit
                        
# 2024-07-25 13:02:21  1.64KB 复制新文件或目录到容器中
COPY scripts/hyperkube /hyperkube # buildkit
                        
# 2024-07-25 13:02:21  0.00B 定义构建参数
ARG ARCH="arm64"
                        
# 2024-06-28 03:23:26  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2024-06-28 03:23:26  69.24MB 
/bin/sh -c #(nop) ADD file:2bed1fbf8253926f27dc275983c274712d836e9b6acdb1059d29c072d8f63a03 in / 
                        
# 2024-06-28 03:23:22  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=22.04
                        
# 2024-06-28 03:23:22  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2024-06-28 03:23:22  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2024-06-28 03:23:22  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:09c7815e58c49b4a23a226915c464090d03270ac69a69f4f2ffd087af5e1e817",
    "RepoTags": [
        "rancher/hyperkube:v1.28.15-rancher1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hyperkube:v1.28.15-rancher1-linuxarm64"
    ],
    "RepoDigests": [
        "rancher/hyperkube@sha256:df76a64c8b4e47912ca6917cadaea5a1dc1269241147e58e145ae8775c1620c1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hyperkube@sha256:0d7b6190a118422401d406927589ee4edb8bf3ff62fd67ec4166f72f3829e51a"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-10-25T04:40:32.411425191Z",
    "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"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/hyperkube"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2024-10-25T04:40:06.651Z",
            "org.opencontainers.image.description": "Rancher hyperkube images",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.revision": "990b2169b9a39b4c638c4fed514b43f588562907",
            "org.opencontainers.image.source": "https://github.com/rancher/hyperkube",
            "org.opencontainers.image.title": "hyperkube",
            "org.opencontainers.image.url": "https://github.com/rancher/hyperkube",
            "org.opencontainers.image.version": "v1.28.15-rancher1"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 1577488634,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/fb7f181a4cbdaa9677a596e2c73eb7bc358999755a041b2085141bc2010a4f3f/diff:/var/lib/docker/overlay2/2b29794fe81b9c1f60238bd5d151cc7e9fcdfe759a9c5994bcbba960e52ec01b/diff:/var/lib/docker/overlay2/463fac98997f86571ba0fb919b7f1f74f1ba0659eee6faa5c49c051e01aeb633/diff:/var/lib/docker/overlay2/51c8d6d2e6be7df4a23dc3c6a8c6cd268d08f645f2fa82dc4e7a6095b837d781/diff:/var/lib/docker/overlay2/19639d0004402aec3b3b791af21df43facce7bb8eb91965bed618e5ce376842e/diff:/var/lib/docker/overlay2/d245aca8bc60d8cf6024bfcda86bd0f3a74b03e7ced043351433dd343b51ab74/diff:/var/lib/docker/overlay2/50421c0573661a56b2bbc054cd9fb1d3d5a8ef4d37f28edaed19dff3282ceb1a/diff:/var/lib/docker/overlay2/6c12fe493837891cbf13f4a5361fc41519f2eccc115e36ec53c5d5bf2b82e790/diff:/var/lib/docker/overlay2/51ecce3d89aa8b51163fe2d510225b7936d1c5f1599287bbe3f349b380e768e2/diff:/var/lib/docker/overlay2/7694e884529d9f0c9915c71c3536df7dff0f2047aacb013dd9723703caae5196/diff",
            "MergedDir": "/var/lib/docker/overlay2/b0f7cfde5c22d85988b785983badfc1e929c1c3bcd28d6fec4db27dc509731d4/merged",
            "UpperDir": "/var/lib/docker/overlay2/b0f7cfde5c22d85988b785983badfc1e929c1c3bcd28d6fec4db27dc509731d4/diff",
            "WorkDir": "/var/lib/docker/overlay2/b0f7cfde5c22d85988b785983badfc1e929c1c3bcd28d6fec4db27dc509731d4/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:24a48d4af45bab05d8712fe22abec5761a7781283500e32e34bdff5798c09399",
            "sha256:417a006c90c497bb467762f710946807fca1cb650c65b5e153f6a9c307ddc1cf",
            "sha256:0b42c8b9a2cc2354f36b3dd87efca1c4ecc090c28e1717a8c7a46efc926f34ad",
            "sha256:b4e24c2ed721076625d49b6486075e15e6aece3ec96979b7f953f0be1b0eebf3",
            "sha256:3f3dd8095af3865fe48fb5986cecdb6088219dd41a3c7ccea87427abc248a5d9",
            "sha256:170fe01e325af8958dcd3aaf21605b26649d8124bbdf732f4eddb45e001aa179",
            "sha256:50dfaa00833cfdc41e59ea00fc7b2daa9fbab61d8b6b7760e095ce15436a90b8",
            "sha256:07a90e3b960ac0e77e908642afa9eeca42355a4f8dd282417fa260c03a566ba0",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:f0268072740d3da869e6d48752a16c75040da4ea7123a4f963ce2b2f0a1f714a",
            "sha256:9ed2a91fc1b018deea964bddeee296941813995f2ee52976a46cc6ba8c16ecc3"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-14T16:12:08.825144658+08:00"
    }
}

更多版本

docker.io/rancher/hyperkube:v1.28.8-rancher1

linux/amd64 docker.io1.75GB2025-08-08 14:49
366

docker.io/rancher/hyperkube:v1.25.16-rancher2

linux/amd64 docker.io1.75GB2025-08-25 16:08
301

docker.io/rancher/hyperkube:v1.30.14-rancher1

linux/amd64 docker.io1.64GB2026-08-10 13:54
43

docker.io/rancher/hyperkube:v1.28.15-rancher1

linux/arm64 docker.io1.58GB2026-08-14 16:12
14
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×