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

docker.io/rancher/rancher-agent:v2.10.3 - 国内下载镜像源 浏览次数:29 安全受验证的发布者-Rancher
Rancher Agent 是一个用于在 Kubernetes 集群中运行 Rancher 的容器化代理。该代理负责将 Container Network Interface (CNI) 和 Service Network Interface (SNI) 配置为 Pod 可以访问的网络接口,使得Pod可以正确地访问外部服务。
源镜像 docker.io/rancher/rancher-agent:v2.10.3
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.10.3
镜像ID sha256:272e304905dc4ca23188c50fcac6be93eff2061b877154ac4e3631d7bdd2a71a
镜像TAG v2.10.3
大小 1.47GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 run.sh
工作目录 /var/lib/rancher
OS/平台 linux/amd64
浏览量 29 次
贡献者 83***6@qq.com
镜像创建 2025-02-27T13:18:15.915912933Z
同步时间 2025-03-25 18:24
更新时间 2025-03-30 13:42
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin KUBECTL_VERSION=v1.27.10 AGENT_IMAGE=rancher/rancher-agent:v2.10.3 CATTLE_RANCHER_WEBHOOK_VERSION=105.0.3+up0.6.4 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-02-18T15:36:18.078623233Z: 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/4dff20f436d0a27c61d0bc502dd3b085-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.30.2: com.suse.bci.micro.name registry.suse.com/bci/bci-micro:15.6.30.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/4dff20f436d0a27c61d0bc502dd3b085/: com.suse.bci.micro.source l3: com.suse.bci.micro.supportlevel SLE BCI 15 SP6 Micro: com.suse.bci.micro.title 2025-12-31: com.suse.bci.micro.until https://www.suse.com/products/base-container-images/: com.suse.bci.micro.url SUSE LLC: com.suse.bci.micro.vendor 15.6.30.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 2025-12-31: com.suse.supportlevel.until 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/v2.10.3/README.md: io.artifacthub.package.readme-url true: io.cattle.agent obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/4dff20f436d0a27c61d0bc502dd3b085-micro-image: org.openbuildservice.disturl https://github.com/SUSE/bci/discussions: org.opencontainers.image.authors 2025-02-27T13:09:45.800Z: org.opencontainers.image.created Complete container management platform: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 15.6.30.2: org.opencontainers.image.ref.name ecc87e7d86e96949523872ab091c6f7a009b2f67: 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.3: org.opencontainers.image.version rancher/rancher-agent:v2.10.3: org.opensuse.reference

Docker拉取命令 无权限下载?点我修复

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#rancher/rancher-agent:v2.10.3#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.10.3#' 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.3 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.10.3  docker.io/rancher/rancher-agent:v2.10.3'

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.3 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.10.3  docker.io/rancher/rancher-agent:v2.10.3'

镜像构建历史


# 2025-02-27 21:18:15  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["run.sh"]
                        
# 2025-02-27 21:18:15  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/v2.10.3/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=v2.10.3 org.opensuse.reference=rancher/rancher-agent:v2.10.3
                        
# 2025-02-27 21:18:15  0.00B 设置工作目录为/var/lib/rancher
WORKDIR /var/lib/rancher
                        
# 2025-02-27 21:18:15  12.01KB 复制新文件或目录到容器中
COPY package/loglevel package/run.sh package/kubectl-shell.sh package/shell-setup.sh /usr/bin/ # buildkit
                        
# 2025-02-27 21:18:15  387.26MB 复制新文件或目录到容器中
COPY /app/agent /usr/bin/ # buildkit
                        
# 2025-02-27 21:11:54  24.06KB 复制新文件或目录到容器中
COPY /usr/bin/tini /usr/bin/ # buildkit
                        
# 2025-02-27 21:11:54  854.24MB 复制新文件或目录到容器中
COPY /var/lib/rancher-data /var/lib/rancher-data # buildkit
                        
# 2025-02-27 21:11:46  0.00B 设置环境变量 SSL_CERT_DIR
ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
                        
# 2025-02-27 21:11:46  0.00B 设置环境变量 CATTLE_RANCHER_PROVISIONING_CAPI_VERSION
ENV CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=105.1.0+up0.6.0
                        
# 2025-02-27 21:11:46  0.00B 定义构建参数
ARG CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=105.1.0+up0.6.0
                        
# 2025-02-27 21:11:46  0.00B 设置环境变量 CATTLE_RANCHER_WEBHOOK_VERSION
ENV CATTLE_RANCHER_WEBHOOK_VERSION=105.0.3+up0.6.4
                        
# 2025-02-27 21:11:46  0.00B 定义构建参数
ARG CATTLE_RANCHER_WEBHOOK_VERSION=105.0.3+up0.6.4
                        
# 2025-02-27 21:11:46  0.00B 设置环境变量 AGENT_IMAGE
ENV AGENT_IMAGE=rancher/rancher-agent:v2.10.3
                        
# 2025-02-27 21:11:46  0.00B 定义构建参数
ARG VERSION=v2.10.3
                        
# 2025-02-27 21:11:46  0.00B 定义构建参数
ARG RANCHER_REPO=rancher
                        
# 2025-02-27 21:11:46  0.00B 添加元数据标签
LABEL io.cattle.agent=true
                        
# 2025-02-27 21:11:46  49.32MB 执行命令并创建新的镜像层
RUN |1 ARCH=amd64 /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-02-27 21:11:46  0.00B 设置环境变量 KUBECTL_VERSION
ENV KUBECTL_VERSION=v1.27.10
                        
# 2025-02-27 21:11:46  0.00B 定义构建参数
ARG ARCH=amd64
                        
# 2025-02-27 21:11: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-02-27 21:11:46  150.42MB 复制新文件或目录到容器中
COPY /chroot/ / # buildkit
                        
# 2025-02-18 23:36:22  26.41MB 
KIWI 9.24.43
                        
                    

镜像信息

{
    "Id": "sha256:272e304905dc4ca23188c50fcac6be93eff2061b877154ac4e3631d7bdd2a71a",
    "RepoTags": [
        "rancher/rancher-agent:v2.10.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.10.3"
    ],
    "RepoDigests": [
        "rancher/rancher-agent@sha256:cbb87aec4f6c25097eb20a0cc94638639a1460f9c7aa882ae3f0dc725b17872f",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent@sha256:81a5b55a1b1e50117a9512c0762d83fddf8d49a84a3d828e560fe0952c08b24d"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-02-27T13:18:15.915912933Z",
    "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:v2.10.3",
            "CATTLE_RANCHER_WEBHOOK_VERSION=105.0.3+up0.6.4",
            "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-02-18T15:36:18.078623233Z",
            "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/4dff20f436d0a27c61d0bc502dd3b085-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.30.2",
            "com.suse.bci.micro.reference": "registry.suse.com/bci/bci-micro:15.6.30.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/4dff20f436d0a27c61d0bc502dd3b085/",
            "com.suse.bci.micro.supportlevel": "l3",
            "com.suse.bci.micro.title": "SLE BCI 15 SP6 Micro",
            "com.suse.bci.micro.until": "2025-12-31",
            "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.30.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",
            "com.suse.supportlevel.until": "2025-12-31",
            "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/v2.10.3/README.md",
            "io.cattle.agent": "true",
            "org.openbuildservice.disturl": "obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/4dff20f436d0a27c61d0bc502dd3b085-micro-image",
            "org.opencontainers.image.authors": "https://github.com/SUSE/bci/discussions",
            "org.opencontainers.image.created": "2025-02-27T13:09:45.800Z",
            "org.opencontainers.image.description": "Complete container management platform",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.ref.name": "15.6.30.2",
            "org.opencontainers.image.revision": "ecc87e7d86e96949523872ab091c6f7a009b2f67",
            "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.3",
            "org.opensuse.reference": "rancher/rancher-agent:v2.10.3"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1467688047,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/530b4e600e716b2286f8db6d60223a699bc9862580a9f85c2a2681d44de3c454/diff:/var/lib/docker/overlay2/7e588dd11920e2a79f3d769c64470ec0260cf38a43b9333e7e8ac6a9a0e28e38/diff:/var/lib/docker/overlay2/a321c43547f9234e9b79e358aeb5eca777690865d1677f696d028d01150f7f35/diff:/var/lib/docker/overlay2/6b449ae5d99d321a5cb214bdf8efd2543f3f0967841f59ad00d1cdc820a49ae2/diff:/var/lib/docker/overlay2/b516f0f090410b8333df1feac8972aad7234a6b91945f969a2c8502e62316424/diff:/var/lib/docker/overlay2/2e91bbad176cbf5442de5b7097de89388d06537f718d1c791ce586f1eb597176/diff:/var/lib/docker/overlay2/5ecf86d4d6fd745bee4f205b73dd8d2bfd1b6113c957671499ff2501554cab8a/diff:/var/lib/docker/overlay2/10d0326931bc6600af4b9336ebc3c2f862c8aae311b8e5e8913ff409d1c1b7e5/diff",
            "MergedDir": "/var/lib/docker/overlay2/b9bc80961d21dbae48be3a249884e2e70ff6a51f0a20ce9751b14c337ae42dba/merged",
            "UpperDir": "/var/lib/docker/overlay2/b9bc80961d21dbae48be3a249884e2e70ff6a51f0a20ce9751b14c337ae42dba/diff",
            "WorkDir": "/var/lib/docker/overlay2/b9bc80961d21dbae48be3a249884e2e70ff6a51f0a20ce9751b14c337ae42dba/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:37676902ccdfe9382454a78a55b1fdf3290ccce005c714700b05384e59cb5b38",
            "sha256:8dc02e2c911e0ae6d60d46727989c5eb8946198d4202b03f7a9fc15347eccb08",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:b59d1b0cef0c2ca979779d1009a20975a579742a8513b8e4d574685f7945f4a1",
            "sha256:8527c587f680e075596ce48c7f1f444e3c0c486d8d73caf8bf37bc67c95e0b76",
            "sha256:2f98ea720542b715169a133eed9e4cfb057da78794b9efba9c8058bac86c6de2",
            "sha256:345b2dc2a215f947f8d98cc4ed8c4a6ad607d21a211856e29469387d1b57b072",
            "sha256:04450c393d03e53d9d9625e9dc95da9691afc5428a2cc86781d83b689b5d61e4",
            "sha256:547a01e97d2a667969495d4a99155771d54d17816b2e05da8ad35c9b45ac53c6"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-25T18:23:10.838371921+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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