logo
docker.io/rancher/fleet-agent:v0.16.0
linux/amd64 docker.io 已验证 · Rancher
根据 Docker Hub 的信息,这个镜像名为 rancher/fleet-agent 是 Rancher Fleet Agent 镜像。它是一个轻量级的 agent 镜像,用来在集群中运行作业和管理容器。
Rancher Fleet Agent
12
浏览次数
81.60MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/fleet-agent:v0.16.0
源镜像
docker.io/rancher/fleet-agent:v0.16.0
镜像ID
sha256:6486cf72979f06ed3c23b51dc5cc703b234c35b079ca3869da3c04a1a047d9d1
镜像 TAG
v0.16.0
镜像大小
81.60MB
平台架构
linux/amd64
镜像源
docker.io
CMD
fleetagent
启动入口
工作目录
/
OS/平台
linux/amd64
镜像创建
2026-07-22T09:03:05.841672352Z
同步时间
2026-08-26 15:02
浏览量
12 次
贡献者
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🏷️ 镜像标签 36
KeyValue
https://github.com/SUSE/bci/discussions com.suse.bci.nano.authors
2026-07-16T11:58:01.302327083Z com.suse.bci.nano.created
A nano environment for containers based on the SUSE Linux Base Container Image. com.suse.bci.nano.description
obs://build.suse.de/SUSE:SLFO:Products:BCI:16.0/containerfile/ffdd3aeb7cf91e2e407d9c7c5006e2ef-nano-image com.suse.bci.nano.disturl
sle-bci com.suse.bci.nano.eula
https://www.suse.com/lifecycle#suse-linux-enterprise-server-16 com.suse.bci.nano.lifecycle-url
16.0-9.4 com.suse.bci.nano.name
registry.suse.com/bci/bci-nano:16.0-9.4 com.suse.bci.nano.reference
released com.suse.bci.nano.release-stage
https://sources.suse.com/SUSE:SLFO:Products:BCI:16.0/nano-image/ffdd3aeb7cf91e2e407d9c7c5006e2ef/ com.suse.bci.nano.source
l3 com.suse.bci.nano.supportlevel
SUSE Linux BCI 16.0 Nano com.suse.bci.nano.title
2027-11-30 com.suse.bci.nano.until
https://www.suse.com/products/base-container-images/ com.suse.bci.nano.url
SUSE LLC com.suse.bci.nano.vendor
16.0-9.4 com.suse.bci.nano.version
sle-bci com.suse.eula
https://www.suse.com/lifecycle#suse-linux-enterprise-server-16 com.suse.lifecycle-url
released com.suse.release-stage
l3 com.suse.supportlevel
2027-11-30 com.suse.supportlevel.until
https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg io.artifacthub.package.logo-url
https://sources.suse.com/SUSE:SLFO:Products:BCI:16.0/nano-image/ffdd3aeb7cf91e2e407d9c7c5006e2ef/README.md io.artifacthub.package.readme-url
1.39.4 io.buildah.version
obs://build.suse.de/SUSE:SLFO:Products:BCI:16.0/containerfile/ffdd3aeb7cf91e2e407d9c7c5006e2ef-nano-image org.openbuildservice.disturl
https://github.com/SUSE/bci/discussions org.opencontainers.image.authors
2026-07-22T08:56:43Z org.opencontainers.image.created
A nano environment for containers based on the SUSE Linux Base Container Image. org.opencontainers.image.description
16.0-9.4 org.opencontainers.image.ref.name
c1a4325041578226f4f333b9f05d651ee4b03577 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.16.0 org.opencontainers.image.version
registry.suse.com/bci/bci-nano:16.0-9.4 org.opensuse.reference
🛡️ 镜像安全扫描
sles 16.0 Trivy 2026-08-26 15:02 查看完整报告
0
低危 LOW
1
中危 MEDIUM
9
高危 HIGH
0
严重 CRITICAL
受影响目标 (2)
docker.io/rancher/fleet-agent:v0.16.0 (sles 16.0) sles usr/bin/fleetagent gobinary

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-07-22 17:03:05  0.00B 设置默认要执行的命令
CMD ["fleetagent"]
                        
# 2026-07-22 17:03:05  0.00B 指定运行容器时使用的用户
USER 1000
                        
# 2026-07-22 17:03:05  78.55MB 复制新文件或目录到容器中
COPY linux/amd64/fleetagent-linux-* /usr/bin/fleetagent # buildkit
                        
# 2026-07-22 17:03:05  0.00B 定义构建参数
ARG TARGETPLATFORM=linux/amd64
                        
# 2026-07-22 17:03:05  0.00B 定义构建参数
ARG ARCH=amd64
                        
# 1970-01-01 08:00:00  3.05MB 
/bin/sh -c #(nop) LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLFO:Products:BCI:16.0/containerfile/ffdd3aeb7cf91e2e407d9c7c5006e2ef-nano-image
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL io.artifacthub.package.logo-url="https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL io.artifacthub.package.readme-url="https://sources.suse.com/SUSE:SLFO:Products:BCI:16.0/nano-image/ffdd3aeb7cf91e2e407d9c7c5006e2ef/README.md"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.release-stage="released"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.nano.release-stage="released"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle#suse-linux-enterprise-server-16"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.nano.lifecycle-url="https://www.suse.com/lifecycle#suse-linux-enterprise-server-16"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.eula="sle-bci"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.nano.eula="sle-bci"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.supportlevel.until="2027-11-30"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.nano.until="2027-11-30"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.supportlevel="l3"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.nano.supportlevel="l3"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.openbuildservice.disturl="obs://build.suse.de/SUSE:SLFO:Products:BCI:16.0/containerfile/ffdd3aeb7cf91e2e407d9c7c5006e2ef-nano-image"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.nano.disturl="obs://build.suse.de/SUSE:SLFO:Products:BCI:16.0/containerfile/ffdd3aeb7cf91e2e407d9c7c5006e2ef-nano-image"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.opensuse.reference="registry.suse.com/bci/bci-nano:16.0-9.4"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.nano.reference="registry.suse.com/bci/bci-nano:16.0-9.4"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name="16.0-9.4"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.nano.name="16.0-9.4"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.source="https://sources.suse.com/SUSE:SLFO:Products:BCI:16.0/nano-image/ffdd3aeb7cf91e2e407d9c7c5006e2ef/"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.nano.source="https://sources.suse.com/SUSE:SLFO:Products:BCI:16.0/nano-image/ffdd3aeb7cf91e2e407d9c7c5006e2ef/"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor="SUSE LLC"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.nano.vendor="SUSE LLC"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.created="2026-07-16T11:58:01.302327083Z"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.nano.created="2026-07-16T11:58:01.302327083Z"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.nano.url="https://www.suse.com/products/base-container-images/"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.version="16.0-9.4"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.nano.version="16.0-9.4"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.description="A nano environment for containers based on the SUSE Linux Base Container Image."
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.nano.description="A nano environment for containers based on the SUSE Linux Base Container Image."
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.title="SUSE Linux BCI 16.0 Nano"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.nano.title="SUSE Linux BCI 16.0 Nano"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.nano.authors="https://github.com/SUSE/bci/discussions"
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) COPY dir:aebb9f1d98538333916ca3eae75bc4a59228f2f9f80e78f010f6c10d4d59bc15 in / 
                        
                    

镜像信息

{
    "Id": "sha256:6486cf72979f06ed3c23b51dc5cc703b234c35b079ca3869da3c04a1a047d9d1",
    "RepoTags": [
        "rancher/fleet-agent:v0.16.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/fleet-agent:v0.16.0"
    ],
    "RepoDigests": [
        "rancher/fleet-agent@sha256:ec74409e6b155c7e1c878f1a929b839ab2d1d0cc585a38e989852af202dc2eb7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/fleet-agent@sha256:3dd547c792459e97f7d0eb4ece221e898a0d7aed561ac8d01dc719a5ba4f7c66"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-07-22T09:03:05.841672352Z",
    "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.nano.authors": "https://github.com/SUSE/bci/discussions",
            "com.suse.bci.nano.created": "2026-07-16T11:58:01.302327083Z",
            "com.suse.bci.nano.description": "A nano environment for containers based on the SUSE Linux Base Container Image.",
            "com.suse.bci.nano.disturl": "obs://build.suse.de/SUSE:SLFO:Products:BCI:16.0/containerfile/ffdd3aeb7cf91e2e407d9c7c5006e2ef-nano-image",
            "com.suse.bci.nano.eula": "sle-bci",
            "com.suse.bci.nano.lifecycle-url": "https://www.suse.com/lifecycle#suse-linux-enterprise-server-16",
            "com.suse.bci.nano.name": "16.0-9.4",
            "com.suse.bci.nano.reference": "registry.suse.com/bci/bci-nano:16.0-9.4",
            "com.suse.bci.nano.release-stage": "released",
            "com.suse.bci.nano.source": "https://sources.suse.com/SUSE:SLFO:Products:BCI:16.0/nano-image/ffdd3aeb7cf91e2e407d9c7c5006e2ef/",
            "com.suse.bci.nano.supportlevel": "l3",
            "com.suse.bci.nano.title": "SUSE Linux BCI 16.0 Nano",
            "com.suse.bci.nano.until": "2027-11-30",
            "com.suse.bci.nano.url": "https://www.suse.com/products/base-container-images/",
            "com.suse.bci.nano.vendor": "SUSE LLC",
            "com.suse.bci.nano.version": "16.0-9.4",
            "com.suse.eula": "sle-bci",
            "com.suse.lifecycle-url": "https://www.suse.com/lifecycle#suse-linux-enterprise-server-16",
            "com.suse.release-stage": "released",
            "com.suse.supportlevel": "l3",
            "com.suse.supportlevel.until": "2027-11-30",
            "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:SLFO:Products:BCI:16.0/nano-image/ffdd3aeb7cf91e2e407d9c7c5006e2ef/README.md",
            "io.buildah.version": "1.39.4",
            "org.openbuildservice.disturl": "obs://build.suse.de/SUSE:SLFO:Products:BCI:16.0/containerfile/ffdd3aeb7cf91e2e407d9c7c5006e2ef-nano-image",
            "org.opencontainers.image.authors": "https://github.com/SUSE/bci/discussions",
            "org.opencontainers.image.created": "2026-07-22T08:56:43Z",
            "org.opencontainers.image.description": "A nano environment for containers based on the SUSE Linux Base Container Image.",
            "org.opencontainers.image.ref.name": "16.0-9.4",
            "org.opencontainers.image.revision": "c1a4325041578226f4f333b9f05d651ee4b03577",
            "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.16.0",
            "org.opensuse.reference": "registry.suse.com/bci/bci-nano:16.0-9.4"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 81600567,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/384f2d400022249d71cb71bed2385133aa2052d1d5c2b518edc8fa3de8cf2e77/diff",
            "MergedDir": "/var/lib/docker/overlay2/c145e458a3506a8d5ddb0e87254b5e4c1a7cc4c47641047aab5eea4ffef5014b/merged",
            "UpperDir": "/var/lib/docker/overlay2/c145e458a3506a8d5ddb0e87254b5e4c1a7cc4c47641047aab5eea4ffef5014b/diff",
            "WorkDir": "/var/lib/docker/overlay2/c145e458a3506a8d5ddb0e87254b5e4c1a7cc4c47641047aab5eea4ffef5014b/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:6f760b866ef9ef27cdf26266b57c84bb57685a3b29789dfe09368e07ffbd0081",
            "sha256:e9b8dc92c2ce2f88eba76407d2fc8d88bab298d8485c9d2ae9f79ac56d67d054"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-26T15:02:08.814450715+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/amd64 docker.io88.87MB2026-06-12 18:31
133

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

linux/amd64 docker.io81.60MB2026-08-26 15:02
11
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×