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

docker.io/rancher/rancher-agent:v2.11.0 - 国内下载镜像源 浏览次数:39 安全受验证的发布者-Rancher
Rancher Agent 是一个用于在 Kubernetes 集群中运行 Rancher 的容器化代理。该代理负责将 Container Network Interface (CNI) 和 Service Network Interface (SNI) 配置为 Pod 可以访问的网络接口,使得Pod可以正确地访问外部服务。
源镜像 docker.io/rancher/rancher-agent:v2.11.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.11.0
镜像ID sha256:36dc352ed1c4e68ec6bc76d33720e4320cfc1341f526383168e8ed464bf8bc3d
镜像TAG v2.11.0
大小 1.50GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 run.sh
工作目录 /var/lib/rancher
OS/平台 linux/amd64
浏览量 39 次
贡献者 83***6@qq.com
镜像创建 2025-03-31T19:23:23.758021877Z
同步时间 2025-04-06 09:34
更新时间 2025-04-16 18:17
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin KUBECTL_VERSION=v1.27.10 AGENT_IMAGE=rancher/rancher-agent:v2.11.0 CATTLE_RANCHER_WEBHOOK_VERSION=106.0.0+up0.7.0 CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=106.0.0+up0.7.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.11.0/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-03-31T19:13:41.181Z: 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 4b8ab8c48d681f77065bf25e1fa502c652b94465: 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.11.0: org.opencontainers.image.version rancher/rancher-agent:v2.11.0: org.opensuse.reference

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-04-01 03:23:23  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["run.sh"]
                        
# 2025-04-01 03:23:23  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.11.0/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.11.0 org.opensuse.reference=rancher/rancher-agent:v2.11.0
                        
# 2025-04-01 03:23:23  0.00B 设置工作目录为/var/lib/rancher
WORKDIR /var/lib/rancher
                        
# 2025-04-01 03:23:23  12.01KB 复制新文件或目录到容器中
COPY package/loglevel package/run.sh package/kubectl-shell.sh package/shell-setup.sh /usr/bin/ # buildkit
                        
# 2025-04-01 03:23:23  391.77MB 复制新文件或目录到容器中
COPY /app/agent /usr/bin/ # buildkit
                        
# 2025-04-01 03:16:15  24.06KB 复制新文件或目录到容器中
COPY /usr/bin/tini /usr/bin/ # buildkit
                        
# 2025-04-01 03:16:14  881.09MB 复制新文件或目录到容器中
COPY /var/lib/rancher-data /var/lib/rancher-data # buildkit
                        
# 2025-04-01 03:16:06  0.00B 设置环境变量 SSL_CERT_DIR
ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
                        
# 2025-04-01 03:16:06  0.00B 设置环境变量 CATTLE_RANCHER_PROVISIONING_CAPI_VERSION
ENV CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=106.0.0+up0.7.0
                        
# 2025-04-01 03:16:06  0.00B 定义构建参数
ARG CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=106.0.0+up0.7.0
                        
# 2025-04-01 03:16:06  0.00B 设置环境变量 CATTLE_RANCHER_WEBHOOK_VERSION
ENV CATTLE_RANCHER_WEBHOOK_VERSION=106.0.0+up0.7.0
                        
# 2025-04-01 03:16:06  0.00B 定义构建参数
ARG CATTLE_RANCHER_WEBHOOK_VERSION=106.0.0+up0.7.0
                        
# 2025-04-01 03:16:06  0.00B 设置环境变量 AGENT_IMAGE
ENV AGENT_IMAGE=rancher/rancher-agent:v2.11.0
                        
# 2025-04-01 03:16:06  0.00B 定义构建参数
ARG VERSION=v2.11.0
                        
# 2025-04-01 03:16:06  0.00B 定义构建参数
ARG RANCHER_REPO=rancher
                        
# 2025-04-01 03:16:06  0.00B 添加元数据标签
LABEL io.cattle.agent=true
                        
# 2025-04-01 03:16:06  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-04-01 03:16:06  0.00B 设置环境变量 KUBECTL_VERSION
ENV KUBECTL_VERSION=v1.27.10
                        
# 2025-04-01 03:16:06  0.00B 定义构建参数
ARG ARCH=amd64
                        
# 2025-04-01 03:16:06  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c /usr/bin/unshare --version &&     /usr/bin/mount --version &&     /usr/bin/umount --version &&     /usr/bin/nsenter --version # buildkit
                        
# 2025-04-01 03:16:06  151.41MB 复制新文件或目录到容器中
COPY /chroot/ / # buildkit
                        
# 2025-02-18 23:36:22  26.41MB 
KIWI 9.24.43
                        
                    

镜像信息

{
    "Id": "sha256:36dc352ed1c4e68ec6bc76d33720e4320cfc1341f526383168e8ed464bf8bc3d",
    "RepoTags": [
        "rancher/rancher-agent:v2.11.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.11.0"
    ],
    "RepoDigests": [
        "rancher/rancher-agent@sha256:8251ac4d208b51996290a1dddedc5bf1289c09a4d8b42bffa154673337fd36fe",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent@sha256:6e0d6c5afa73baf6b6a2131b68138ea462dcc4f4e1d31c87811c64c0ce5936b8"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-03-31T19:23:23.758021877Z",
    "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.11.0",
            "CATTLE_RANCHER_WEBHOOK_VERSION=106.0.0+up0.7.0",
            "CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=106.0.0+up0.7.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.11.0/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-03-31T19:13:41.181Z",
            "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": "4b8ab8c48d681f77065bf25e1fa502c652b94465",
            "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.11.0",
            "org.opensuse.reference": "rancher/rancher-agent:v2.11.0"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1500041254,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/ad9a3fe68201e7d490650b28bdd02d94cc341acc69f1e169c03bc614c029a75c/diff:/var/lib/docker/overlay2/04aa69b8883b93db7a364a394fdca55bf72fa68af0f82af0ccdfed0e6571de08/diff:/var/lib/docker/overlay2/3c75bbdcbbe77ecf84523cbb5357688e61964f85b96a454ede3ae02422e0f33e/diff:/var/lib/docker/overlay2/d78fcf77e16597f005a7bd54f6f2094f10d15f3682b7144e2cff28c1eda4a9da/diff:/var/lib/docker/overlay2/3a767feecda96fdecf2467ab4bfaa77f5aec43a8cc6303ca3a31cffffacc1abe/diff:/var/lib/docker/overlay2/2130c58a49298d96d094c3b5212cce5569147761eee88de43c7eb2d81ab51156/diff:/var/lib/docker/overlay2/f009565da8bc19972236d524ef5089331b5488bcd9a6672dc87c9ed94747054e/diff:/var/lib/docker/overlay2/41be3ebde2020861c9362d88e8b83cd2f97dd2986b3fc26a9a6ef59c55bd92ee/diff",
            "MergedDir": "/var/lib/docker/overlay2/b32a3945de4df667c2887decd2f9d8bc67aef94e2521de60719686cb81990338/merged",
            "UpperDir": "/var/lib/docker/overlay2/b32a3945de4df667c2887decd2f9d8bc67aef94e2521de60719686cb81990338/diff",
            "WorkDir": "/var/lib/docker/overlay2/b32a3945de4df667c2887decd2f9d8bc67aef94e2521de60719686cb81990338/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:37676902ccdfe9382454a78a55b1fdf3290ccce005c714700b05384e59cb5b38",
            "sha256:3ea196997aa38ba875ba9be08206f8302749ee3959a6404de60c066ec78e3c1d",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:028dcb227d22cb79dd4ea13ad7b124ea31bfc4d179d77815bb467c748698125d",
            "sha256:e7e15c6c68c23bbfd2c045cbb50873222129dd8e6882aa4e5894ec01fb1ada6c",
            "sha256:079231c0f43c40bb26336e7dc0cf60f13be9c7c85b0afa9d5ae2976354367584",
            "sha256:5a1e76beead22388942df11d1ca4d77139f0cef0c467d429fb1443c200653c83",
            "sha256:a0b7f4498b4134968e250669089a451afb01691c0fb4be4f49a7ab28479e6e88",
            "sha256:dad989d8ecefda48a4a2c22c256c737ef291fe05ba5bdf1327f5a887cec3767e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-04-06T09:33:01.227138675+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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