ghcr.io/coroot/coroot-cluster-agent:1.5.4 linux/amd64

ghcr.io/coroot/coroot-cluster-agent:1.5.4 - 国内下载镜像源 浏览次数:11 侃豺小哥 贡献同步
Coroot 集群代理
源镜像 ghcr.io/coroot/coroot-cluster-agent:1.5.4
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.5.4
镜像ID sha256:b45520bfd81ff86b9ab795cd8701d44481e1fec1ad5acaff81b4ac7598f54640
镜像TAG 1.5.4
大小 327.31MB
镜像源 ghcr.io
CMD
启动入口 coroot-cluster-agent
工作目录 /
OS/平台 linux/amd64
浏览量 11 次
贡献者
avatar
侃豺小哥
镜像创建 2026-02-25T16:26:52.367706597Z
同步时间 2026-02-26 15:55
目录挂载
/data
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci
镜像标签
x86_64: architecture 2026-02-17T16:47:43Z: build-date ubi9-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms cpe:/a:redhat:enterprise_linux:9::appstream: cpe Coroot Cluster Agent container image.: description public: distribution-scope 1.42.2: io.buildah.version The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: io.k8s.description Red Hat Universal Base Image 9: io.k8s.display-name : io.openshift.expose-services base rhel9: io.openshift.tags Coroot, Inc.: maintainer coroot-cluster-agent: name 2026-02-25T16:23:32.867Z: org.opencontainers.image.created : org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses d9bc9b44e93f5bc7d94e4f31f95b48cab10e5c06: org.opencontainers.image.revision https://github.com/coroot/coroot-cluster-agent: org.opencontainers.image.source coroot-cluster-agent: org.opencontainers.image.title https://github.com/coroot/coroot-cluster-agent: org.opencontainers.image.url 1.5.4: org.opencontainers.image.version 1: release Coroot Cluster Agent.: summary https://catalog.redhat.com/en/search?searchType=containers: url 8726709260f051bcc33519b9b82af822eb97f840: vcs-ref git: vcs-type Coroot, Inc.: vendor 1.5.4: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.5.4
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.5.4  ghcr.io/coroot/coroot-cluster-agent:1.5.4

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.5.4
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.5.4  ghcr.io/coroot/coroot-cluster-agent:1.5.4

Shell快速替换命令

sed -i 's#ghcr.io/coroot/coroot-cluster-agent:1.5.4#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.5.4#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.5.4 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.5.4  ghcr.io/coroot/coroot-cluster-agent:1.5.4'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.5.4 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.5.4  ghcr.io/coroot/coroot-cluster-agent:1.5.4'

镜像构建历史


# 2026-02-26 00:26:52  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["coroot-cluster-agent"]
                        
# 2026-02-26 00:26:52  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
                        
# 2026-02-26 00:26:52  0.00B 指定运行容器时使用的用户
USER 65534:65534
                        
# 2026-02-26 00:26:52  0.00B 执行命令并创建新的镜像层
RUN |1 VERSION=1.5.4 /bin/sh -c mkdir /data && chown 65534:65534 /data # buildkit
                        
# 2026-02-26 00:26:52  116.47MB 复制新文件或目录到容器中
COPY /tmp/src/coroot-cluster-agent /usr/bin/coroot-cluster-agent # buildkit
                        
# 2026-02-26 00:23:42  11.35KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2026-02-26 00:23:42  0.00B 添加元数据标签
LABEL name=coroot-cluster-agent vendor=Coroot, Inc. maintainer=Coroot, Inc. version=1.5.4 release=1 summary=Coroot Cluster Agent. description=Coroot Cluster Agent container image.
                        
# 2026-02-26 00:23:42  0.00B 定义构建参数
ARG VERSION=1.5.4
                        
# 2026-02-18 00:48:11  210.83MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="8726709260f051bcc33519b9b82af822eb97f840" "org.opencontainers.image.revision"="8726709260f051bcc33519b9b82af822eb97f840" "build-date"="2026-02-17T16:47:43Z" "org.opencontainers.image.created"="2026-02-17T16:47:43Z" "release"="1771346757"org.opencontainers.image.revision=8726709260f051bcc33519b9b82af822eb97f840,org.opencontainers.image.created=2026-02-17T16:47:43Z
                        
# 2026-02-18 00:48:10  0.00B 
/bin/sh -c #(nop) COPY file:ab0176372e5af8a8d1c3b049741d0c5e75d527a597b7c8a836b568335bef6b28 in /root/buildinfo/labels.json      
                        
# 2026-02-18 00:48:10  0.00B 
/bin/sh -c #(nop) COPY file:ab0176372e5af8a8d1c3b049741d0c5e75d527a597b7c8a836b568335bef6b28 in /usr/share/buildinfo/labels.json      
                        
# 2026-02-18 00:48:09  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2026-02-18 00:48:09  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2026-02-18 00:48:09  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-02-18 00:48:08  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2026-02-18 00:48:08  0.00B 
/bin/sh -c #(nop) COPY dir:044009bcad68a63810df7b2a79a5fbd57bbd048f70aed9c80fca25b3757f2cb8 in /      
                        
# 2026-02-18 00:48:06  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2026-02-18 00:48:06  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel9"
                        
# 2026-02-18 00:48:06  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2026-02-18 00:48:06  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9"
                        
# 2026-02-18 00:48:05  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2026-02-18 00:48:05  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2026-02-18 00:48:05  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 9."
                        
# 2026-02-18 00:48:05  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2026-02-18 00:48:05  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-container"       name="ubi9/ubi"       version="9.7"       cpe="cpe:/a:redhat:enterprise_linux:9::appstream"       distribution-scope="public"
                        
# 2026-02-18 00:48:05  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2026-02-18 00:48:05  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."       vendor="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:b45520bfd81ff86b9ab795cd8701d44481e1fec1ad5acaff81b4ac7598f54640",
    "RepoTags": [
        "ghcr.io/coroot/coroot-cluster-agent:1.5.4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.5.4"
    ],
    "RepoDigests": [
        "ghcr.io/coroot/coroot-cluster-agent@sha256:bf3c03878c13a78902e1065e05044987bd8251ab52a5c1c33e09903be5500ca7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent@sha256:cff56a77fecb6588416ba2af314571343721b0d917ffccbb2cd08c128e0f92d5"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-25T16:26:52.367706597Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "65534:65534",
        "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",
            "container=oci"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": {
            "/data": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "coroot-cluster-agent"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2026-02-17T16:47:43Z",
            "com.redhat.component": "ubi9-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream",
            "description": "Coroot Cluster Agent container image.",
            "distribution-scope": "public",
            "io.buildah.version": "1.42.2",
            "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "io.k8s.display-name": "Red Hat Universal Base Image 9",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "base rhel9",
            "maintainer": "Coroot, Inc.",
            "name": "coroot-cluster-agent",
            "org.opencontainers.image.created": "2026-02-25T16:23:32.867Z",
            "org.opencontainers.image.description": "",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "d9bc9b44e93f5bc7d94e4f31f95b48cab10e5c06",
            "org.opencontainers.image.source": "https://github.com/coroot/coroot-cluster-agent",
            "org.opencontainers.image.title": "coroot-cluster-agent",
            "org.opencontainers.image.url": "https://github.com/coroot/coroot-cluster-agent",
            "org.opencontainers.image.version": "1.5.4",
            "release": "1",
            "summary": "Coroot Cluster Agent.",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "8726709260f051bcc33519b9b82af822eb97f840",
            "vcs-type": "git",
            "vendor": "Coroot, Inc.",
            "version": "1.5.4"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 327313361,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/2474ffd60ed58838032acce44beda5d1985436e66d2a414bce9989a8b722b7e6/diff:/var/lib/docker/overlay2/95022fbba7891cf9ee40062fde7bfbd5dfe5daa3a726318e15f0f325f1c18fe6/diff:/var/lib/docker/overlay2/984dd9c37549b5ea8cc54476477c4b7928fd741b6651c0324563726eb8b4d528/diff",
            "MergedDir": "/var/lib/docker/overlay2/3065c9ce00d6ca6815fd225eebf730b019708e7786dd938a6518bd032eaf3ed3/merged",
            "UpperDir": "/var/lib/docker/overlay2/3065c9ce00d6ca6815fd225eebf730b019708e7786dd938a6518bd032eaf3ed3/diff",
            "WorkDir": "/var/lib/docker/overlay2/3065c9ce00d6ca6815fd225eebf730b019708e7786dd938a6518bd032eaf3ed3/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:6f79bbfebf48364efd0ee3ed27d355380a7ebd15516440724189b73bf89a898d",
            "sha256:722bf7d8d62e94102b737c3fc933a5625115f0dc26becd365ef474216d07424f",
            "sha256:68da4db43311a80db453e0784ff61f1176c5e674cfa5a46899eb6c10e1cf5b03",
            "sha256:2687b594473aa51282ab89e28c6b16c50d187606c0e2b141bf68ab79e7df272b"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-26T15:55:03.796266773+08:00"
    }
}

更多版本

ghcr.io/coroot/coroot-cluster-agent:1.0.4

linux/amd64 ghcr.io223.98MB2024-08-20 16:37
375

ghcr.io/coroot/coroot-cluster-agent:1.5.4

linux/amd64 ghcr.io327.31MB2026-02-26 15:55
10