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

docker.io/rancher/rancher-agent:v2.11.1-alpha3 - 国内下载镜像源 浏览次数:14 安全受验证的发布者-Rancher
Rancher Agent 是一个用于在 Kubernetes 集群中运行 Rancher 的容器化代理。该代理负责将 Container Network Interface (CNI) 和 Service Network Interface (SNI) 配置为 Pod 可以访问的网络接口,使得Pod可以正确地访问外部服务。
源镜像 docker.io/rancher/rancher-agent:v2.11.1-alpha3
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.11.1-alpha3
镜像ID sha256:5703b618072708e4fa6f5504af38ccf1831b60e581b35d4ddb9a02cae3af6ec1
镜像TAG v2.11.1-alpha3
大小 1.53GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 run.sh
工作目录 /var/lib/rancher
OS/平台 linux/amd64
浏览量 14 次
贡献者
镜像创建 2025-04-18T19:23:46.617930246Z
同步时间 2025-04-23 12:45
更新时间 2025-04-24 22:24
环境变量
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.1-alpha3 CATTLE_RANCHER_WEBHOOK_VERSION=106.0.1+up0.7.1-rc.4 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-04-13T11:02:06.462631958Z: 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.5: com.suse.bci.micro.name registry.suse.com/bci/bci-micro:15.6.30.5: 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.5: 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.1-alpha3/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-04-18T19:17:10.522Z: org.opencontainers.image.created Complete container management platform: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 15.6.30.5: org.opencontainers.image.ref.name d291f3480b3d05dc38ad2d8cba39e4a8b945e9be: 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.1-alpha3: org.opencontainers.image.version rancher/rancher-agent:v2.11.1-alpha3: org.opensuse.reference

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

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

镜像构建历史


# 2025-04-19 03:23:46  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["run.sh"]
                        
# 2025-04-19 03:23:46  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.1-alpha3/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.1-alpha3 org.opensuse.reference=rancher/rancher-agent:v2.11.1-alpha3
                        
# 2025-04-19 03:23:46  0.00B 设置工作目录为/var/lib/rancher
WORKDIR /var/lib/rancher
                        
# 2025-04-19 03:23:46  12.01KB 复制新文件或目录到容器中
COPY package/loglevel package/run.sh package/kubectl-shell.sh package/shell-setup.sh /usr/bin/ # buildkit
                        
# 2025-04-19 03:23:46  391.78MB 复制新文件或目录到容器中
COPY /app/agent /usr/bin/ # buildkit
                        
# 2025-04-19 03:19:23  24.06KB 复制新文件或目录到容器中
COPY /usr/bin/tini /usr/bin/ # buildkit
                        
# 2025-04-19 03:19:23  911.09MB 复制新文件或目录到容器中
COPY /var/lib/rancher-data /var/lib/rancher-data # buildkit
                        
# 2025-04-19 03:19:13  0.00B 设置环境变量 SSL_CERT_DIR
ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
                        
# 2025-04-19 03:19:13  0.00B 设置环境变量 CATTLE_RANCHER_PROVISIONING_CAPI_VERSION
ENV CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=106.0.0+up0.7.0
                        
# 2025-04-19 03:19:13  0.00B 定义构建参数
ARG CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=106.0.0+up0.7.0
                        
# 2025-04-19 03:19:13  0.00B 设置环境变量 CATTLE_RANCHER_WEBHOOK_VERSION
ENV CATTLE_RANCHER_WEBHOOK_VERSION=106.0.1+up0.7.1-rc.4
                        
# 2025-04-19 03:19:13  0.00B 定义构建参数
ARG CATTLE_RANCHER_WEBHOOK_VERSION=106.0.1+up0.7.1-rc.4
                        
# 2025-04-19 03:19:13  0.00B 设置环境变量 AGENT_IMAGE
ENV AGENT_IMAGE=rancher/rancher-agent:v2.11.1-alpha3
                        
# 2025-04-19 03:19:13  0.00B 定义构建参数
ARG VERSION=v2.11.1-alpha3
                        
# 2025-04-19 03:19:13  0.00B 定义构建参数
ARG RANCHER_REPO=rancher
                        
# 2025-04-19 03:19:13  0.00B 添加元数据标签
LABEL io.cattle.agent=true
                        
# 2025-04-19 03:19:13  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-19 03:19:13  0.00B 设置环境变量 KUBECTL_VERSION
ENV KUBECTL_VERSION=v1.27.10
                        
# 2025-04-19 03:19:13  0.00B 定义构建参数
ARG ARCH=amd64
                        
# 2025-04-19 03:19:12  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-19 03:19:12  151.39MB 复制新文件或目录到容器中
COPY /chroot/ / # buildkit
                        
# 2025-04-13 19:02:11  26.42MB 
KIWI 9.24.43
                        
                    

镜像信息

{
    "Id": "sha256:5703b618072708e4fa6f5504af38ccf1831b60e581b35d4ddb9a02cae3af6ec1",
    "RepoTags": [
        "rancher/rancher-agent:v2.11.1-alpha3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.11.1-alpha3"
    ],
    "RepoDigests": [
        "rancher/rancher-agent@sha256:75b874b28480afd84970612a47c7b7724fa38da855d9f2cdefb2a42c8c15f64e",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent@sha256:425937371843b6e85be7b3d8b039b0e04490bd31bfd08373c355c3c1e72024e7"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-04-18T19:23:46.617930246Z",
    "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.1-alpha3",
            "CATTLE_RANCHER_WEBHOOK_VERSION=106.0.1+up0.7.1-rc.4",
            "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-04-13T11:02:06.462631958Z",
            "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.5",
            "com.suse.bci.micro.reference": "registry.suse.com/bci/bci-micro:15.6.30.5",
            "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.5",
            "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.1-alpha3/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-04-18T19:17:10.522Z",
            "org.opencontainers.image.description": "Complete container management platform",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.ref.name": "15.6.30.5",
            "org.opencontainers.image.revision": "d291f3480b3d05dc38ad2d8cba39e4a8b945e9be",
            "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.1-alpha3",
            "org.opensuse.reference": "rancher/rancher-agent:v2.11.1-alpha3"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1530047407,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/14b1ff30f5af6d50d3d3b06047e3a29a3192a6d4f63084210e6f46e0ef4051f7/diff:/var/lib/docker/overlay2/584482979ce9e2f8a1fdb54cd2656b30808b32010f3a824e0e52b7edc308a9ad/diff:/var/lib/docker/overlay2/9987378bd18acd87892be8c9e6de02ff00d51e49d06c70ff65230278aa5a052b/diff:/var/lib/docker/overlay2/8bbc88b529512eb108661f8eefb6d59cfad33b6678a82c54d6c57e1eb6b76b6a/diff:/var/lib/docker/overlay2/90e5e41556b6987134b855de70c1baa6d38f56cec19011881bc2df97d89a617f/diff:/var/lib/docker/overlay2/fe4ea8a3fcbbbcdc51a90c1f82b26f2fc9e2a48431acd5353806af43ba633da6/diff:/var/lib/docker/overlay2/b944cc095ebe28c7c7698836e27865b718d5a4be0dcba339a1693fc36327d804/diff:/var/lib/docker/overlay2/88d7ded4624a07f95d86f2109fd1d633eed1d237c61c57970fbe1cd5ed9c7693/diff",
            "MergedDir": "/var/lib/docker/overlay2/04e6b97abba31e75b6d7053cb1cbbb215977448d091eb2e369af10cd80f4f020/merged",
            "UpperDir": "/var/lib/docker/overlay2/04e6b97abba31e75b6d7053cb1cbbb215977448d091eb2e369af10cd80f4f020/diff",
            "WorkDir": "/var/lib/docker/overlay2/04e6b97abba31e75b6d7053cb1cbbb215977448d091eb2e369af10cd80f4f020/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ef9326e20c9af51560bf0f1f39b9b1228a5a188a0ced83603cf0751722766ecf",
            "sha256:15638dcf8a93bb4a7a2198ebeae794c39faaed30afc3bf02ab7eb9d8dd2bec6e",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:4e7ae3f999c96e0d91c742d29e60ef189c49d92155cbd1f5d37e21200c6a0a2a",
            "sha256:d8b4271af022425283c18828467665235a85a197080b1ef98a675abda9523bdb",
            "sha256:c7d6b6faf237d132d1a1ce64a536792226eaf224e7688cfc258ae27aa2382119",
            "sha256:1dc7758ee5c0e72fcf47eff803755659b4cbef2936a3eb2b481b239a50a6fe95",
            "sha256:820f27ad37f7d9a989ff1647c6c38cc6180c8cafe5ebb4a02d6813b2135954a3",
            "sha256:b51aa5b8c8b03fa33bcf739ba6adcd956e3784b1c31bac0d3dbea79809ecbe97"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-04-23T12:43:24.267672876+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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