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

docker.io/rancher/rancher-agent:v2.11.3 - 国内下载镜像源 浏览次数:15 安全受验证的发布者-Rancher
Rancher Agent 是一个用于在 Kubernetes 集群中运行 Rancher 的容器化代理。该代理负责将 Container Network Interface (CNI) 和 Service Network Interface (SNI) 配置为 Pod 可以访问的网络接口,使得Pod可以正确地访问外部服务。
源镜像 docker.io/rancher/rancher-agent:v2.11.3
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.11.3
镜像ID sha256:60b9a89f912d5b788242588bf29c6681a2b1ab518d96ae2910dad8c3d9ed7c66
镜像TAG v2.11.3
大小 1.64GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 run.sh
工作目录 /var/lib/rancher
OS/平台 linux/amd64
浏览量 15 次
贡献者
镜像创建 2025-06-25T22:37:01.145142198Z
同步时间 2025-07-11 10:57
更新时间 2025-07-12 06:56
环境变量
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.3 CATTLE_RANCHER_WEBHOOK_VERSION=106.0.3+up0.7.3 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-06-18T06:59:24.512686946Z: 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-SP7:Update:CR/containers/51695b9f0ac1c2e9a7b2139f748b7ae5-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.7-42.1: com.suse.bci.micro.name registry.suse.com/bci/bci-micro:15.7-42.1: com.suse.bci.micro.reference released: com.suse.bci.micro.release-stage https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/51695b9f0ac1c2e9a7b2139f748b7ae5/: com.suse.bci.micro.source l3: com.suse.bci.micro.supportlevel SLE BCI 15 SP7 Micro: com.suse.bci.micro.title 2031-07-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.7-42.1: 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 2031-07-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.3/README.md: io.artifacthub.package.readme-url true: io.cattle.agent obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/51695b9f0ac1c2e9a7b2139f748b7ae5-micro-image: org.openbuildservice.disturl https://github.com/SUSE/bci/discussions: org.opencontainers.image.authors sha256:626120961c7a8016733514e970276dec30ade811d4f93e3382a3caac36480ef4: org.opencontainers.image.base.digest registry.suse.com/bci/bci-base:15.7: org.opencontainers.image.base.name 2025-06-25T22:31:12.754Z: org.opencontainers.image.created Complete container management platform: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 15.7-42.1: org.opencontainers.image.ref.name 720f41283e103fb41b03b22f001401cdf1ab60c5: 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.3: org.opencontainers.image.version rancher/rancher-agent:v2.11.3: org.opensuse.reference

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2025-06-26 06:37:01  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["run.sh"]
                        
# 2025-06-26 06:37:01  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.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.11.3 org.opensuse.reference=rancher/rancher-agent:v2.11.3
                        
# 2025-06-26 06:37:01  0.00B 设置工作目录为/var/lib/rancher
WORKDIR /var/lib/rancher
                        
# 2025-06-26 06:37:01  12.01KB 复制新文件或目录到容器中
COPY package/loglevel package/run.sh package/kubectl-shell.sh package/shell-setup.sh /usr/bin/ # buildkit
                        
# 2025-06-26 06:37:01  392.97MB 复制新文件或目录到容器中
COPY /app/agent /usr/bin/ # buildkit
                        
# 2025-06-26 06:32:50  24.06KB 复制新文件或目录到容器中
COPY /usr/bin/tini /usr/bin/ # buildkit
                        
# 2025-06-26 06:32:50  12.61MB 复制新文件或目录到容器中
COPY /var/lib/rancher-data/driver-metadata/data.json /var/lib/rancher-data/driver-metadata/data.json # buildkit
                        
# 2025-06-26 06:32:50  240.25MB 复制新文件或目录到容器中
COPY /var/lib/rancher-data/local-catalogs/v2/rancher-rke2-charts/675f1b63a0a83905972dcab2794479ed599a6f41b86cd6193d69472d0fa889c9 /var/lib/rancher-data/local-catalogs/v2/rancher-rke2-charts/675f1b63a0a83905972dcab2794479ed599a6f41b86cd6193d69472d0fa889c9 # buildkit
                        
# 2025-06-26 06:32:46  363.78MB 复制新文件或目录到容器中
COPY /var/lib/rancher-data/local-catalogs/v2/rancher-partner-charts/8f17acdce9bffd6e05a58a3798840e408c4ea71783381ecd2e9af30baad65974 /var/lib/rancher-data/local-catalogs/v2/rancher-partner-charts/8f17acdce9bffd6e05a58a3798840e408c4ea71783381ecd2e9af30baad65974 # buildkit
                        
# 2025-06-26 06:32:45  434.15MB 复制新文件或目录到容器中
COPY /var/lib/rancher-data/local-catalogs/v2/rancher-charts/4b40cac650031b74776e87c1a726b0484d0877c3ec137da0872547ff9b73a721 /var/lib/rancher-data/local-catalogs/v2/rancher-charts/4b40cac650031b74776e87c1a726b0484d0877c3ec137da0872547ff9b73a721 # buildkit
                        
# 2025-06-26 06:32:29  0.00B 设置环境变量 SSL_CERT_DIR
ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
                        
# 2025-06-26 06:32:29  0.00B 设置环境变量 CATTLE_RANCHER_PROVISIONING_CAPI_VERSION
ENV CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=106.0.0+up0.7.0
                        
# 2025-06-26 06:32:29  0.00B 定义构建参数
ARG CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=106.0.0+up0.7.0
                        
# 2025-06-26 06:32:29  0.00B 设置环境变量 CATTLE_RANCHER_WEBHOOK_VERSION
ENV CATTLE_RANCHER_WEBHOOK_VERSION=106.0.3+up0.7.3
                        
# 2025-06-26 06:32:29  0.00B 定义构建参数
ARG CATTLE_RANCHER_WEBHOOK_VERSION=106.0.3+up0.7.3
                        
# 2025-06-26 06:32:29  0.00B 设置环境变量 AGENT_IMAGE
ENV AGENT_IMAGE=rancher/rancher-agent:v2.11.3
                        
# 2025-06-26 06:32:29  0.00B 定义构建参数
ARG VERSION=v2.11.3
                        
# 2025-06-26 06:32:29  0.00B 定义构建参数
ARG RANCHER_REPO=rancher
                        
# 2025-06-26 06:32:29  0.00B 添加元数据标签
LABEL io.cattle.agent=true
                        
# 2025-06-26 06:32:29  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-06-26 06:32:29  0.00B 设置环境变量 KUBECTL_VERSION
ENV KUBECTL_VERSION=v1.27.10
                        
# 2025-06-26 06:32:29  0.00B 定义构建参数
ARG ARCH=amd64
                        
# 2025-06-26 06:32:29  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c /usr/bin/unshare --version &&     /usr/bin/mount --version &&     /usr/bin/umount --version &&     /usr/bin/nsenter --version # buildkit
                        
# 2025-06-26 06:32:29  119.76MB 复制新文件或目录到容器中
COPY /chroot/ / # buildkit
                        
# 2025-06-26 06:31:26  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c : # No-op command to create an explicit layer - this fixes a weird buildkit/buildx bug on macos arm # buildkit
                        
# 2025-06-18 14:59:34  25.02MB 

                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/51695b9f0ac1c2e9a7b2139f748b7ae5-micro-image
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL io.artifacthub.package.logo-url=https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL io.artifacthub.package.readme-url=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/51695b9f0ac1c2e9a7b2139f748b7ae5/README.md
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.base.digest=sha256:626120961c7a8016733514e970276dec30ade811d4f93e3382a3caac36480ef4
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.base.name=registry.suse.com/bci/bci-base:15.7
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.release-stage=released
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.release-stage=released
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.eula=sle-bci
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.eula=sle-bci
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.supportlevel.until=2031-07-31
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.until=2031-07-31
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.supportlevel=l3
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.supportlevel=l3
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/51695b9f0ac1c2e9a7b2139f748b7ae5-micro-image
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/51695b9f0ac1c2e9a7b2139f748b7ae5-micro-image
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL org.opensuse.reference=registry.suse.com/bci/bci-micro:15.7-42.1
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.reference=registry.suse.com/bci/bci-micro:15.7-42.1
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=15.7-42.1
                        
# 2025-06-18 14:59:33  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.name=15.7-42.1
                        
# 2025-06-18 14:59:32  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.source=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/51695b9f0ac1c2e9a7b2139f748b7ae5/
                        
# 2025-06-18 14:59:32  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.source=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/51695b9f0ac1c2e9a7b2139f748b7ae5/
                        
# 2025-06-18 14:59:32  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.vendor=SUSE LLC
                        
# 2025-06-18 14:59:32  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.vendor=SUSE LLC
                        
# 2025-06-18 14:59:32  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.created=2025-06-18T06:59:24.512686946Z
                        
# 2025-06-18 14:59:32  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.created=2025-06-18T06:59:24.512686946Z
                        
# 2025-06-18 14:59:32  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.url=https://www.suse.com/products/base-container-images/
                        
# 2025-06-18 14:59:32  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.url=https://www.suse.com/products/base-container-images/
                        
# 2025-06-18 14:59:32  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=15.7-42.1
                        
# 2025-06-18 14:59:32  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.version=15.7-42.1
                        
# 2025-06-18 14:59:32  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.description=A micro environment for containers based on the SLE Base Container Image.
                        
# 2025-06-18 14:59:32  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.description=A micro environment for containers based on the SLE Base Container Image.
                        
# 2025-06-18 14:59:32  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.title=SLE BCI 15 SP7 Micro
                        
# 2025-06-18 14:59:32  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.title=SLE BCI 15 SP7 Micro
                        
# 2025-06-18 14:59:32  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.authors=https://github.com/SUSE/bci/discussions
                        
# 2025-06-18 14:59:32  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.authors=https://github.com/SUSE/bci/discussions
                        
# 2025-06-18 14:59:32  0.00B 
/bin/sh -c #(nop) COPY dir:f1bf1372d953411776d8a3fe8991099debc3cd6f34a3fc26f8168b1b57ef61d0 in / 
                        
                    

镜像信息

{
    "Id": "sha256:60b9a89f912d5b788242588bf29c6681a2b1ab518d96ae2910dad8c3d9ed7c66",
    "RepoTags": [
        "rancher/rancher-agent:v2.11.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.11.3"
    ],
    "RepoDigests": [
        "rancher/rancher-agent@sha256:531266b8818eb397afac9f510602f8d7b3e06f405b6978ef8ad21c8fa88b2abe",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent@sha256:f5abf416f8adfc5e2fd5146dcceba34af94c9edc4b372ceef0e6eb674cda58c8"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-06-25T22:37:01.145142198Z",
    "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",
            "KUBECTL_VERSION=v1.27.10",
            "AGENT_IMAGE=rancher/rancher-agent:v2.11.3",
            "CATTLE_RANCHER_WEBHOOK_VERSION=106.0.3+up0.7.3",
            "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-06-18T06:59:24.512686946Z",
            "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-SP7:Update:CR/containers/51695b9f0ac1c2e9a7b2139f748b7ae5-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.7-42.1",
            "com.suse.bci.micro.reference": "registry.suse.com/bci/bci-micro:15.7-42.1",
            "com.suse.bci.micro.release-stage": "released",
            "com.suse.bci.micro.source": "https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/51695b9f0ac1c2e9a7b2139f748b7ae5/",
            "com.suse.bci.micro.supportlevel": "l3",
            "com.suse.bci.micro.title": "SLE BCI 15 SP7 Micro",
            "com.suse.bci.micro.until": "2031-07-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.7-42.1",
            "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": "2031-07-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.3/README.md",
            "io.cattle.agent": "true",
            "org.openbuildservice.disturl": "obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/51695b9f0ac1c2e9a7b2139f748b7ae5-micro-image",
            "org.opencontainers.image.authors": "https://github.com/SUSE/bci/discussions",
            "org.opencontainers.image.base.digest": "sha256:626120961c7a8016733514e970276dec30ade811d4f93e3382a3caac36480ef4",
            "org.opencontainers.image.base.name": "registry.suse.com/bci/bci-base:15.7",
            "org.opencontainers.image.created": "2025-06-25T22:31:12.754Z",
            "org.opencontainers.image.description": "Complete container management platform",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.ref.name": "15.7-42.1",
            "org.opencontainers.image.revision": "720f41283e103fb41b03b22f001401cdf1ab60c5",
            "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.3",
            "org.opensuse.reference": "rancher/rancher-agent:v2.11.3"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1637896455,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/a526c0e29001f878d6877510fc4a4ff90c6a67a4e5c384838ffeff8b4de687f4/diff:/var/lib/docker/overlay2/ecab071a99993a57c913e337565a473e25d8108f1b842eccb2cdd22bb27b5db4/diff:/var/lib/docker/overlay2/537b7de01e018fa687b18eb892b5d91849d231363fc08f2ad1526caabcaeb1cf/diff:/var/lib/docker/overlay2/b327d4269aceab626967fb133f667509f6c8b18676c42cb81f2ffb8e27ba640b/diff:/var/lib/docker/overlay2/6da76938348a6b88f079fdde44b5c45b6a91d6311230639ebf585f9a4681cf55/diff:/var/lib/docker/overlay2/2627121d6baa8921282263968a7b157491e2fec2aaa5b66ad8cc253fdd1e57de/diff:/var/lib/docker/overlay2/759abe71b9b54c0bce5f59c08d4ac1b3942e80502946e1783317984603ecea3b/diff:/var/lib/docker/overlay2/4d5cef0d85f8ff1603f631c57112b5747d9259920b26f9baf56b3f36c9d6800b/diff:/var/lib/docker/overlay2/545a70504ad465fa79e274e8e94f678e61852ccfe26e6aadb8f329c3ce03ca96/diff:/var/lib/docker/overlay2/f6654baa91af411e6670679c6e8ac0dc4b689c8e75d74923adc7531fb7febbc4/diff:/var/lib/docker/overlay2/18c3014cd19c878db208137a915e89bbd203a741f6d728b3cbf89a5b28f8fadb/diff:/var/lib/docker/overlay2/f4d4aaa3407b73f78fe99af72efec32fb23581fc587279b7d7575dd3a96cee2c/diff",
            "MergedDir": "/var/lib/docker/overlay2/e5b88bb4b4f8d910766f390fc6407dca73c115eb290c670e763da022f9a3e061/merged",
            "UpperDir": "/var/lib/docker/overlay2/e5b88bb4b4f8d910766f390fc6407dca73c115eb290c670e763da022f9a3e061/diff",
            "WorkDir": "/var/lib/docker/overlay2/e5b88bb4b4f8d910766f390fc6407dca73c115eb290c670e763da022f9a3e061/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a2c74b84fe94a3e00099e6dead9682c624b599e756564446d8b6816d1eab5d21",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:e09ab87db881c3d76d5cf67d92ae33c71f36961d2dd45e60a21af2b72136b045",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:ee4dc1bdd2f55f6a3a5ba3861d3d7a2ca2662c6e1336bc50a98774156310a271",
            "sha256:3e8d93700bacd10afdf5584819ba30613a1a4e1b94835d61b52298fba50fcf87",
            "sha256:e09db20199f1b73b7dab8f888896bdba9cce94d8d4e52c179ef02b8b5ea8fb01",
            "sha256:7b710297202b4e26ce093b77c15310a59701413eedd5471dee0e545453b9794c",
            "sha256:09b451661b20ba9d6f1638319322facb385231a0fbefb246433c15eb2540e2fd",
            "sha256:aa9a705fae3c39ae1ef833f32126478aaef32bd26dec6e4244f6032dfa2115f1",
            "sha256:91abf3f6e56ef35a9164691aeccee2018dd862fb10d29311461e1a4eb4c164dd",
            "sha256:86a4846e73d8f6be0f4483e73e85b9df7f2348eb51a3536788afd986afb4a58d",
            "sha256:56e38746d5992e660489d52105b1b53102a7358fd0f35bc1af7923b53e860ad3"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-11T10:55:31.926126304+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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