广告图片

docker.io/rancher/system-agent-installer-rancher:v2.13.1 linux/amd64

docker.io/rancher/system-agent-installer-rancher:v2.13.1 - 国内下载镜像源 浏览次数:10 安全受验证的发布者-Rancher

该镜像为Rancher系统代理安装器,用于在集群节点上安装Rancher系统代理,支持Rancher对节点进行配置管理、升级等操作,是Rancher集群部署与维护的重要组件。

源镜像 docker.io/rancher/system-agent-installer-rancher:v2.13.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/system-agent-installer-rancher:v2.13.1
镜像ID sha256:e16c2c98431830e53afd353552e1353573649707c2f82554cf62c33393c6213b
镜像TAG v2.13.1
大小 60.23MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口
工作目录 /
OS/平台 linux/amd64
浏览量 10 次
贡献者
镜像创建 2025-12-18T23:44:56.822159159Z
同步时间 2026-04-12 10:04
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
2025-12-18T23:44:34.346Z: org.opencontainers.image.created Complete container management platform: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 4c2e04b310799e106c48d7e36f544f5e33b22f0a: 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 v2.13.1: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#rancher/system-agent-installer-rancher:v2.13.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/system-agent-installer-rancher:v2.13.1#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-12-19 07:44:56  138.00B 复制新文件或目录到容器中
COPY package/installer-run.sh /run.sh # buildkit
                        
# 2025-12-19 07:44:56  19.03KB 复制新文件或目录到容器中
COPY /src/bin/chart/*/*.tgz / # buildkit
                        
# 2025-12-19 07:44:56  60.21MB 复制新文件或目录到容器中
COPY /usr/bin/helm_v3 /helm # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:e16c2c98431830e53afd353552e1353573649707c2f82554cf62c33393c6213b",
    "RepoTags": [
        "rancher/system-agent-installer-rancher:v2.13.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/system-agent-installer-rancher:v2.13.1"
    ],
    "RepoDigests": [
        "rancher/system-agent-installer-rancher@sha256:4720457c44fb218992e6de0d2c841c567fa5f467f268bcfcad39a543fc9fd49c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/system-agent-installer-rancher@sha256:4e3314bc55c526047a9116464a74c7d760d7bc458adc8961b56f68f81eeef0e9"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-12-18T23:44:56.822159159Z",
    "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"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-12-18T23:44:34.346Z",
            "org.opencontainers.image.description": "Complete container management platform",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "4c2e04b310799e106c48d7e36f544f5e33b22f0a",
            "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.version": "v2.13.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 60230551,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/3eec8b467cc24bee2cf21bd4782fe9cca600fb1fdcb7538864df989c1a4e2339/diff:/var/lib/docker/overlay2/70bfc1de91a80e814ed1fa04423847e310c5eac4f24df3ab993f2017301c05f1/diff",
            "MergedDir": "/var/lib/docker/overlay2/738b51948cc730cca58cb81d32f17b331b9d904f444e88bd9e34da3fdaf8d647/merged",
            "UpperDir": "/var/lib/docker/overlay2/738b51948cc730cca58cb81d32f17b331b9d904f444e88bd9e34da3fdaf8d647/diff",
            "WorkDir": "/var/lib/docker/overlay2/738b51948cc730cca58cb81d32f17b331b9d904f444e88bd9e34da3fdaf8d647/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:b19d081650bedad4d15085f29248b863e129ebd2eecac99d0ff98352a96b4ef6",
            "sha256:3b51ba4478353f8baf6427873b2e90304439e1c6f15293034dfa4c743b50ce58",
            "sha256:556cc374017a830b47125deb37dcf789e8dfb93a6b4eedec44d3a439584130f8"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-12T10:04:29.588037738+08:00"
    }
}

更多版本

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

linux/amd64 docker.io60.23MB2026-04-12 10:04
9