广告图片

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

docker.io/rancher/rancher-agent:v2.13.3 - 国内下载镜像源 浏览次数:11 安全受验证的发布者-Rancher
Rancher Agent 是一个用于在 Kubernetes 集群中运行 Rancher 的容器化代理。该代理负责将 Container Network Interface (CNI) 和 Service Network Interface (SNI) 配置为 Pod 可以访问的网络接口,使得Pod可以正确地访问外部服务。
源镜像 docker.io/rancher/rancher-agent:v2.13.3
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.13.3
镜像ID sha256:68f8fd9898130cfba719fd3151692334f1868605a7761c39f46e984672eddbe6
镜像TAG v2.13.3
大小 880.80MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 run.sh
工作目录 /var/lib/rancher
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2026-02-25T19:30:29.390050956Z
同步时间 2026-04-08 19:15
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin KUBECTL_VERSION=v1.34.2 AGENT_IMAGE=rancher/rancher-agent:v2.13.3 CATTLE_RANCHER_WEBHOOK_VERSION=108.0.3+up0.9.3 CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=108.0.0+up0.9.0 CATTLE_RANCHER_TURTLES_VERSION=108.0.4+up0.25.4 SSL_CERT_DIR=/etc/kubernetes/ssl/certs
镜像标签
https://github.com/SUSE/bci/discussions: com.suse.bci.micro.authors 2026-02-03T18:28:25.674430890Z: com.suse.bci.micro.created A micro environment for containers based on the SUSE Linux Enterprise Base Container Image.: com.suse.bci.micro.description obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/e9c2bec9910d8133b736eb262ccc1510-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-55.3: com.suse.bci.micro.name registry.suse.com/bci/bci-micro:15.7-55.3: com.suse.bci.micro.reference released: com.suse.bci.micro.release-stage https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/e9c2bec9910d8133b736eb262ccc1510/: 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-55.3: 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.13.3/README.md: io.artifacthub.package.readme-url true: io.cattle.agent obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/e9c2bec9910d8133b736eb262ccc1510-micro-image: org.openbuildservice.disturl https://github.com/SUSE/bci/discussions: org.opencontainers.image.authors 2026-02-25T19:21:19.384Z: org.opencontainers.image.created Complete container management platform: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 15.7-55.3: org.opencontainers.image.ref.name 0ce54ba2a45d79e7a51ce6b35ccfd353413ab352: 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.13.3: org.opencontainers.image.version rancher/rancher-agent:v2.13.3: org.opensuse.reference

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2026-02-26 03:30:29  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["run.sh"]
                        
# 2026-02-26 03:30:29  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.13.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.13.3 org.opensuse.reference=rancher/rancher-agent:v2.13.3
                        
# 2026-02-26 03:30:29  0.00B 设置工作目录为/var/lib/rancher
WORKDIR /var/lib/rancher
                        
# 2026-02-26 03:30:29  12.01KB 复制新文件或目录到容器中
COPY package/loglevel package/run.sh package/kubectl-shell.sh package/shell-setup.sh /usr/bin/ # buildkit
                        
# 2026-02-26 03:30:29  284.88MB 复制新文件或目录到容器中
COPY /app/agent /usr/bin/ # buildkit
                        
# 2026-02-26 03:22:39  24.06KB 复制新文件或目录到容器中
COPY /usr/bin/tini /usr/bin/ # buildkit
                        
# 2026-02-26 03:22:38  1.50MB 复制新文件或目录到容器中
COPY /var/lib/rancher-data/driver-metadata/data.json /var/lib/rancher-data/driver-metadata/data.json # buildkit
                        
# 2026-02-26 03:22:38  44.60MB 复制新文件或目录到容器中
COPY /var/lib/rancher-data/local-catalogs/v2/rancher-rke2-charts/675f1b63a0a83905972dcab2794479ed599a6f41b86cd6193d69472d0fa889c9 /var/lib/rancher-data/local-catalogs/v2/rancher-rke2-charts/675f1b63a0a83905972dcab2794479ed599a6f41b86cd6193d69472d0fa889c9 # buildkit
                        
# 2026-02-26 03:22:38  270.45MB 复制新文件或目录到容器中
COPY /var/lib/rancher-data/local-catalogs/v2/rancher-partner-charts/8f17acdce9bffd6e05a58a3798840e408c4ea71783381ecd2e9af30baad65974 /var/lib/rancher-data/local-catalogs/v2/rancher-partner-charts/8f17acdce9bffd6e05a58a3798840e408c4ea71783381ecd2e9af30baad65974 # buildkit
                        
# 2026-02-26 03:22:33  71.80MB 复制新文件或目录到容器中
COPY /var/lib/rancher-data/local-catalogs/v2/rancher-charts/4b40cac650031b74776e87c1a726b0484d0877c3ec137da0872547ff9b73a721 /var/lib/rancher-data/local-catalogs/v2/rancher-charts/4b40cac650031b74776e87c1a726b0484d0877c3ec137da0872547ff9b73a721 # buildkit
                        
# 2026-02-26 03:22:06  0.00B 设置环境变量 SSL_CERT_DIR
ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
                        
# 2026-02-26 03:22:06  0.00B 设置环境变量 CATTLE_RANCHER_TURTLES_VERSION
ENV CATTLE_RANCHER_TURTLES_VERSION=108.0.4+up0.25.4
                        
# 2026-02-26 03:22:06  0.00B 定义构建参数
ARG CATTLE_RANCHER_TURTLES_VERSION=108.0.4+up0.25.4
                        
# 2026-02-26 03:22:06  0.00B 设置环境变量 CATTLE_RANCHER_PROVISIONING_CAPI_VERSION
ENV CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=108.0.0+up0.9.0
                        
# 2026-02-26 03:22:06  0.00B 定义构建参数
ARG CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=108.0.0+up0.9.0
                        
# 2026-02-26 03:22:06  0.00B 设置环境变量 CATTLE_RANCHER_WEBHOOK_VERSION
ENV CATTLE_RANCHER_WEBHOOK_VERSION=108.0.3+up0.9.3
                        
# 2026-02-26 03:22:06  0.00B 定义构建参数
ARG CATTLE_RANCHER_WEBHOOK_VERSION=108.0.3+up0.9.3
                        
# 2026-02-26 03:22:06  0.00B 设置环境变量 AGENT_IMAGE
ENV AGENT_IMAGE=rancher/rancher-agent:v2.13.3
                        
# 2026-02-26 03:22:06  0.00B 定义构建参数
ARG VERSION=v2.13.3
                        
# 2026-02-26 03:22:06  0.00B 定义构建参数
ARG RANCHER_REPO=rancher
                        
# 2026-02-26 03:22:06  0.00B 添加元数据标签
LABEL io.cattle.agent=true
                        
# 2026-02-26 03:22:06  60.56MB 执行命令并创建新的镜像层
RUN |1 ARCH=amd64 /bin/sh -c curl -sLf https://dl.k8s.io/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl &&     chmod +x /usr/bin/kubectl # buildkit
                        
# 2026-02-26 03:22:06  0.00B 设置环境变量 KUBECTL_VERSION
ENV KUBECTL_VERSION=v1.34.2
                        
# 2026-02-26 03:22:06  0.00B 定义构建参数
ARG ARCH=amd64
                        
# 2026-02-26 03:22:05  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c /usr/bin/unshare --version &&     /usr/bin/mount --version &&     /usr/bin/umount --version &&     /usr/bin/nsenter --version # buildkit
                        
# 2026-02-26 03:22:05  121.89MB 复制新文件或目录到容器中
COPY /chroot/ / # buildkit
                        
# 2026-02-26 03:21:33  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
                        
# 2026-02-04 02:28:35  25.09MB 

                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/e9c2bec9910d8133b736eb262ccc1510-micro-image
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c set -euo pipefail; rm -vf /var/cache/ldconfig/aux-cache
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c set -euo pipefail; rm -vf /var/lib/zypp/AutoInstalled
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL io.artifacthub.package.logo-url=https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL io.artifacthub.package.readme-url=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/e9c2bec9910d8133b736eb262ccc1510/README.md
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.release-stage=released
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.release-stage=released
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.eula=sle-bci
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.eula=sle-bci
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.supportlevel.until=2031-07-31
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.until=2031-07-31
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.supportlevel=l3
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.supportlevel=l3
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/e9c2bec9910d8133b736eb262ccc1510-micro-image
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/e9c2bec9910d8133b736eb262ccc1510-micro-image
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL org.opensuse.reference=registry.suse.com/bci/bci-micro:15.7-55.3
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.reference=registry.suse.com/bci/bci-micro:15.7-55.3
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=15.7-55.3
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.name=15.7-55.3
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.source=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/e9c2bec9910d8133b736eb262ccc1510/
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.source=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/e9c2bec9910d8133b736eb262ccc1510/
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.vendor=SUSE LLC
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.vendor=SUSE LLC
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.created=2026-02-03T18:28:25.674430890Z
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.created=2026-02-03T18:28:25.674430890Z
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.url=https://www.suse.com/products/base-container-images/
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.url=https://www.suse.com/products/base-container-images/
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=15.7-55.3
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.version=15.7-55.3
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.description=A micro environment for containers based on the SUSE Linux Enterprise Base Container Image.
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.description=A micro environment for containers based on the SUSE Linux Enterprise Base Container Image.
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.title=SLE BCI 15 SP7 Micro
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.title=SLE BCI 15 SP7 Micro
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.authors=https://github.com/SUSE/bci/discussions
                        
# 2026-02-04 02:28:34  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.authors=https://github.com/SUSE/bci/discussions
                        
# 2026-02-04 02:28:33  0.00B 
/bin/sh -c #(nop) COPY dir:4bcab695613b38c80199f9f622b45019426332ba748fed6f8f0fc639ac870e85 in / 
                        
                    

镜像信息

{
    "Id": "sha256:68f8fd9898130cfba719fd3151692334f1868605a7761c39f46e984672eddbe6",
    "RepoTags": [
        "rancher/rancher-agent:v2.13.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.13.3"
    ],
    "RepoDigests": [
        "rancher/rancher-agent@sha256:1898876ab36c047fdc4fe9d64dc3820be5e7c8ab301554e4f266b19e1870b4a3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent@sha256:c42668c9c73bd31aae04df89f4813cb0460a9a40b99eda6cd6f1aebeeb41efe9"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-25T19:30:29.390050956Z",
    "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.34.2",
            "AGENT_IMAGE=rancher/rancher-agent:v2.13.3",
            "CATTLE_RANCHER_WEBHOOK_VERSION=108.0.3+up0.9.3",
            "CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=108.0.0+up0.9.0",
            "CATTLE_RANCHER_TURTLES_VERSION=108.0.4+up0.25.4",
            "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": "2026-02-03T18:28:25.674430890Z",
            "com.suse.bci.micro.description": "A micro environment for containers based on the SUSE Linux Enterprise Base Container Image.",
            "com.suse.bci.micro.disturl": "obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/e9c2bec9910d8133b736eb262ccc1510-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-55.3",
            "com.suse.bci.micro.reference": "registry.suse.com/bci/bci-micro:15.7-55.3",
            "com.suse.bci.micro.release-stage": "released",
            "com.suse.bci.micro.source": "https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/e9c2bec9910d8133b736eb262ccc1510/",
            "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-55.3",
            "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.13.3/README.md",
            "io.cattle.agent": "true",
            "org.openbuildservice.disturl": "obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/e9c2bec9910d8133b736eb262ccc1510-micro-image",
            "org.opencontainers.image.authors": "https://github.com/SUSE/bci/discussions",
            "org.opencontainers.image.created": "2026-02-25T19:21:19.384Z",
            "org.opencontainers.image.description": "Complete container management platform",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.ref.name": "15.7-55.3",
            "org.opencontainers.image.revision": "0ce54ba2a45d79e7a51ce6b35ccfd353413ab352",
            "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.13.3",
            "org.opensuse.reference": "rancher/rancher-agent:v2.13.3"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 880803681,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/e47d05d675fdc873aabf844459ed20e7f1ded48bbb99238a46e6cfafc48b3bed/diff:/var/lib/docker/overlay2/ae08f3989944eb901a47395a9b51094b0a3e6f97758bfd07a52889a03fb7e45a/diff:/var/lib/docker/overlay2/6b78d372c5389385063765ca62d288cd27572fd716e4aa03e30eeb121dcdc7a6/diff:/var/lib/docker/overlay2/3f0d1409d0ba8ab72c9f93c2b3b20eca3504933339fd40160e80f49ee225b696/diff:/var/lib/docker/overlay2/5a8c6e79f2bb5f89a4e5d8e3146b3c0fc7bc74897d7d31fef96a41f75e0a14cb/diff:/var/lib/docker/overlay2/8f73d47c07ed0f8d876be7b73e49e0a65234226d64eb60c7f284ffac9616ca7d/diff:/var/lib/docker/overlay2/197eb6eacc6ba1645b1cbe4ea43983c2d38025cd6fabd832b2e911d9f56d052e/diff:/var/lib/docker/overlay2/319fdd2b4c647d3fc283753d716d829b1b9cb99b3ad4eb7b86ba0281bcfad720/diff:/var/lib/docker/overlay2/9ef1b5a67cdba8de05762f596c63d119794efe3f95bec8961cb059764496260a/diff:/var/lib/docker/overlay2/0a27c547f83f866037b741c4e3c74bc57878a742b7db03b2cf3abad054f06ba9/diff:/var/lib/docker/overlay2/d44ded12f1cddef0e8a728187ea5ef424f8d9add93e9c84e7f9d1737dc848826/diff:/var/lib/docker/overlay2/7d94c90d30384af7b78f62d7e0e08e071b0867681d52574c314972fba1a846ba/diff",
            "MergedDir": "/var/lib/docker/overlay2/99a131e1a47691969033d53a2ff2c3948bd554101b12808dfcc3ea4e299cb560/merged",
            "UpperDir": "/var/lib/docker/overlay2/99a131e1a47691969033d53a2ff2c3948bd554101b12808dfcc3ea4e299cb560/diff",
            "WorkDir": "/var/lib/docker/overlay2/99a131e1a47691969033d53a2ff2c3948bd554101b12808dfcc3ea4e299cb560/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:be3a340be90d280901127db8aeaa4683f2f4bad168e815e60f21136d1e918d68",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:1e58cfd6975960b4b08dbd36b03d768821c636a9d09ec6cb6e1c38175f936127",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:102f1add38923857d4a329ea546cac4c7034e51bfea65223b429ac418675696a",
            "sha256:ca926db1ee7023f3bf7de38147f723d63d9285146bcf033f9c0adadb41a8d432",
            "sha256:33cee40baa59588878a41314cfeda40fa4c58cab8fd0b60f333b9e6f732a87c5",
            "sha256:f6ed0842bb7a1afad5dddeabb30019c324d8a67ac3b056c5f11cef0ee8ffdf2e",
            "sha256:6425ee4324629a18e50f1cd3df79d884f1e4120a3a68e90a3d4487369dea19b7",
            "sha256:32224e3bfa6bc2ba173c5098e396731321f289826343d39b30c0a935999fceac",
            "sha256:a686a595fd23f85492492d58322a776c2db36f0f00c32cc71d01dd6fef9e7d39",
            "sha256:e1625caa654d36c84ed935ae7d481403f0a4d7414e6b6c56895875cce7fd6279",
            "sha256:204c2c121f52890387b87f8e663f863d4228a157bd296afad078a34e11be5044"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-08T19:14:06.904558908+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/amd64 docker.io806.44MB2025-11-06 14:29
322

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

linux/amd64 docker.io578.90MB2025-12-02 22:42
154

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

linux/amd64 docker.io836.45MB2025-12-17 23:33
224

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

linux/amd64 docker.io847.18MB2026-01-09 16:15
215

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

linux/amd64 docker.io880.80MB2026-04-08 19:15
10