广告图片

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

docker.io/rancher/fleet-agent:v0.14.3 - 国内下载镜像源 浏览次数:10 〇一 贡献同步 安全受验证的发布者-Rancher
根据 Docker Hub 的信息,这个镜像名为 rancher/fleet-agent 是 Rancher Fleet Agent 镜像。它是一个轻量级的 agent 镜像,用来在集群中运行作业和管理容器。
Rancher Fleet Agent
源镜像 docker.io/rancher/fleet-agent:v0.14.3
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/fleet-agent:v0.14.3
镜像ID sha256:b54c1b8c5eb1360ab08fbf6cb405be1cf44e8bca359ee072e0fac8060be8d28e
镜像TAG v0.14.3
大小 83.02MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD fleetagent
启动入口
工作目录
OS/平台 linux/amd64
浏览量 10 次
贡献者
avatar
〇一
镜像创建 2026-02-20T10:19:46.558448879Z
同步时间 2026-04-05 18:55
环境变量
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-02-03T18:28:19.549424353Z: 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/18cc68c9a557d17927040af8f2f9a9c7-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-19.10: com.suse.bci.busybox.name registry.suse.com/bci/bci-busybox:15.7-19.10: com.suse.bci.busybox.reference released: com.suse.bci.busybox.release-stage https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/busybox-image/18cc68c9a557d17927040af8f2f9a9c7/: 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-19.10: 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/18cc68c9a557d17927040af8f2f9a9c7/README.md: io.artifacthub.package.readme-url obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/18cc68c9a557d17927040af8f2f9a9c7-busybox-image: org.openbuildservice.disturl https://github.com/SUSE/bci/discussions: org.opencontainers.image.authors 2026-02-20T10:14:54Z: org.opencontainers.image.created 15 SP7 BusyBox container based on the SUSE Linux Enterprise Base Container Image.: org.opencontainers.image.description 15.7-19.10: org.opencontainers.image.ref.name 7c2c7e3b2b7c7c90eed31ac71d5dc8d07b6f12a5: 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.14.3: org.opencontainers.image.version registry.suse.com/bci/bci-busybox:15.7-19.10: org.opensuse.reference

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


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

                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/18cc68c9a557d17927040af8f2f9a9c7-busybox-image
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c set -euo pipefail; rm -vf /usr/lib/sysimage/rpm/Index.db
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c set -euo pipefail; sed -i 's|/bin/bash|/bin/sh|' /etc/passwd
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL io.artifacthub.package.logo-url=https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL io.artifacthub.package.readme-url=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/busybox-image/18cc68c9a557d17927040af8f2f9a9c7/README.md
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.release-stage=released
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.release-stage=released
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.eula=sle-bci
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.eula=sle-bci
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.supportlevel.until=2031-07-31
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.until=2031-07-31
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.supportlevel=l3
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.supportlevel=l3
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/18cc68c9a557d17927040af8f2f9a9c7-busybox-image
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/18cc68c9a557d17927040af8f2f9a9c7-busybox-image
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL org.opensuse.reference=registry.suse.com/bci/bci-busybox:15.7-19.10
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.reference=registry.suse.com/bci/bci-busybox:15.7-19.10
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=15.7-19.10
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.name=15.7-19.10
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.source=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/busybox-image/18cc68c9a557d17927040af8f2f9a9c7/
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.source=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/busybox-image/18cc68c9a557d17927040af8f2f9a9c7/
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.vendor=SUSE LLC
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.vendor=SUSE LLC
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.created=2026-02-03T18:28:19.549424353Z
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.created=2026-02-03T18:28:19.549424353Z
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.url=https://www.suse.com/products/base-container-images/
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.url=https://www.suse.com/products/base-container-images/
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=15.7-19.10
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.version=15.7-19.10
                        
# 2026-02-04 02:28:27  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-02-04 02:28:27  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-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.title=SLE BCI 15 SP7 BusyBox
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.title=SLE BCI 15 SP7 BusyBox
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.authors=https://github.com/SUSE/bci/discussions
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.busybox.authors=https://github.com/SUSE/bci/discussions
                        
# 2026-02-04 02:28:27  0.00B 
/bin/sh -c #(nop) COPY dir:b64fd407bae6362fe09343c7d69cd99daa61d1166b54b487fc1026e34587be5c in / 
                        
                    

镜像信息

{
    "Id": "sha256:b54c1b8c5eb1360ab08fbf6cb405be1cf44e8bca359ee072e0fac8060be8d28e",
    "RepoTags": [
        "rancher/fleet-agent:v0.14.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/fleet-agent:v0.14.3"
    ],
    "RepoDigests": [
        "rancher/fleet-agent@sha256:6f0ad4f0ba0e3c98a2e91fa0f51b0b6b7593f4f1d5ccdcccc2e8eeb89b01822e",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/fleet-agent@sha256:44132a4faf1af1f482bd3ae035a961e83495095274fbe854806e789f94999f39"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-20T10:19:46.558448879Z",
    "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-02-03T18:28:19.549424353Z",
            "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/18cc68c9a557d17927040af8f2f9a9c7-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-19.10",
            "com.suse.bci.busybox.reference": "registry.suse.com/bci/bci-busybox:15.7-19.10",
            "com.suse.bci.busybox.release-stage": "released",
            "com.suse.bci.busybox.source": "https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/busybox-image/18cc68c9a557d17927040af8f2f9a9c7/",
            "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-19.10",
            "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/18cc68c9a557d17927040af8f2f9a9c7/README.md",
            "org.openbuildservice.disturl": "obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/18cc68c9a557d17927040af8f2f9a9c7-busybox-image",
            "org.opencontainers.image.authors": "https://github.com/SUSE/bci/discussions",
            "org.opencontainers.image.created": "2026-02-20T10:14:54Z",
            "org.opencontainers.image.description": "15 SP7 BusyBox container based on the SUSE Linux Enterprise Base Container Image.",
            "org.opencontainers.image.ref.name": "15.7-19.10",
            "org.opencontainers.image.revision": "7c2c7e3b2b7c7c90eed31ac71d5dc8d07b6f12a5",
            "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.14.3",
            "org.opensuse.reference": "registry.suse.com/bci/bci-busybox:15.7-19.10"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 83015876,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/cc660793d6c4cfd6d9725b2742535aaa12bb898da6a9f897f0be3fc8cb6d7dff/diff",
            "MergedDir": "/var/lib/docker/overlay2/b1708fbbb8f6c43c331d8fa188316eee220ab928018b72028f921e9a9af8c4c2/merged",
            "UpperDir": "/var/lib/docker/overlay2/b1708fbbb8f6c43c331d8fa188316eee220ab928018b72028f921e9a9af8c4c2/diff",
            "WorkDir": "/var/lib/docker/overlay2/b1708fbbb8f6c43c331d8fa188316eee220ab928018b72028f921e9a9af8c4c2/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:6f7183b4c6ce75a2ed78eb6c28875aceb3b320172e8509497f156ea6075586b0",
            "sha256:a4a60367a66045b0044c2a56b9df08e58e564b673fb329eda8d8d9e16a7c9a73"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-05T18:55:27.302601671+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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