docker.io/rancher/rancher-agent:v2.10.2 linux/arm64

docker.io/rancher/rancher-agent:v2.10.2 - 国内下载镜像源 浏览次数:17 安全受验证的发布者-Rancher 温馨提示: 这是一个 linux/arm64 系统架构镜像
Rancher Agent 是一个用于在 Kubernetes 集群中运行 Rancher 的容器化代理。该代理负责将 Container Network Interface (CNI) 和 Service Network Interface (SNI) 配置为 Pod 可以访问的网络接口,使得Pod可以正确地访问外部服务。
源镜像 docker.io/rancher/rancher-agent:v2.10.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.10.2-linuxarm64
镜像ID sha256:cf0e8130acc0bd526081f3758c5abf937a4e61b8f972874e9020eabdcf9b2011
镜像TAG v2.10.2-linuxarm64
大小 1.41GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 run.sh
工作目录 /var/lib/rancher
OS/平台 linux/arm64
浏览量 17 次
贡献者 zh****i@murphysec.com
镜像创建 2025-01-28T20:00:48.087754499Z
同步时间 2025-10-29 11:31
更新时间 2025-10-30 12:37
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin KUBECTL_VERSION=v1.27.10 AGENT_IMAGE=rancher/rancher-agent: CATTLE_RANCHER_WEBHOOK_VERSION=105.0.2+up0.6.3 CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=105.1.0+up0.6.0 SSL_CERT_DIR=/etc/kubernetes/ssl/certs
镜像标签
https://github.com/SUSE/bci/discussions: com.suse.bci.micro.authors 2025-01-16T11:05:03.971699640Z: com.suse.bci.micro.created A micro environment for containers based on the SLE Base Container Image.: com.suse.bci.micro.description obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/6716420091ff2544989e9a1c6a1215b2-micro-image: com.suse.bci.micro.disturl sle-bci: com.suse.bci.micro.eula https://www.suse.com/lifecycle#suse-linux-enterprise-server-15: com.suse.bci.micro.lifecycle-url 15.6.29.2: com.suse.bci.micro.name registry.suse.com/bci/bci-micro:15.6.29.2: com.suse.bci.micro.reference released: com.suse.bci.micro.release-stage https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/6716420091ff2544989e9a1c6a1215b2/: com.suse.bci.micro.source l3: com.suse.bci.micro.supportlevel SLE BCI 15 SP6 Micro: com.suse.bci.micro.title https://www.suse.com/products/base-container-images/: com.suse.bci.micro.url SUSE LLC: com.suse.bci.micro.vendor 15.6.29.2: com.suse.bci.micro.version sle-bci: com.suse.eula https://www.suse.com/lifecycle#suse-linux-enterprise-server-15: com.suse.lifecycle-url released: com.suse.release-stage l3: com.suse.supportlevel https://raw.githubusercontent.com/rancher/ui/master/public/assets/images/logos/welcome-cow.svg: io.artifacthub.package.logo-url https://raw.githubusercontent.com/rancher/rancher//README.md: io.artifacthub.package.readme-url true: io.cattle.agent obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/6716420091ff2544989e9a1c6a1215b2-micro-image: org.openbuildservice.disturl https://github.com/SUSE/bci/discussions: org.opencontainers.image.authors 2025-01-28T19:53:39.751Z: org.opencontainers.image.created Complete container management platform: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 15.6.29.2: org.opencontainers.image.ref.name 9f7e2e2f7e1e0708e0eea0392c12e76149b9b0c4: org.opencontainers.image.revision https://github.com/rancher/rancher: org.opencontainers.image.source rancher: org.opencontainers.image.title https://github.com/rancher/rancher: org.opencontainers.image.url SUSE LLC: org.opencontainers.image.vendor v2.10.2: org.opencontainers.image.version rancher/rancher-agent:: org.opensuse.reference

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.10.2-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.10.2-linuxarm64  docker.io/rancher/rancher-agent:v2.10.2

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.10.2-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.10.2-linuxarm64  docker.io/rancher/rancher-agent:v2.10.2

Shell快速替换命令

sed -i 's#rancher/rancher-agent:v2.10.2#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.10.2-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.10.2-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.10.2-linuxarm64  docker.io/rancher/rancher-agent:v2.10.2'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.10.2-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.10.2-linuxarm64  docker.io/rancher/rancher-agent:v2.10.2'

镜像构建历史


# 2025-01-29 04:00:48  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["run.sh"]
                        
# 2025-01-29 04:00:48  0.00B 添加元数据标签
LABEL io.artifacthub.package.logo-url=https://raw.githubusercontent.com/rancher/ui/master/public/assets/images/logos/welcome-cow.svg io.artifacthub.package.readme-url=https://raw.githubusercontent.com/rancher/rancher//README.md org.opencontainers.image.description=Rancher Manager Agent: complete container management platform. org.opencontainers.image.title=Rancher Manager Agent: complete container management platform. org.opencontainers.image.source=https://github.com/rancher/rancher org.opencontainers.image.version= org.opensuse.reference=rancher/rancher-agent:
                        
# 2025-01-29 04:00:48  0.00B 设置工作目录为/var/lib/rancher
WORKDIR /var/lib/rancher
                        
# 2025-01-29 04:00:48  12.01KB 复制新文件或目录到容器中
COPY package/loglevel package/run.sh package/kubectl-shell.sh package/shell-setup.sh /usr/bin/ # buildkit
                        
# 2025-01-29 04:00:47  377.17MB 复制新文件或目录到容器中
COPY /app/agent /usr/bin/ # buildkit
                        
# 2025-01-29 03:55:54  23.90KB 复制新文件或目录到容器中
COPY /usr/bin/tini /usr/bin/ # buildkit
                        
# 2025-01-29 03:55:53  785.44MB 复制新文件或目录到容器中
COPY /var/lib/rancher-data /var/lib/rancher-data # buildkit
                        
# 2025-01-29 03:55:46  0.00B 设置环境变量 SSL_CERT_DIR
ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
                        
# 2025-01-29 03:55:46  0.00B 设置环境变量 CATTLE_RANCHER_PROVISIONING_CAPI_VERSION
ENV CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=105.1.0+up0.6.0
                        
# 2025-01-29 03:55:46  0.00B 定义构建参数
ARG CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=105.1.0+up0.6.0
                        
# 2025-01-29 03:55:46  0.00B 设置环境变量 CATTLE_RANCHER_WEBHOOK_VERSION
ENV CATTLE_RANCHER_WEBHOOK_VERSION=105.0.2+up0.6.3
                        
# 2025-01-29 03:55:46  0.00B 定义构建参数
ARG CATTLE_RANCHER_WEBHOOK_VERSION=105.0.2+up0.6.3
                        
# 2025-01-29 03:55:46  0.00B 设置环境变量 AGENT_IMAGE
ENV AGENT_IMAGE=rancher/rancher-agent:
                        
# 2025-01-29 03:55:46  0.00B 定义构建参数
ARG RANCHER_REPO=rancher
                        
# 2025-01-29 03:55:46  0.00B 添加元数据标签
LABEL io.cattle.agent=true
                        
# 2025-01-29 03:55:46  47.12MB 执行命令并创建新的镜像层
RUN |1 ARCH=arm64 /bin/sh -c curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl &&     chmod +x /usr/bin/kubectl # buildkit
                        
# 2025-01-29 03:55:46  0.00B 设置环境变量 KUBECTL_VERSION
ENV KUBECTL_VERSION=v1.27.10
                        
# 2025-01-29 03:55:46  0.00B 定义构建参数
ARG ARCH=arm64
                        
# 2025-01-29 03:55:46  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c /usr/bin/unshare --version &&     /usr/bin/mount --version &&     /usr/bin/umount --version &&     /usr/bin/nsenter --version # buildkit
                        
# 2025-01-29 03:55:45  170.93MB 复制新文件或目录到容器中
COPY /chroot/ / # buildkit
                        
# 2025-01-16 19:05:10  27.80MB 
KIWI 9.24.43
                        
                    

镜像信息

{
    "Id": "sha256:cf0e8130acc0bd526081f3758c5abf937a4e61b8f972874e9020eabdcf9b2011",
    "RepoTags": [
        "rancher/rancher-agent:v2.10.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.10.2-linuxarm64"
    ],
    "RepoDigests": [
        "rancher/rancher-agent@sha256:0678aacdd192768b9112272f00332fa7303ef497b058b46a0f4e1cbbdee47350",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent@sha256:9c6eebd925cd0fac02152350e982c56521fb9740a2a17e3f4fe52f419b7bd330"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-01-28T20:00:48.087754499Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "SUSE LLC \u003chttps://www.suse.com/\u003e",
    "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",
            "KUBECTL_VERSION=v1.27.10",
            "AGENT_IMAGE=rancher/rancher-agent:",
            "CATTLE_RANCHER_WEBHOOK_VERSION=105.0.2+up0.6.3",
            "CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=105.1.0+up0.6.0",
            "SSL_CERT_DIR=/etc/kubernetes/ssl/certs"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/var/lib/rancher",
        "Entrypoint": [
            "run.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "com.suse.bci.micro.authors": "https://github.com/SUSE/bci/discussions",
            "com.suse.bci.micro.created": "2025-01-16T11:05:03.971699640Z",
            "com.suse.bci.micro.description": "A micro environment for containers based on the SLE Base Container Image.",
            "com.suse.bci.micro.disturl": "obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/6716420091ff2544989e9a1c6a1215b2-micro-image",
            "com.suse.bci.micro.eula": "sle-bci",
            "com.suse.bci.micro.lifecycle-url": "https://www.suse.com/lifecycle#suse-linux-enterprise-server-15",
            "com.suse.bci.micro.name": "15.6.29.2",
            "com.suse.bci.micro.reference": "registry.suse.com/bci/bci-micro:15.6.29.2",
            "com.suse.bci.micro.release-stage": "released",
            "com.suse.bci.micro.source": "https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/6716420091ff2544989e9a1c6a1215b2/",
            "com.suse.bci.micro.supportlevel": "l3",
            "com.suse.bci.micro.title": "SLE BCI 15 SP6 Micro",
            "com.suse.bci.micro.url": "https://www.suse.com/products/base-container-images/",
            "com.suse.bci.micro.vendor": "SUSE LLC",
            "com.suse.bci.micro.version": "15.6.29.2",
            "com.suse.eula": "sle-bci",
            "com.suse.lifecycle-url": "https://www.suse.com/lifecycle#suse-linux-enterprise-server-15",
            "com.suse.release-stage": "released",
            "com.suse.supportlevel": "l3",
            "io.artifacthub.package.logo-url": "https://raw.githubusercontent.com/rancher/ui/master/public/assets/images/logos/welcome-cow.svg",
            "io.artifacthub.package.readme-url": "https://raw.githubusercontent.com/rancher/rancher//README.md",
            "io.cattle.agent": "true",
            "org.openbuildservice.disturl": "obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/6716420091ff2544989e9a1c6a1215b2-micro-image",
            "org.opencontainers.image.authors": "https://github.com/SUSE/bci/discussions",
            "org.opencontainers.image.created": "2025-01-28T19:53:39.751Z",
            "org.opencontainers.image.description": "Complete container management platform",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.ref.name": "15.6.29.2",
            "org.opencontainers.image.revision": "9f7e2e2f7e1e0708e0eea0392c12e76149b9b0c4",
            "org.opencontainers.image.source": "https://github.com/rancher/rancher",
            "org.opencontainers.image.title": "rancher",
            "org.opencontainers.image.url": "https://github.com/rancher/rancher",
            "org.opencontainers.image.vendor": "SUSE LLC",
            "org.opencontainers.image.version": "v2.10.2",
            "org.opensuse.reference": "rancher/rancher-agent:"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 1408501845,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/47df0614c848a21ae6e66557587b7eea708ac5d86b5c56f81879db8f2e516e0b/diff:/var/lib/docker/overlay2/3f43d0169f0be6e5b65bd53bda0a5fe521f872ffc2a9e5932436c22ba8463866/diff:/var/lib/docker/overlay2/8687c2124840e46ae7ea56c99f2a059e537729b0c8a70571f3f03296c1f21341/diff:/var/lib/docker/overlay2/543c876ee88142d799d4c16053aa9956dc568de668b8079d2ec9092d06d39f78/diff:/var/lib/docker/overlay2/5dccf40ffdacbde7e29af31a8d246f7aca35af9b0eb76ca90d5049e830b68bc0/diff:/var/lib/docker/overlay2/55c3d2c2e2f2fa1d6836d8d07641de3b2ab67db3a5832d1ef2fde433843aa4db/diff:/var/lib/docker/overlay2/8d9b856c8cb2fee533d66a637f1754d1f1929738ac9555756ded1578409b61c9/diff:/var/lib/docker/overlay2/4606e4412150dd0a044c688404402b655c319e13e61ee72a5f6f44e5ce778dc3/diff",
            "MergedDir": "/var/lib/docker/overlay2/8bc4af5ca8b53985c7045cb6a4480f012f0f576632ed36c35f94dc4eb76e7679/merged",
            "UpperDir": "/var/lib/docker/overlay2/8bc4af5ca8b53985c7045cb6a4480f012f0f576632ed36c35f94dc4eb76e7679/diff",
            "WorkDir": "/var/lib/docker/overlay2/8bc4af5ca8b53985c7045cb6a4480f012f0f576632ed36c35f94dc4eb76e7679/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f933c06f5f227fb2e508a7dc0df32be7adf87208fd6b70f32ba244cc837bb681",
            "sha256:fad087af4a6d745a383964337a7ce36e8302ab4eef399e4a9547dafe26e528f5",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:95d8c5cf9921c8b640fe4c72be2be3671f29d778f8d00a494e0f560898098dea",
            "sha256:abaf0b7a529f541a2fba92c95e3bdbfe5dbb2561c5234a91a8229044a105c85d",
            "sha256:f91c6b3b50fdf173d107cae81335953c5d6dbc52c9d5638a70dbc4f3f40bcf64",
            "sha256:d53beb81f1795acd5bb3d89f43b8fa8d5e23a677c32ba57496b0809d05964e33",
            "sha256:014a58d810375ff36c53968627d231a6e7269256d2c1f7371f147d135b29a41f",
            "sha256:15e32b6b58f8e3bdc19a2c486c611a870bcf089edfa341d288423a4ac82a8a44"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-10-29T11:29:47.328834972+08:00"
    }
}

更多版本

docker.io/rancher/rancher-agent:v2.9-head

linux/amd64 docker.io1.08GB2024-06-19 16:12
377

docker.io/rancher/rancher-agent:v2.5.12

linux/amd64 docker.io510.94MB2024-07-09 15:13
413

docker.io/rancher/rancher-agent:v2.8.5

linux/amd64 docker.io1.06GB2024-08-20 10:15
600

docker.io/rancher/rancher-agent:v2.9.1

linux/amd64 docker.io1.07GB2024-08-30 21:52
561

docker.io/rancher/rancher-agent:v2.5.16

linux/amd64 docker.io554.06MB2024-10-10 11:34
314

docker.io/rancher/rancher-agent:v2.9.3

linux/amd64 docker.io1.17GB2024-11-16 09:30
440

docker.io/rancher/rancher-agent:v2.10.0

linux/amd64 docker.io1.28GB2024-12-16 15:41
282

docker.io/rancher/rancher-agent:v2.10.1

linux/amd64 docker.io1.34GB2024-12-31 17:44
226

docker.io/rancher/rancher-agent:v2.10.2

linux/amd64 docker.io1.40GB2025-02-11 11:35
266

docker.io/rancher/rancher-agent:v2.9.2

linux/amd64 docker.io1.11GB2025-02-19 14:08
244

docker.io/rancher/rancher-agent:v2.10.3

linux/amd64 docker.io1.47GB2025-03-25 18:24
225

docker.io/rancher/rancher-agent:v2.8.2

linux/amd64 docker.io1.15GB2025-03-27 15:51
190

docker.io/rancher/rancher-agent:v2.11.0

linux/amd64 docker.io1.50GB2025-04-06 09:34
207

docker.io/rancher/rancher-agent:v2.6.14

linux/amd64 docker.io1.05GB2025-04-15 09:21
218

docker.io/rancher/rancher-agent:v2.11.1-alpha3

linux/amd64 docker.io1.53GB2025-04-23 12:45
194

docker.io/rancher/rancher-agent:v2.7.3

linux/amd64 docker.io855.38MB2025-05-19 10:09
211

docker.io/rancher/rancher-agent:v2.11.2

linux/amd64 docker.io1.59GB2025-05-23 22:15
217

docker.io/rancher/rancher-agent:v2.11.1

linux/arm64 docker.io1.55GB2025-06-09 16:03
106

docker.io/rancher/rancher-agent:v2.11.1

linux/amd64 docker.io1.55GB2025-06-09 16:13
222

docker.io/rancher/rancher-agent:v2.11.3

linux/amd64 docker.io1.64GB2025-07-11 10:57
234

docker.io/rancher/rancher-agent:v2.7.10

linux/amd64 docker.io1.12GB2025-07-17 12:07
123

docker.io/rancher/rancher-agent:v2.10.3

linux/arm64 docker.io1.48GB2025-07-25 15:00
91

docker.io/rancher/rancher-agent:v2.9.3

linux/arm64 docker.io1.18GB2025-08-18 16:56
101

docker.io/rancher/rancher-agent:v2.12.0

linux/amd64 docker.io762.91MB2025-08-27 00:32
84

docker.io/rancher/rancher-agent:v2.12.1

linux/amd64 docker.io777.77MB2025-09-02 17:43
109

docker.io/rancher/rancher-agent:v2.12.1

linux/arm64 docker.io779.53MB2025-09-02 17:47
85

docker.io/rancher/rancher-agent:v2.7.5

linux/amd64 docker.io912.62MB2025-09-04 09:54
107

docker.io/rancher/rancher-agent:v2.6.11

linux/amd64 docker.io787.89MB2025-09-08 18:26
95

docker.io/rancher/rancher-agent:v2.13.0-alpha2

linux/amd64 docker.io802.48MB2025-10-10 11:33
60

docker.io/rancher/rancher-agent:v2.12.2

linux/amd64 docker.io795.73MB2025-10-10 16:18
67

docker.io/rancher/rancher-agent:v2.11.2

linux/arm64 docker.io1.60GB2025-10-17 08:57
43

docker.io/rancher/rancher-agent:v2.12.2

linux/arm64 docker.io797.43MB2025-10-25 09:20
31

docker.io/rancher/rancher-agent:v2.10.2

linux/arm64 docker.io1.41GB2025-10-29 11:31
16