logo
ghcr.io/coroot/coroot-cluster-agent:1.7.1
linux/amd64 ghcr.io
Coroot 集群代理
13
浏览次数
328.74MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.7.1
源镜像
ghcr.io/coroot/coroot-cluster-agent:1.7.1
镜像ID
sha256:3ba2508ebccaae1a2b3eac7a5d1ef5a507ee2888fa84db07e7b3a17ea87912de
镜像 TAG
1.7.1
镜像大小
328.74MB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
启动入口
coroot-cluster-agent
工作目录
/
OS/平台
linux/amd64
镜像创建
2026-06-12T20:48:07.466492322Z
同步时间
2026-07-21 16:37
浏览量
13 次
贡献者
📁 目录挂载 1
 /data
⚙️ 环境变量 2
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
container=oci 1
🏷️ 镜像标签 29
KeyValue
x86_64 architecture
2026-06-08T06:35:37Z 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-06-12T20:44:52.558Z org.opencontainers.image.created
org.opencontainers.image.description
Apache-2.0 org.opencontainers.image.licenses
86285f8e58600eb8a1b24643f6875a46f168ef91 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.7.1 org.opencontainers.image.version
1 release
Coroot Cluster Agent. summary
https://catalog.redhat.com/en/search?searchType=containers url
39cd5d765f517bc20cbc4a8b85ccab466bacfa7c vcs-ref
git vcs-type
Coroot, Inc. vendor
1.7.1 version
🛡️ 镜像安全扫描
redhat 9.8 Trivy 2026-07-21 16:37 查看完整报告
258
低危 LOW
230
中危 MEDIUM
57
高危 HIGH
2
严重 CRITICAL
受影响目标 (2)
ghcr.io/coroot/coroot-cluster-agent:1.7.1 (redhat 9.8) redhat usr/bin/coroot-cluster-agent gobinary

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#ghcr.io/coroot/coroot-cluster-agent:1.7.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.7.1#' 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.7.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.7.1  ghcr.io/coroot/coroot-cluster-agent:1.7.1'

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.7.1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.7.1  ghcr.io/coroot/coroot-cluster-agent:1.7.1'

镜像构建历史


# 2026-06-13 04:48:07  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["coroot-cluster-agent"]
                        
# 2026-06-13 04:48:07  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
                        
# 2026-06-13 04:48:07  0.00B 指定运行容器时使用的用户
USER 65534:65534
                        
# 2026-06-13 04:48:07  0.00B 执行命令并创建新的镜像层
RUN |1 VERSION=1.7.1 /bin/sh -c mkdir /data && chown 65534:65534 /data # buildkit
                        
# 2026-06-13 04:48:07  116.66MB 复制新文件或目录到容器中
COPY /tmp/src/coroot-cluster-agent /usr/bin/coroot-cluster-agent # buildkit
                        
# 2026-06-13 04:45:01  11.35KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2026-06-13 04:45:01  0.00B 添加元数据标签
LABEL name=coroot-cluster-agent vendor=Coroot, Inc. maintainer=Coroot, Inc. version=1.7.1 release=1 summary=Coroot Cluster Agent. description=Coroot Cluster Agent container image.
                        
# 2026-06-13 04:45:01  0.00B 定义构建参数
ARG VERSION=1.7.1
                        
# 2026-06-08 14:35:54  212.07MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="39cd5d765f517bc20cbc4a8b85ccab466bacfa7c" "org.opencontainers.image.revision"="39cd5d765f517bc20cbc4a8b85ccab466bacfa7c" "build-date"="2026-06-08T06:35:37Z" "org.opencontainers.image.created"="2026-06-08T06:35:37Z" "release"="1780900431"org.opencontainers.image.revision=39cd5d765f517bc20cbc4a8b85ccab466bacfa7c,org.opencontainers.image.created=2026-06-08T06:35:37Z
                        
# 2026-06-08 14:35:53  0.00B 
/bin/sh -c #(nop) COPY file:bc213eb3631943b892845e29ad5b41e7ea34c8a54b13e647b015330dbcdfa053 in /root/buildinfo/labels.json      
                        
# 2026-06-08 14:35:53  0.00B 
/bin/sh -c #(nop) COPY file:bc213eb3631943b892845e29ad5b41e7ea34c8a54b13e647b015330dbcdfa053 in /usr/share/buildinfo/labels.json      
                        
# 2026-06-08 14:35:53  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2026-06-08 14:35:53  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2026-06-08 14:35:52  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-06-08 14:35:52  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2026-06-08 14:35:52  0.00B 
/bin/sh -c #(nop) COPY dir:fd0734173751b01f88d51389ffcec825bbb8efd0ebe71d3222bba09d61dd4142 in /      
                        
# 2026-06-08 14:35:51  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2026-06-08 14:35:51  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel9"
                        
# 2026-06-08 14:35:51  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2026-06-08 14:35:51  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9"
                        
# 2026-06-08 14:35:51  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-06-08 14:35:51  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-06-08 14:35:51  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 9."
                        
# 2026-06-08 14:35:51  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-06-08 14:35:51  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-container"       name="ubi9/ubi"       version="9.8"       cpe="cpe:/a:redhat:enterprise_linux:9::appstream"       distribution-scope="public"
                        
# 2026-06-08 14:35:51  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2026-06-08 14:35:50  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."       vendor="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:3ba2508ebccaae1a2b3eac7a5d1ef5a507ee2888fa84db07e7b3a17ea87912de",
    "RepoTags": [
        "ghcr.io/coroot/coroot-cluster-agent:1.7.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.7.1"
    ],
    "RepoDigests": [
        "ghcr.io/coroot/coroot-cluster-agent@sha256:15338a5c7129655b12e6d1617700ef024c6bf1960a50a305452182295ce25a08",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent@sha256:ce3d4d68b2d458f8074674b80f7d4b3ab78241f970833b047fd98f8db000fe01"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-06-12T20:48:07.466492322Z",
    "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-06-08T06:35:37Z",
            "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-06-12T20:44:52.558Z",
            "org.opencontainers.image.description": "",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "86285f8e58600eb8a1b24643f6875a46f168ef91",
            "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.7.1",
            "release": "1",
            "summary": "Coroot Cluster Agent.",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "39cd5d765f517bc20cbc4a8b85ccab466bacfa7c",
            "vcs-type": "git",
            "vendor": "Coroot, Inc.",
            "version": "1.7.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 328735116,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/1fd1a4db6afaca1f9a3902db86528d0f3d9a30f6e914c19ff1ab49ad12313de9/diff:/var/lib/docker/overlay2/4e47e6a36f3f4c9afa105ad16a0e8719aad3585c947f180ccac2c107a6e90006/diff:/var/lib/docker/overlay2/f733ab17e1d88e0d2c585d67ca4cc52413beb576b99f2ed3f148a52f0473409c/diff",
            "MergedDir": "/var/lib/docker/overlay2/f6d8e20620d93afbc0021732bdd195f1ed3c850ef0caa9ab0876b9621a694c17/merged",
            "UpperDir": "/var/lib/docker/overlay2/f6d8e20620d93afbc0021732bdd195f1ed3c850ef0caa9ab0876b9621a694c17/diff",
            "WorkDir": "/var/lib/docker/overlay2/f6d8e20620d93afbc0021732bdd195f1ed3c850ef0caa9ab0876b9621a694c17/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:2d479f65251eefb30419295a7e2aedd2c6c4fd90b2fc4b984d059747a932c319",
            "sha256:53fccfc578134745e960b1e029b09aa022c26e12ff1fe88835f213c930ea0b67",
            "sha256:1cb571c53c24e4739afb6b2bf0709ba611384e80c360823a1047bddd05a62c1b",
            "sha256:acb2ba7f353efae6edb56494e1ce939ba0b605ee0de8d69645b19ccb39d35bef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-21T16:37:04.73186912+08:00"
    }
}

更多版本

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

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

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

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

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

linux/amd64 ghcr.io327.48MB2026-03-20 10:57
187

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

linux/amd64 ghcr.io327.39MB2026-06-02 17:35
83

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

linux/amd64 ghcr.io328.75MB2026-06-12 15:48
71

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

linux/amd64 ghcr.io328.74MB2026-07-21 16:37
12
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×