docker.io/rancher/system-agent:v0.3.12-suc linux/amd64

docker.io/rancher/system-agent:v0.3.12-suc - 国内下载镜像源 浏览次数:15 安全受验证的发布者-Rancher

这是一个Rancher系统代理的Docker镜像。它用于将Docker主机连接到Rancher管理平台,以便Rancher能够监控和管理这些主机上的容器和Kubernetes集群。

源镜像 docker.io/rancher/system-agent:v0.3.12-suc
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/system-agent:v0.3.12-suc
镜像ID sha256:2e00c1952a22cc6bf2b1f15316ff92c474274f316807e46b7c0f7343c9a90207
镜像TAG v0.3.12-suc
大小 208.36MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /opt/rancher-system-agent-suc/run.sh
工作目录
OS/平台 linux/amd64
浏览量 15 次
贡献者
镜像创建 2025-03-27T19:49:04.640682358Z
同步时间 2025-06-02 23:31
更新时间 2025-06-04 08:26
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CATTLE_AGENT_VAR_DIR=/var/lib/rancher/agent
镜像标签
https://github.com/SUSE/bci/discussions: com.suse.bci.micro.authors 2025-02-18T15:36:18.078623233Z: 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.2: com.suse.bci.micro.name registry.suse.com/bci/bci-micro:15.6.30.2: 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.2: 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://opensource.suse.com/bci/SLE_BCI_logomark_green.svg: io.artifacthub.package.logo-url https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/4dff20f436d0a27c61d0bc502dd3b085//README.md: io.artifacthub.package.readme-url 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-02-18T15:36:18.078623233Z: org.opencontainers.image.created A micro environment for containers based on the SLE Base Container Image.: org.opencontainers.image.description 15.6.30.2: org.opencontainers.image.ref.name https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/4dff20f436d0a27c61d0bc502dd3b085/: org.opencontainers.image.source SLE BCI 15 SP6 Micro: org.opencontainers.image.title https://www.suse.com/products/base-container-images/: org.opencontainers.image.url SUSE LLC: org.opencontainers.image.vendor 15.6.30.2: org.opencontainers.image.version registry.suse.com/bci/bci-micro:15.6.30.2: org.opensuse.reference

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/system-agent:v0.3.12-suc
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/system-agent:v0.3.12-suc  docker.io/rancher/system-agent:v0.3.12-suc

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/system-agent:v0.3.12-suc
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/system-agent:v0.3.12-suc  docker.io/rancher/system-agent:v0.3.12-suc

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-03-28 03:49:04  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/opt/rancher-system-agent-suc/run.sh"]
                        
# 2025-03-28 03:49:04  54.25MB 执行命令并创建新的镜像层
RUN /bin/sh -c chmod +x /opt/rancher-system-agent-suc/rancher-system-agent # buildkit
                        
# 2025-03-28 03:49:04  2.00KB 复制新文件或目录到容器中
COPY package/suc/run.sh /opt/rancher-system-agent-suc/run.sh # buildkit
                        
# 2025-03-28 03:49:04  54.25MB 复制新文件或目录到容器中
COPY bin/rancher-system-agent /opt/rancher-system-agent-suc # buildkit
                        
# 2025-03-28 03:49:04  2.57KB 复制新文件或目录到容器中
COPY system-agent-uninstall.sh /opt/rancher-system-agent-suc/system-agent-uninstall.sh # buildkit
                        
# 2025-03-28 03:49:04  33.44KB 复制新文件或目录到容器中
COPY install.sh /opt/rancher-system-agent-suc/install.sh # buildkit
                        
# 2025-03-28 03:49:04  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /opt/rancher-system-agent-suc # buildkit
                        
# 2025-03-28 03:49:04  0.00B 设置环境变量 CATTLE_AGENT_VAR_DIR
ENV CATTLE_AGENT_VAR_DIR=/var/lib/rancher/agent
                        
# 2025-03-28 03:49:04  73.42MB 复制新文件或目录到容器中
COPY /chroot/ / # buildkit
                        
# 2025-02-18 23:36:22  26.41MB 
KIWI 9.24.43
                        
                    

镜像信息

{
    "Id": "sha256:2e00c1952a22cc6bf2b1f15316ff92c474274f316807e46b7c0f7343c9a90207",
    "RepoTags": [
        "rancher/system-agent:v0.3.12-suc",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/system-agent:v0.3.12-suc"
    ],
    "RepoDigests": [
        "rancher/system-agent@sha256:26d117ccba8c5bcba0523735ecab7fc1ff8fced74b1efec71cc5e3896095f866",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/system-agent@sha256:68b519603fc279224c28853a5dee7a1ec102e8ce4fd199505540a7300b32c589"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-03-27T19:49:04.640682358Z",
    "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",
            "CATTLE_AGENT_VAR_DIR=/var/lib/rancher/agent"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/opt/rancher-system-agent-suc/run.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "com.suse.bci.micro.authors": "https://github.com/SUSE/bci/discussions",
            "com.suse.bci.micro.created": "2025-02-18T15:36:18.078623233Z",
            "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.2",
            "com.suse.bci.micro.reference": "registry.suse.com/bci/bci-micro:15.6.30.2",
            "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.2",
            "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://opensource.suse.com/bci/SLE_BCI_logomark_green.svg",
            "io.artifacthub.package.readme-url": "https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/4dff20f436d0a27c61d0bc502dd3b085//README.md",
            "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-02-18T15:36:18.078623233Z",
            "org.opencontainers.image.description": "A micro environment for containers based on the SLE Base Container Image.",
            "org.opencontainers.image.ref.name": "15.6.30.2",
            "org.opencontainers.image.source": "https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/4dff20f436d0a27c61d0bc502dd3b085/",
            "org.opencontainers.image.title": "SLE BCI 15 SP6 Micro",
            "org.opencontainers.image.url": "https://www.suse.com/products/base-container-images/",
            "org.opencontainers.image.vendor": "SUSE LLC",
            "org.opencontainers.image.version": "15.6.30.2",
            "org.opensuse.reference": "registry.suse.com/bci/bci-micro:15.6.30.2"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 208364166,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/a765069115db12e710c4a4575a130863f176f35dad96bbe4f47516061fbe0081/diff:/var/lib/docker/overlay2/15c3e796ed730c3897cdf2907ae6ed9d3eca0bef0f7facb47d08eee280e062aa/diff:/var/lib/docker/overlay2/48b2d0c7b7cd823cc32f8d00d62d35bd31ac2742de71e30526aa6f9a2d32260f/diff:/var/lib/docker/overlay2/88a13cb82765403db01895cbf6d0d61ddc9ddd4a0f75fc9ed9711c6464ca4146/diff:/var/lib/docker/overlay2/c60970c0bde590e19d533c6d26c4665496d6e5f85f1c4cb3cb85a160f8feb6a0/diff:/var/lib/docker/overlay2/2594c4e4cfc5964585f970ede96e26e26b20abd0f2d611dee33a02080fba6576/diff:/var/lib/docker/overlay2/709266b73cd9e2b8e4366fdd0bf4458a4dcffb67d0d277cf77697f273ddd364a/diff",
            "MergedDir": "/var/lib/docker/overlay2/1996509baca73d32d8cb8265b9c3c7f566a4e21218ed5f56a4052630e5e16749/merged",
            "UpperDir": "/var/lib/docker/overlay2/1996509baca73d32d8cb8265b9c3c7f566a4e21218ed5f56a4052630e5e16749/diff",
            "WorkDir": "/var/lib/docker/overlay2/1996509baca73d32d8cb8265b9c3c7f566a4e21218ed5f56a4052630e5e16749/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:37676902ccdfe9382454a78a55b1fdf3290ccce005c714700b05384e59cb5b38",
            "sha256:04d2821593e14d41aeef622fec0fef3966f0b123c2f89f13e1b61e660165729c",
            "sha256:77ec817596ea51c2460d29404d2cc7ae4fca216939dc8e9570195f73f9bcb106",
            "sha256:ddb95ad5de0d00f6e79ef49bff8a3a3c1b2d62b427039af43981518f1879c56e",
            "sha256:fa0c2224a170f140b97b57391f7e36a6ada5f3288d8a3838bd5c894b6896e12c",
            "sha256:136783d7845c0eec6bc8f2e97ef3876ae359d90a5eb1b32ddcfd86387bba65b7",
            "sha256:f8bcfdb9740d86c32b071dc95588c7f3c029dc13335c64ff3878a56a661ad383",
            "sha256:9d7354f7c0275324a683f1e4de0bac8da23ce1acf88f11dac7d41e6161f217d3"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-02T23:31:28.559067381+08:00"
    }
}

更多版本

docker.io/rancher/system-agent-installer-rke2:v1.28.9-rke2r1

linux/amd64 docker.io34.01MB2024-07-13 13:41
285

docker.io/rancher/system-agent-installer-rke2:v1.32.4-rke2r1

linux/amd64 docker.io37.86MB2025-05-24 13:34
24

docker.io/rancher/system-agent-installer-rke2:v1.32.5-rke2r1

linux/amd64 docker.io38.42MB2025-06-02 21:01
15

docker.io/rancher/system-agent:v0.3.12-suc

linux/amd64 docker.io208.36MB2025-06-02 23:31
14