广告图片

docker.io/rancher/fleet-agent:v0.15.1 linux/amd64

docker.io/rancher/fleet-agent:v0.15.1 - 国内下载镜像源 浏览次数:5 泥蚝 贡献同步 安全受验证的发布者-Rancher
根据 Docker Hub 的信息,这个镜像名为 rancher/fleet-agent 是 Rancher Fleet Agent 镜像。它是一个轻量级的 agent 镜像,用来在集群中运行作业和管理容器。
Rancher Fleet Agent
源镜像 docker.io/rancher/fleet-agent:v0.15.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/fleet-agent:v0.15.1
镜像ID sha256:fa9bfed46dbe8128a634d3c6fbe39b07263b1b34bdab54931bfa09f550402f45
镜像TAG v0.15.1
大小 79.49MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD fleetagent
启动入口
工作目录
OS/平台 linux/amd64
浏览量 5 次
贡献者
avatar
泥蚝
镜像创建 2026-04-27T12:10:55.83348952Z
同步时间 2026-05-16 20:27
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
https://github.com/SUSE/bci/discussions: com.suse.bci.busybox.authors 2026-04-20T11:55:02.458084543Z: com.suse.bci.busybox.created 15 SP7 BusyBox container based on the SUSE Linux Enterprise Base Container Image.: com.suse.bci.busybox.description obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/9cc596fd592fe470707e2e71cce3e5e3-busybox-image: com.suse.bci.busybox.disturl sle-bci: com.suse.bci.busybox.eula https://www.suse.com/lifecycle#suse-linux-enterprise-server-15: com.suse.bci.busybox.lifecycle-url 15.7-21.12: com.suse.bci.busybox.name registry.suse.com/bci/bci-busybox:15.7-21.12: com.suse.bci.busybox.reference released: com.suse.bci.busybox.release-stage https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/busybox-image/9cc596fd592fe470707e2e71cce3e5e3/: com.suse.bci.busybox.source l3: com.suse.bci.busybox.supportlevel SLE BCI 15 SP7 BusyBox: com.suse.bci.busybox.title 2031-07-31: com.suse.bci.busybox.until https://www.suse.com/products/base-container-images/: com.suse.bci.busybox.url SUSE LLC: com.suse.bci.busybox.vendor 15.7-21.12: com.suse.bci.busybox.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://opensource.suse.com/bci/SLE_BCI_logomark_green.svg: io.artifacthub.package.logo-url https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/busybox-image/9cc596fd592fe470707e2e71cce3e5e3/README.md: io.artifacthub.package.readme-url obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/9cc596fd592fe470707e2e71cce3e5e3-busybox-image: org.openbuildservice.disturl https://github.com/SUSE/bci/discussions: org.opencontainers.image.authors 2026-04-27T12:05:30Z: org.opencontainers.image.created 15 SP7 BusyBox container based on the SUSE Linux Enterprise Base Container Image.: org.opencontainers.image.description 15.7-21.12: org.opencontainers.image.ref.name 190f2815a2f6bb208d7ffd3b7da1c9f942716cc0: org.opencontainers.image.revision https://github.com/rancher/fleet: org.opencontainers.image.source fleet: org.opencontainers.image.title https://www.suse.com/products/base-container-images/: org.opencontainers.image.url SUSE LLC: org.opencontainers.image.vendor 0.15.1: org.opencontainers.image.version registry.suse.com/bci/bci-busybox:15.7-21.12: org.opensuse.reference
镜像安全扫描 查看Trivy扫描报告

系统OS: sles 15.7 扫描引擎: Trivy 扫描时间: 2026-05-16 20:27

低危漏洞:0 中危漏洞:3 高危漏洞:5 严重漏洞:0

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/fleet-agent:v0.15.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/fleet-agent:v0.15.1  docker.io/rancher/fleet-agent:v0.15.1

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-04-27 20:10:55  0.00B 设置默认要执行的命令
CMD ["fleetagent"]
                        
# 2026-04-27 20:10:55  0.00B 指定运行容器时使用的用户
USER 1000
                        
# 2026-04-27 20:10:55  66.93MB 复制新文件或目录到容器中
COPY linux/amd64/fleetagent-linux-* /usr/bin/fleetagent # buildkit
                        
# 2026-04-27 20:10:55  0.00B 定义构建参数
ARG TARGETPLATFORM=linux/amd64
                        
# 2026-04-20 19:55:11  12.56MB 

                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/9cc596fd592fe470707e2e71cce3e5e3-busybox-image
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c set -euo pipefail; rm -vf /usr/lib/sysimage/rpm/Index.db
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c set -euo pipefail; sed -i 's|/bin/bash|/bin/sh|' /etc/passwd
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL io.artifacthub.package.logo-url=https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL io.artifacthub.package.readme-url=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/busybox-image/9cc596fd592fe470707e2e71cce3e5e3/README.md
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.release-stage=released
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.release-stage=released
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.eula=sle-bci
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.eula=sle-bci
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.supportlevel.until=2031-07-31
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.until=2031-07-31
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.supportlevel=l3
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.supportlevel=l3
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/9cc596fd592fe470707e2e71cce3e5e3-busybox-image
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/9cc596fd592fe470707e2e71cce3e5e3-busybox-image
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL org.opensuse.reference=registry.suse.com/bci/bci-busybox:15.7-21.12
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.reference=registry.suse.com/bci/bci-busybox:15.7-21.12
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=15.7-21.12
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.name=15.7-21.12
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.source=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/busybox-image/9cc596fd592fe470707e2e71cce3e5e3/
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.source=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/busybox-image/9cc596fd592fe470707e2e71cce3e5e3/
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.vendor=SUSE LLC
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.vendor=SUSE LLC
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.created=2026-04-20T11:55:02.458084543Z
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.created=2026-04-20T11:55:02.458084543Z
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.url=https://www.suse.com/products/base-container-images/
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.url=https://www.suse.com/products/base-container-images/
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=15.7-21.12
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.version=15.7-21.12
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.description=15 SP7 BusyBox container based on the SUSE Linux Enterprise Base Container Image.
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.description=15 SP7 BusyBox container based on the SUSE Linux Enterprise Base Container Image.
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.title=SLE BCI 15 SP7 BusyBox
                        
# 2026-04-20 19:55:10  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.title=SLE BCI 15 SP7 BusyBox
                        
# 2026-04-20 19:55:09  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.authors=https://github.com/SUSE/bci/discussions
                        
# 2026-04-20 19:55:09  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.authors=https://github.com/SUSE/bci/discussions
                        
# 2026-04-20 19:55:09  0.00B 
/bin/sh -c #(nop) COPY dir:7ce94615620fc1b8146e05efd2b29ede72791a9fc897a0444af133b52149070e in / 
                        
                    

镜像信息

{
    "Id": "sha256:fa9bfed46dbe8128a634d3c6fbe39b07263b1b34bdab54931bfa09f550402f45",
    "RepoTags": [
        "rancher/fleet-agent:v0.15.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/fleet-agent:v0.15.1"
    ],
    "RepoDigests": [
        "rancher/fleet-agent@sha256:555b5c38e3079901e1c900c9dc24ba14d50ee0a293977debc7b8217f4f32c515",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/fleet-agent@sha256:f69ac8e4501d51cd5ee26cd121f46f6d6a79f7c4189ad3d17d68247125a24f38"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-04-27T12:10:55.83348952Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1000",
        "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": [
            "fleetagent"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "com.suse.bci.busybox.authors": "https://github.com/SUSE/bci/discussions",
            "com.suse.bci.busybox.created": "2026-04-20T11:55:02.458084543Z",
            "com.suse.bci.busybox.description": "15 SP7 BusyBox container based on the SUSE Linux Enterprise Base Container Image.",
            "com.suse.bci.busybox.disturl": "obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/9cc596fd592fe470707e2e71cce3e5e3-busybox-image",
            "com.suse.bci.busybox.eula": "sle-bci",
            "com.suse.bci.busybox.lifecycle-url": "https://www.suse.com/lifecycle#suse-linux-enterprise-server-15",
            "com.suse.bci.busybox.name": "15.7-21.12",
            "com.suse.bci.busybox.reference": "registry.suse.com/bci/bci-busybox:15.7-21.12",
            "com.suse.bci.busybox.release-stage": "released",
            "com.suse.bci.busybox.source": "https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/busybox-image/9cc596fd592fe470707e2e71cce3e5e3/",
            "com.suse.bci.busybox.supportlevel": "l3",
            "com.suse.bci.busybox.title": "SLE BCI 15 SP7 BusyBox",
            "com.suse.bci.busybox.until": "2031-07-31",
            "com.suse.bci.busybox.url": "https://www.suse.com/products/base-container-images/",
            "com.suse.bci.busybox.vendor": "SUSE LLC",
            "com.suse.bci.busybox.version": "15.7-21.12",
            "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://opensource.suse.com/bci/SLE_BCI_logomark_green.svg",
            "io.artifacthub.package.readme-url": "https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/busybox-image/9cc596fd592fe470707e2e71cce3e5e3/README.md",
            "org.openbuildservice.disturl": "obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/9cc596fd592fe470707e2e71cce3e5e3-busybox-image",
            "org.opencontainers.image.authors": "https://github.com/SUSE/bci/discussions",
            "org.opencontainers.image.created": "2026-04-27T12:05:30Z",
            "org.opencontainers.image.description": "15 SP7 BusyBox container based on the SUSE Linux Enterprise Base Container Image.",
            "org.opencontainers.image.ref.name": "15.7-21.12",
            "org.opencontainers.image.revision": "190f2815a2f6bb208d7ffd3b7da1c9f942716cc0",
            "org.opencontainers.image.source": "https://github.com/rancher/fleet",
            "org.opencontainers.image.title": "fleet",
            "org.opencontainers.image.url": "https://www.suse.com/products/base-container-images/",
            "org.opencontainers.image.vendor": "SUSE LLC",
            "org.opencontainers.image.version": "0.15.1",
            "org.opensuse.reference": "registry.suse.com/bci/bci-busybox:15.7-21.12"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 79486167,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/76fad19775b278faa0b256a3e3c2733a259114f1e190ca2851a14c31f38bb823/diff",
            "MergedDir": "/var/lib/docker/overlay2/55ad1f7894bfebe35a5d5c0732b4327121b5e07e71aff02a9e6240e1642acb9c/merged",
            "UpperDir": "/var/lib/docker/overlay2/55ad1f7894bfebe35a5d5c0732b4327121b5e07e71aff02a9e6240e1642acb9c/diff",
            "WorkDir": "/var/lib/docker/overlay2/55ad1f7894bfebe35a5d5c0732b4327121b5e07e71aff02a9e6240e1642acb9c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:6db7dbbb192cc696a41663f4a2d3837a34961ae21b594c1711ffd533364c62b1",
            "sha256:d7224e882dbff9eb90b9378ec8262414b6640bbb44a7297ac2455698785e3f1c"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-05-16T20:27:43.754765282+08:00"
    }
}

更多版本

docker.io/rancher/fleet-agent:v0.9.5

linux/amd64 docker.io297.19MB2024-06-27 11:25
564

docker.io/rancher/fleet-agent:v0.10.1

linux/amd64 docker.io83.36MB2024-08-30 17:38
446

docker.io/rancher/fleet-agent:v0.10.4

linux/amd64 docker.io83.36MB2024-11-16 01:39
368

docker.io/rancher/fleet-agent:v0.11.1

linux/amd64 docker.io86.92MB2024-12-17 18:05
398

docker.io/rancher/fleet-agent:v0.9.0

linux/amd64 docker.io334.07MB2025-03-27 16:46
402

docker.io/rancher/fleet-agent:v0.11.4

linux/amd64 docker.io86.98MB2025-04-18 12:57
368

docker.io/rancher/fleet-agent:v0.12.2

linux/arm64 docker.io85.82MB2025-05-16 22:28
233

docker.io/rancher/fleet-agent:v0.6.0

linux/amd64 docker.io322.06MB2025-05-17 04:33
301

docker.io/rancher/fleet-agent:v0.12.3

linux/amd64 docker.io88.88MB2025-05-23 20:07
334

docker.io/rancher/fleet-agent:v0.12.4

linux/amd64 docker.io90.97MB2025-07-11 16:09
328

docker.io/rancher/fleet-agent:v0.5.0

linux/amd64 docker.io328.74MB2025-07-28 19:19
829

docker.io/rancher/fleet-agent:v0.10.4

linux/arm64 docker.io80.35MB2025-08-12 11:49
221

docker.io/rancher/fleet-agent:v0.3.9

linux/amd64 docker.io155.38MB2025-08-19 22:07
301

docker.io/rancher/fleet-agent:v0.13.0

linux/amd64 docker.io91.25MB2025-08-27 01:08
267

docker.io/rancher/fleet-agent:v0.13.1

linux/amd64 docker.io91.54MB2025-09-08 16:07
349

docker.io/rancher/fleet-agent:v0.14.0-alpha.3

linux/amd64 docker.io82.70MB2025-09-30 17:56
226

docker.io/rancher/fleet-agent:v0.13.2

linux/amd64 docker.io91.55MB2025-10-10 16:28
243

docker.io/rancher/fleet-agent:v0.12.3

linux/arm64 docker.io85.88MB2025-10-17 09:08
184

docker.io/rancher/fleet-agent:v0.13.2

linux/arm64 docker.io87.19MB2025-10-25 09:52
228

docker.io/rancher/fleet-agent:v0.13.4

linux/amd64 docker.io91.72MB2025-11-08 14:05
268

docker.io/rancher/fleet-agent:v0.5.3

linux/amd64 docker.io326.91MB2025-11-13 15:51
228

docker.io/rancher/fleet-agent:v0.11.3

linux/amd64 docker.io86.97MB2025-11-28 16:16
235

docker.io/rancher/fleet-agent:v0.14.0

linux/amd64 docker.io83.00MB2025-12-04 18:40
204

docker.io/rancher/fleet-agent:v0.14.1

linux/amd64 docker.io83.02MB2026-01-04 14:42
280

docker.io/rancher/fleet-agent:v0.14.2-beta.1

linux/amd64 docker.io83.03MB2026-01-12 00:06
188

docker.io/rancher/fleet-agent:v0.11.4

linux/arm64 docker.io83.96MB2026-03-21 14:11
86

docker.io/rancher/fleet-agent:v0.14.3

linux/amd64 docker.io83.02MB2026-04-05 18:55
101

docker.io/rancher/fleet-agent:v0.7.0

linux/amd64 docker.io326.75MB2026-04-05 19:11
100

docker.io/rancher/fleet-agent:v0.3.3

linux/amd64 docker.io136.38MB2026-05-14 17:58
22

docker.io/rancher/fleet-agent:v0.15.1

linux/amd64 docker.io79.49MB2026-05-16 20:27
4