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

docker.io/rancher/rancher-agent:v2.12.1 - 国内下载镜像源 浏览次数:11 安全受验证的发布者-Rancher
Rancher Agent 是一个用于在 Kubernetes 集群中运行 Rancher 的容器化代理。该代理负责将 Container Network Interface (CNI) 和 Service Network Interface (SNI) 配置为 Pod 可以访问的网络接口,使得Pod可以正确地访问外部服务。
源镜像 docker.io/rancher/rancher-agent:v2.12.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.12.1
镜像ID sha256:0d42704aaa7ba142d446064e4d10c414da542a7a2aacf16530fb129e4e83d3a6
镜像TAG v2.12.1
大小 777.77MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 run.sh
工作目录 /var/lib/rancher
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2025-08-28T23:02:01.693952713Z
同步时间 2025-09-02 17:43
更新时间 2025-09-02 22:00
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin KUBECTL_VERSION=v1.33.1 AGENT_IMAGE=rancher/rancher-agent:v2.12.1 CATTLE_RANCHER_WEBHOOK_VERSION=107.0.1+up0.8.1 CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=107.0.0+up0.8.0 SSL_CERT_DIR=/etc/kubernetes/ssl/certs
镜像标签
https://github.com/SUSE/bci/discussions: com.suse.bci.micro.authors 2025-08-25T22:33:28.230369000Z: 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/ee25f9d514500ca51676b3e45de756db-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-46.16: com.suse.bci.micro.name registry.suse.com/bci/bci-micro:15.7-46.16: com.suse.bci.micro.reference released: com.suse.bci.micro.release-stage https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/ee25f9d514500ca51676b3e45de756db/: 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-46.16: 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.12.1/README.md: io.artifacthub.package.readme-url true: io.cattle.agent obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/ee25f9d514500ca51676b3e45de756db-micro-image: org.openbuildservice.disturl https://github.com/SUSE/bci/discussions: org.opencontainers.image.authors sha256:6d58784f25ab2a6683cd03e5c220cdb204e4d82db4b49ea1b4635dbd52b60a5b: org.opencontainers.image.base.digest registry.suse.com/bci/bci-base:15.7: org.opencontainers.image.base.name 2025-08-28T22:54:01.265Z: org.opencontainers.image.created Complete container management platform: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 15.7-46.16: org.opencontainers.image.ref.name ed376a3297314acae1206629dadd35c63e77c285: 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.12.1: org.opencontainers.image.version rancher/rancher-agent:v2.12.1: org.opensuse.reference

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-08-29 07:02:01  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["run.sh"]
                        
# 2025-08-29 07:02: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.12.1/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.12.1 org.opensuse.reference=rancher/rancher-agent:v2.12.1
                        
# 2025-08-29 07:02:01  0.00B 设置工作目录为/var/lib/rancher
WORKDIR /var/lib/rancher
                        
# 2025-08-29 07:02:01  12.01KB 复制新文件或目录到容器中
COPY package/loglevel package/run.sh package/kubectl-shell.sh package/shell-setup.sh /usr/bin/ # buildkit
                        
# 2025-08-29 07:02:01  275.73MB 复制新文件或目录到容器中
COPY /app/agent /usr/bin/ # buildkit
                        
# 2025-08-29 06:55:08  24.06KB 复制新文件或目录到容器中
COPY /usr/bin/tini /usr/bin/ # buildkit
                        
# 2025-08-29 06:55:08  1.26MB 复制新文件或目录到容器中
COPY /var/lib/rancher-data/driver-metadata/data.json /var/lib/rancher-data/driver-metadata/data.json # buildkit
                        
# 2025-08-29 06:55:08  31.41MB 复制新文件或目录到容器中
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-08-29 06:55:08  205.46MB 复制新文件或目录到容器中
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-08-29 06:55:04  58.89MB 复制新文件或目录到容器中
COPY /var/lib/rancher-data/local-catalogs/v2/rancher-charts/4b40cac650031b74776e87c1a726b0484d0877c3ec137da0872547ff9b73a721 /var/lib/rancher-data/local-catalogs/v2/rancher-charts/4b40cac650031b74776e87c1a726b0484d0877c3ec137da0872547ff9b73a721 # buildkit
                        
# 2025-08-29 06:55:02  0.00B 设置环境变量 SSL_CERT_DIR
ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
                        
# 2025-08-29 06:55:02  0.00B 设置环境变量 CATTLE_RANCHER_PROVISIONING_CAPI_VERSION
ENV CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=107.0.0+up0.8.0
                        
# 2025-08-29 06:55:02  0.00B 定义构建参数
ARG CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=107.0.0+up0.8.0
                        
# 2025-08-29 06:55:02  0.00B 设置环境变量 CATTLE_RANCHER_WEBHOOK_VERSION
ENV CATTLE_RANCHER_WEBHOOK_VERSION=107.0.1+up0.8.1
                        
# 2025-08-29 06:55:02  0.00B 定义构建参数
ARG CATTLE_RANCHER_WEBHOOK_VERSION=107.0.1+up0.8.1
                        
# 2025-08-29 06:55:02  0.00B 设置环境变量 AGENT_IMAGE
ENV AGENT_IMAGE=rancher/rancher-agent:v2.12.1
                        
# 2025-08-29 06:55:02  0.00B 定义构建参数
ARG VERSION=v2.12.1
                        
# 2025-08-29 06:55:02  0.00B 定义构建参数
ARG RANCHER_REPO=rancher
                        
# 2025-08-29 06:55:02  0.00B 添加元数据标签
LABEL io.cattle.agent=true
                        
# 2025-08-29 06:55:02  60.12MB 执行命令并创建新的镜像层
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
                        
# 2025-08-29 06:55:02  0.00B 设置环境变量 KUBECTL_VERSION
ENV KUBECTL_VERSION=v1.33.1
                        
# 2025-08-29 06:55:02  0.00B 定义构建参数
ARG ARCH=amd64
                        
# 2025-08-29 06:55:01  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c /usr/bin/unshare --version &&     /usr/bin/mount --version &&     /usr/bin/umount --version &&     /usr/bin/nsenter --version # buildkit
                        
# 2025-08-29 06:55:01  119.83MB 复制新文件或目录到容器中
COPY /chroot/ / # buildkit
                        
# 2025-08-29 06:54:15  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-08-26 06:33:37  25.03MB 

                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/ee25f9d514500ca51676b3e45de756db-micro-image
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c set -euo pipefail; rm -v /var/cache/ldconfig/aux-cache
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c set -euo pipefail; rm -v /var/lib/zypp/AutoInstalled
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL io.artifacthub.package.logo-url=https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL io.artifacthub.package.readme-url=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/ee25f9d514500ca51676b3e45de756db/README.md
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.base.digest=sha256:6d58784f25ab2a6683cd03e5c220cdb204e4d82db4b49ea1b4635dbd52b60a5b
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.base.name=registry.suse.com/bci/bci-base:15.7
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.release-stage=released
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.release-stage=released
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.eula=sle-bci
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.eula=sle-bci
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.supportlevel.until=2031-07-31
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.until=2031-07-31
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.supportlevel=l3
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.supportlevel=l3
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/ee25f9d514500ca51676b3e45de756db-micro-image
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/ee25f9d514500ca51676b3e45de756db-micro-image
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL org.opensuse.reference=registry.suse.com/bci/bci-micro:15.7-46.16
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.reference=registry.suse.com/bci/bci-micro:15.7-46.16
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=15.7-46.16
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.name=15.7-46.16
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.source=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/ee25f9d514500ca51676b3e45de756db/
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.source=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/ee25f9d514500ca51676b3e45de756db/
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.vendor=SUSE LLC
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.vendor=SUSE LLC
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.created=2025-08-25T22:33:28.230369000Z
                        
# 2025-08-26 06:33:35  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.created=2025-08-25T22:33:28.230369000Z
                        
# 2025-08-26 06:33:35  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.url=https://www.suse.com/products/base-container-images/
                        
# 2025-08-26 06:33:35  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.url=https://www.suse.com/products/base-container-images/
                        
# 2025-08-26 06:33:35  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=15.7-46.16
                        
# 2025-08-26 06:33:35  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.version=15.7-46.16
                        
# 2025-08-26 06:33:35  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.description=A micro environment for containers based on the SLE Base Container Image.
                        
# 2025-08-26 06:33:35  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-08-26 06:33:35  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.title=SLE BCI 15 SP7 Micro
                        
# 2025-08-26 06:33:35  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.title=SLE BCI 15 SP7 Micro
                        
# 2025-08-26 06:33:35  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.authors=https://github.com/SUSE/bci/discussions
                        
# 2025-08-26 06:33:35  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.authors=https://github.com/SUSE/bci/discussions
                        
# 2025-08-26 06:33:35  0.00B 
/bin/sh -c #(nop) COPY dir:cf2c0c840253abe4a50a6afe7449a7bde0959c70f96d5be29e47279aa9ef307a in / 
                        
                    

镜像信息

{
    "Id": "sha256:0d42704aaa7ba142d446064e4d10c414da542a7a2aacf16530fb129e4e83d3a6",
    "RepoTags": [
        "rancher/rancher-agent:v2.12.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent:v2.12.1"
    ],
    "RepoDigests": [
        "rancher/rancher-agent@sha256:76a67c257d58819ada8f066a90effc2ab92e0a5c7d2ab608c1826b5f276265cf",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-agent@sha256:bd592395b93e911c97a1228368d339988255102ddb2eb1a62c4ea4f2d6ac8517"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-08-28T23:02:01.693952713Z",
    "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.33.1",
            "AGENT_IMAGE=rancher/rancher-agent:v2.12.1",
            "CATTLE_RANCHER_WEBHOOK_VERSION=107.0.1+up0.8.1",
            "CATTLE_RANCHER_PROVISIONING_CAPI_VERSION=107.0.0+up0.8.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-08-25T22:33:28.230369000Z",
            "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/ee25f9d514500ca51676b3e45de756db-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-46.16",
            "com.suse.bci.micro.reference": "registry.suse.com/bci/bci-micro:15.7-46.16",
            "com.suse.bci.micro.release-stage": "released",
            "com.suse.bci.micro.source": "https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/ee25f9d514500ca51676b3e45de756db/",
            "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-46.16",
            "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.12.1/README.md",
            "io.cattle.agent": "true",
            "org.openbuildservice.disturl": "obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/ee25f9d514500ca51676b3e45de756db-micro-image",
            "org.opencontainers.image.authors": "https://github.com/SUSE/bci/discussions",
            "org.opencontainers.image.base.digest": "sha256:6d58784f25ab2a6683cd03e5c220cdb204e4d82db4b49ea1b4635dbd52b60a5b",
            "org.opencontainers.image.base.name": "registry.suse.com/bci/bci-base:15.7",
            "org.opencontainers.image.created": "2025-08-28T22:54:01.265Z",
            "org.opencontainers.image.description": "Complete container management platform",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.ref.name": "15.7-46.16",
            "org.opencontainers.image.revision": "ed376a3297314acae1206629dadd35c63e77c285",
            "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.12.1",
            "org.opensuse.reference": "rancher/rancher-agent:v2.12.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 777767094,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/058c0813a845680ff9878c3df6a705717f7bec5c42f613f806c90dea60d39b5c/diff:/var/lib/docker/overlay2/add054e0c8c273d465fc50b8cb38da2d35723fc1241906c2a8176430caca62e0/diff:/var/lib/docker/overlay2/1e8a12d664daffdde06e036a325b867cdf20ea9d15d4a9ab6ec66f019d6b4b44/diff:/var/lib/docker/overlay2/af4a2cae383f94e41d3094f374c05dca09014604859073697de713a7b08022a8/diff:/var/lib/docker/overlay2/3b24907e822d1a3f0ab060a31c5b1332c8264ff7bfe5811f5fa79bcb14923a4f/diff:/var/lib/docker/overlay2/05319971186fd708d1a10fb575b88ca16fd9f724d6727a33a34c2c77b6e21420/diff:/var/lib/docker/overlay2/cf49906e40ab08b142cecc15c3a8ae68fee4be290a417ac13cc2b70724ca419c/diff:/var/lib/docker/overlay2/5f77da27c7ed64f352c2b2da1f180c7321808b29ecea2d4d6881e957881685eb/diff:/var/lib/docker/overlay2/72e1f9e331e914dafec1027af3d141ca2e40d1e1f0b088454e09e2e44e24b528/diff:/var/lib/docker/overlay2/5dedc32b124173e398068ba618024af8ebf77e29ac6f6db9cdb63d40d183bc84/diff:/var/lib/docker/overlay2/ebec8f60d005036d15164317b8ad223317ac8b2ec3bb3fb1c98ce7839c185093/diff:/var/lib/docker/overlay2/9640c41ddca5fc2f717875cbca9af4f14988d363d454741d7de26effad96276d/diff",
            "MergedDir": "/var/lib/docker/overlay2/1d9981b45ea235848c2edfe14e598fa94b354b6fdef624011ee21829ac559966/merged",
            "UpperDir": "/var/lib/docker/overlay2/1d9981b45ea235848c2edfe14e598fa94b354b6fdef624011ee21829ac559966/diff",
            "WorkDir": "/var/lib/docker/overlay2/1d9981b45ea235848c2edfe14e598fa94b354b6fdef624011ee21829ac559966/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:114a54489a1650e44edc08d0a2db6eca64e4ebe2026653fa18d115fb2175d805",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:71e512131acc248476a5ca311dedc1062bfb0fb2980ee62ef1f5c72a94e6e323",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:2c36d5bbc2a6c60466aec1c79c5517a8fc26b1aecfa7bb27fc9dfa0d8b1ae2a1",
            "sha256:79ebca378392246cebd4a2d8d14dc59e68e7be54bcda4a4c08807eae93bc0a0b",
            "sha256:29d77e56119e43bca547d7795630339d6610f3737e94ca5c06ddb38b67900d30",
            "sha256:e618b359ea4a0cf136b9d348f842e46d30ad00fa75da25fac382347515026438",
            "sha256:249e92333b5340d444ab1cca4115e7f32124a48f923e3584912bb6c3831ae2ff",
            "sha256:ab87c1a1f3d7c42ccc78b9d48cd85d19f39690566ac664e29110d83bd917efca",
            "sha256:3457ea76acf6dc20029b1b8838933d26b1800d4414d67a954004a799800f0595",
            "sha256:11ecdbd30f9bb1e7b76e35be570f84a3dd5709846552fbd10611f392eefb02fd",
            "sha256:b35fc5e9cf3c54b9d059492e436e184ea33594d2a091289cdbc738639554d3ed"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-02T17:42:43.0519456+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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