logo
docker.io/rancher/hyperkube:v1.30.14-rancher1
linux/amd64 docker.io 已验证 · Rancher

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

9
浏览次数
1.64GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hyperkube:v1.30.14-rancher1
源镜像
docker.io/rancher/hyperkube:v1.30.14-rancher1
镜像ID
sha256:083b5aca854d56b072dd490a08351fde1a59e2fb9addde902f5977e1975d6aaa
镜像 TAG
v1.30.14-rancher1
镜像大小
1.64GB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
/hyperkube
工作目录
OS/平台
linux/amd64
镜像创建
2025-07-10T06:16:17.265451362Z
同步时间
2026-08-10 13:54
浏览量
9 次
贡献者
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🏷️ 镜像标签 9
KeyValue
2025-07-10T06:15:49.604Z org.opencontainers.image.created
Rancher hyperkube images org.opencontainers.image.description
Apache-2.0 org.opencontainers.image.licenses
ubuntu org.opencontainers.image.ref.name
5f3021c25832d2815d8aa4b5e29940d326e611d1 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.30.14-rancher1 org.opencontainers.image.version
🛡️ 镜像安全扫描
ubuntu 22.04 Trivy 2026-08-10 13:54 查看完整报告
161
低危 LOW
633
中危 MEDIUM
245
高危 HIGH
12
严重 CRITICAL
受影响目标 (8)
docker.io/rancher/hyperkube:v1.30.14-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.30.14-rancher1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hyperkube:v1.30.14-rancher1  docker.io/rancher/hyperkube:v1.30.14-rancher1

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-07-10 14:16:17  490.53MB 复制新文件或目录到容器中
COPY k8s-binaries/kube* /usr/local/bin/ # buildkit
                        
# 2025-03-20 13:12:38  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/hyperkube"]
                        
# 2025-03-20 13:12:38  4.59KB 执行命令并创建新的镜像层
RUN |1 ARCH="amd64" /bin/sh -c /usr/sbin/iptables-wrapper-installer.sh --no-sanity-check # buildkit
                        
# 2025-03-20 13:12:38  0.00B 执行命令并创建新的镜像层
RUN |1 ARCH="amd64" /bin/sh -c which iptables-legacy && which iptables-nft # buildkit
                        
# 2025-03-20 13:12:37  1.07GB 执行命令并创建新的镜像层
RUN |1 ARCH="amd64" /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
                        
# 2025-03-20 13:11:59  992.78KB 执行命令并创建新的镜像层
RUN |1 ARCH="amd64" /bin/sh -c DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash # buildkit
                        
# 2025-03-20 13:11:59  992.49KB 执行命令并创建新的镜像层
RUN |1 ARCH="amd64" /bin/sh -c echo "dash dash/sh boolean false" | debconf-set-selections # buildkit
                        
# 2025-03-20 13:11:58  70.00B 执行命令并创建新的镜像层
RUN |1 ARCH="amd64" /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
                        
# 2025-03-20 13:11:58  28.00B 执行命令并创建新的镜像层
RUN |1 ARCH="amd64" /bin/sh -c ln -s /usr/bin/update-alternatives /usr/sbin/update-alternatives # buildkit
                        
# 2025-03-20 13:11:58  7.70KB 复制新文件或目录到容器中
COPY scripts/iptables-wrapper-installer.sh /usr/sbin/iptables-wrapper-installer.sh # buildkit
                        
# 2025-03-20 13:11:58  1.65KB 复制新文件或目录到容器中
COPY scripts/hyperkube /hyperkube # buildkit
                        
# 2025-03-20 13:11:58  0.00B 定义构建参数
ARG ARCH="amd64"
                        
# 2025-01-26 13:31:11  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-01-26 13:31:10  77.86MB 
/bin/sh -c #(nop) ADD file:1b6c8c9518be42fa2afe5e241ca31677fce58d27cdfa88baa91a65a259be3637 in / 
                        
# 2025-01-26 13:31:07  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=22.04
                        
# 2025-01-26 13:31:07  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-01-26 13:31:07  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-01-26 13:31:07  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:083b5aca854d56b072dd490a08351fde1a59e2fb9addde902f5977e1975d6aaa",
    "RepoTags": [
        "rancher/hyperkube:v1.30.14-rancher1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hyperkube:v1.30.14-rancher1"
    ],
    "RepoDigests": [
        "rancher/hyperkube@sha256:777fb20a6e0f0564c96958f2a4f098eac0c5976a3b0433b7fb7e2e18440252d4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/hyperkube@sha256:82426d0423c50265310c5d7a33baf71064e8ab17dbccba38129937c76d0cf875"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-07-10T06:16:17.265451362Z",
    "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": "2025-07-10T06:15:49.604Z",
            "org.opencontainers.image.description": "Rancher hyperkube images",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.revision": "5f3021c25832d2815d8aa4b5e29940d326e611d1",
            "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.30.14-rancher1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1636947648,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/96701bdd14ade50f610c0360e363d741933bc23365aae2de66f12a9a8316c5ec/diff:/var/lib/docker/overlay2/0058891be440528568e28a0c7639258ff44208054e43ce2a547257accdff5742/diff:/var/lib/docker/overlay2/956bdddbba6f5638d806892e78fef526cf4a3dc0befc605de3b46cc5f1d88ab5/diff:/var/lib/docker/overlay2/e0aa6f3d06b0d902e62e30f4e5590358fa447fafeafbbfb7023b397fdf1e1f82/diff:/var/lib/docker/overlay2/2081d7bad264689c57b58e57042f83d99cf458b1a2571d5e099c98b82983b090/diff:/var/lib/docker/overlay2/65bc0368a2d045b974aa73acb80889fcbe6bdaa47bc8c16617154e5016a87a73/diff:/var/lib/docker/overlay2/98ca34a5e32904aeb8f5c0a9fe2ee957502e5f0266334f682d8ffc5c0146f394/diff:/var/lib/docker/overlay2/e2251b4d603272a1e653b421fa665d1f43456a885d6d44303044666646764a5a/diff:/var/lib/docker/overlay2/bce2521ebdcfce19dec9adab1c3ec8ec1f5f7939410c6f1e7e404f1ae1ec343c/diff:/var/lib/docker/overlay2/5250f12b22a507a7514f2ccf216bbdeff2a99b4db05b242e78cc032b4bab9a7b/diff",
            "MergedDir": "/var/lib/docker/overlay2/df1278f92c40449606bcfb2f27bef3abef609d588caab50aaa23c775309d446c/merged",
            "UpperDir": "/var/lib/docker/overlay2/df1278f92c40449606bcfb2f27bef3abef609d588caab50aaa23c775309d446c/diff",
            "WorkDir": "/var/lib/docker/overlay2/df1278f92c40449606bcfb2f27bef3abef609d588caab50aaa23c775309d446c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af",
            "sha256:3e8d65416bd479a8a23f6daa610667b36af35d99fef1ffc10171b74ffb741342",
            "sha256:bf8112b86d46b3a0148fec046c8a03282c962f636ed6af100bed327a2c679bcd",
            "sha256:404ece5c1f541b15cebca3bb84fe7968ac3e4745b721dc6e2508749d9057f1a2",
            "sha256:dfdc4f43c44c380e7280d6d909e004a9f182935ee1c9e19bb22b6f0fc77023ad",
            "sha256:ce4fd4628e94fb7b7f8999734c031df8d12d2b100da843bc54c5815019ff0b24",
            "sha256:94fa5f8c595fc4fa60af76db1349ae404e119c0b4f7aafdfb4baa8af8b2fe936",
            "sha256:e65a88178e6962bf3739986140e384fa1474fe08c9e5a7a7245efc8d6b36242b",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5d667d362d4c1f7e3f413a3104757ccc3854257396f1b40936329f7dcf5a99e1",
            "sha256:ef63b12cddd68d6d4a36cbfc50a1b12a11e67e95a539e79e3c45316943a91fc0"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-10T13:53:44.534132451+08:00"
    }
}

更多版本

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

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

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

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

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

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